3217 Posts in 853 Topics by 812 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1175 Views |
-
Search box causing Javascript to fail (content slider)

12 April 2011 at 11:16pm Last edited: 12 April 2011 11:53pm
Hi all...
I have a content slider in on one of my pages I am building but when I add the search element
in _config.php in my site it kills the slider ability.FulltextSearchable::enable();
http://clients.vivilanco.com/sandbox/greenhomes/ - has the search element in _config and slider is broken.
I was wondering if anyone has had anything similar to this / could offer to shine a light on my issue...
or has developed a content slider for SS similar to this?Thanks
-
Re: Search box causing Javascript to fail (content slider)

19 May 2011 at 5:07pm
Is this a jQuery based slider? If so, try encasing your script within the following:
<script type="text/javascript">
(function($) {<Your scripting>
})(jQuery);
</script> -
Re: Search box causing Javascript to fail (content slider)

4 November 2011 at 11:39pm
Thank you kylehudsonoo, your solution solved the problem for me!
| 1175 Views | ||
|
Page:
1
|
Go to Top |

