Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Neil Rickaby Friend
    #132654

    Hi Guys,

    I can’t seem to get Simple Image Gallery Pro working with JA Helio – the slimbox (based on mootools) doesn’t work – I guess its a conflict but I’m just not good enough to work out where yet!! Can you help! Neil 🙂

    Sherlock Friend
    #267653

    Hi neilrickaby !
    i think that you are duplicated when load mootools , please check again !

    Menalto Friend
    #273142

    Did you manage to get this solved? If you did please mark this post as solved, if you still have problems post here again and we will try to help you as we can.

    donaldwheaton Friend
    #281190

    Simple Image Gallery Pro loads an additional instance of Mootools, so Slimbox will not work. I editted plugins/content/jwsigpro.php to remove the additional Mootools script:

    Look for

    $sigheader .= '
    <script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/mootools.js"></script>
    <script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/'.$language.'/slimbox.js"></script>
    <style type="text/css" media="all">
    @import "'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/'.$language.'/slimbox.css";
    @import "'.$mosConfig_live_site.'/plugins/content/jwsigpro/sigpro_'.$sig_layout.'.css";
    </style>';

    and change to

    $sigheader .= '
    <script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/'.$language.'/slimbox.js"></script>
    <style type="text/css" media="all">
    @import "'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/'.$language.'/slimbox.css";
    @import "'.$mosConfig_live_site.'/plugins/content/jwsigpro/sigpro_'.$sig_layout.'.css";
    </style>';

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  donaldwheaton 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum