Hi
@Syams Images opened in modal window appear like this with Newsmag theme: http://screencast.com/t/YxhmaaxcmocR
Thanks!
But the general modal thing only works for single added images. I have tried to turn it of to avoid modal in some images, and I found in the single images I could turn them on/off, but galleries unfortunatly used modal no matter what. Maby there is a solution I havent seen?
Hello marius,
You can try to check this topic here -> https://forum.tagdiv.com/topic/how-to-disable-lightbox-for-gallery-image/
Thanks.
Oh yes, I have seen it, thanks.. I dont think I am goind to use it beacuse it tells to remove some code, and I rarely mess with inside written codes, hell of mess finding them again if needed 🙂
But I am trying to google some solution where I with a code maby can tell the site to ignore the modal, and I have found this:
add_action( ‘wp_print_scripts’, ‘my_deregister_javascript’, 100 );
function my_deregister_javascript() {
$deregistered_scripts=array(‘wc-add-to-cart’,
‘woocommerce’,
‘storefront-skip-link-focus-fix’);
foreach ($deregistered_scripts as $key => $script) {
wp_deregister_script( $script );
}
}
And maby need to replace/insert something, and it is something with the arrays I belive, but what is the array for the modal lightbox thingy, do you know?
Best!
Hello marius,
Sorry, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide any additional customization in this regard!
Thanks for the message!


