hi, the portfolio images for each entry are clickable (http://www.chalet-rohrmoos.com/?page_id=18) and open in the browser. I want that those pictures open in a lightbox or - as a not so good alternative - dont be clickable.
any suggestions?
Portfolio Image - clickable into lightbox or not clickable
3 posts from 2 voices-
Posted 11 months ago #
-
In js/avia.js Replace following line:
if(typeof container == 'undefined'){ container = '';};with:
if(typeof container == 'undefined'){ container = 'body';};and:
//activates the prettyphoto lightbox if(jQuery.fn.avia_activate_lightbox) jQuery('body', container).avia_activate_lightbox(); //activates the hover effect for image links if(jQuery.fn.avia_activate_hover_effect) jQuery('body', container).avia_activate_hover_effect();with:
//activates the prettyphoto lightbox if(jQuery.fn.avia_activate_lightbox) jQuery(container).avia_activate_lightbox(); //activates the hover effect for image links if(jQuery.fn.avia_activate_hover_effect) jQuery(container).avia_activate_hover_effect();Posted 11 months ago # -
fenx ;) du bist ein held, dude
Posted 11 months ago #
Topic Closed
This topic has been closed to new replies.














