chaos
Member
Posts: 53
Joined: Jan 2012
|
Image Slider conflicts with I18N Gallery
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? If you would like to see the site - http://www.olivegrove.biz
I am using the following plugins:
I18N Gallery
p01-contact
{under-construction/UNDER_TITLE}
|
|
|
|
Connie
Super Moderator
Posts: 2,686
Joined: Feb 2011
|
Image Slider conflicts with I18N Gallery
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
|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
|
|
|
|
chaos
Member
Posts: 53
Joined: Jan 2012
|
Image Slider conflicts with I18N Gallery
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.
|
|
|
|
Connie
Super Moderator
Posts: 2,686
Joined: Feb 2011
|
Image Slider conflicts with I18N Gallery
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
|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
|
|
|
|
chaos
Member
Posts: 53
Joined: Jan 2012
|
Image Slider conflicts with I18N Gallery
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.
|
|
|
|