What Is General Modal Image?

Posted in: Newsmag
Post count: 152

What Is General Modal Image?
What is it function?

  • This topic was modified 9 years by Syams.
Post count: 6535

Hi

When this option in enabled any images added in post content will be opened in modal window.
Thanks!

Post count: 152

what is modal window?

Post count: 31

Post count: 6535

Hi


@Syams
Images opened in modal window appear like this with Newsmag theme: http://screencast.com/t/YxhmaaxcmocR
Thanks!

Post count: 152

isn’t it same with this feature? What is the difference?

Post count: 6535

HI

This feature enable or disable the lightbox for featured image, you can test it and check how it goes.
Thanks!

Post count: 3

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?

Post count: 23312

Hello marius,

You can try to check this topic here -> https://forum.tagdiv.com/topic/how-to-disable-lightbox-for-gallery-image/

Thanks.

Post count: 3

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!

Post count: 23312

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!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.