• Resolved ebass

    (@ebass)


    I am using wonderplugin’s 3D Carousel and Magnific Popup is causing an error. I get a “The image” text and a zoom in magnifying glass after the video plays. I do not use Magnific Popup and want to disable it. How do I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    you will need to open scripts.js and remove

    	$( ".ci-lightbox, a[data-lightbox^='gal']" ).magnificPopup({
    		type: 'image',
    		mainClass: 'mfp-with-zoom',
    		gallery: {
    			enabled: true
    		},
    		zoom: {
    			enabled: true
    		}
    	} );

    from inside.
    Try installing the WP Editor plugin to enhance the default editor and then navigate to the /themes/olsenlight/js/ folder to find the file.
    Let me know if this helps

    Thread Starter ebass

    (@ebass)

    Solved! Thank you!

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable Magnific PopUp’ is closed to new replies.