I'm using WordPress with Smooth Gallery to show the Featured News Slider, and I have a Lightbox 2 Want to use, but because of the prototype jquery conflict due to the loading the smooth gallery is broken.
How to not display the lightbox on the home page?
(The slider is only on the home page)
I tried to change
if (! Is_admin ()) {wp_enqueue_script ('lightbox', ($ stimuli_lightbox_plugin_prefix. $ Stimuli_lightbox_js) , Array ('script-effect'), '1.8'); } if (! Is_admin () and! Is_home ()) {...
but It still contains the prototype on the home page. What can i do
if (! Is_admin ()) and! Is_front_page ()) Wp_enqueue_script ('lightbox', ($ stimuli_lightbox_plugin_prefix. $ Stimuli_lightbox_js), array ('script-effect'), '1.8');
Comments
Post a Comment