GetSimple Support Forum

Full Version: Image Slider conflicts with I18N Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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}
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
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.
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
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.