Remove WP 6.4 Lightbox “Expand on Click” functionality
Remove WP 6.4 Lightbox “Expand on Click” functionality
Remove WP 6.4 Lightbox “Expand on Click” functionality
Unable to Edit or Add Photo Gallery Under Portfolio in WordPress 6.2.5
The reason why this is not working is because you are trying to embed VC inside the lightbox modal. VC shortcodes would work inside the post/pages of wordpress but not on modals. I don’t know if a paid add-on plugin called “Modal Popup Box For Visual Composer” would help you. It gives yous the ability … Read more
I am afraid there is no such plugin with the exact functionality you are looking for but you can try one of these plugins link to meet your requirements.
Check the avada-documentation: https://theme-fusion.com/support/documentation/avada-documentation/ -> Menu -> Extra -> Videos In Lightbox -> How To Set Video Size in Fusion Theme Options How To Set Video Size in Fusion Theme Options Step 1 – Navigate to the Avada > Theme Options tab. Step 2 – Go to the Lightbox tab, and locate the Slideshow Video … Read more
I’ve finally founded the solution, so if you have same troubles as me: 1) let the NextGenGallery automaticaly resize uploaded images 2) for downloading hi-res image you have two options how to use NextGEN Download Gallery upload images whenever you want on your site and just change the path by the addfilter ngg_dlgallery_image_path – see … Read more
As I understand it, you want to show a div element containing the gallery when Show Gallery is pressed – otherwise to hidden. This can be accomplised with a couple of jQuery lines: $( “.show” ).click(function() { $( “.gallery” ).addClass( “display” ); }); With the appropriate CSS. See jsfiddle Be sure to remember to include … Read more
Have you considered using the ACF plugin? With that great plugin (no connection, i just can’t imagine WP without it) you have the function acf_form to render any content form on the frontend, all with ajax updates and saving (works also in a popup via IFrame) Even though the sidebar elements such as tags and … Read more
So, the problem is that on Expositio theme they are adding some jQuery code to all links, that if you’re not closing the mobile menu, after a configurable number of seconds (1 second by default) just redirect site to the link url. If you go to line 260 of js/functions.js you find this: $(‘a’).on(‘click’, function(e) … Read more
Render Shortcode in Lightbox Gallery