Posts: 64
Threads: 21
Joined: Jan 2012
2012-05-12, 11:40:54
(This post was last modified: 2013-06-08, 19:02:21 by chaos.)
I really like the nivo slider - however when I tried to incorporate it into my site, it messes up my PrettyPhoto galleries. Would there be a reasonably simple solution, or would it be best to scrap the nivo slider?
I am using the following plugins:
I18N Gallery
p01-contact
{under-construction/UNDER_TITLE}
Posts: 2,928
Threads: 195
Joined: Feb 2011
Hi chaos,
the reason is very obvious: Jquery is loaded double!
Whenever that happens on a page, it stops working!
Code:
<script type="text/javascript" src="http://www.olivegrove.biz/plugins/i18n_gallery/js/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="http://www.olivegrove.biz/theme/OliveTemp Template/slider/scripts/jquery-1.7.1.min.js"></script>
there is a very solution of your problem: You overlooked the check-box in the gallery-settings: "don't load Jquery twice"....
Cheers, Connie
Posts: 64
Threads: 21
Joined: Jan 2012
Hi Connie
I had already tried checking the "Do not include jQuery", and still the problem persists! Could you recommend a native GS plugin that looks similar, that would be easy not only to intigrate, but to customize? Thanks for the assistance.
Posts: 2,928
Threads: 195
Joined: Feb 2011
Chaos,
the solution is very easy:
check the template which you are using and delete the JQuery-Include there
take care that it is only included once, either by the template itself or by the plugin
it is not a question of the plugin, it is just a question of a double-call to Jquery
Posts: 64
Threads: 21
Joined: Jan 2012
Thanks Connie
As it was urgent to get the site up, I ended up using the I18N Cycle image slider. I would like to eventually use Nivo. Thanks for your assistance.