• Resolved developer641

    (@developer641)


    In https://bossindi.staging.wpengine.com/ click the image under 2 minutes set up section and other images, the pop up overlay loaded and the enlarged image not loaded properly. I have also checked the enlarged image position set at bottom of the page. If i scroll the page it continues with infinity.(In my local set up its works properly local WordPress version 4.2.13)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, it might be a conflict with another script on your site. In that case, you’d need to test by switching off all other plugins or even switch to the default theme for a second to test.

    But it might also be the simple fact that your page source code does not start with the doctype declaration.

    If you view the page source (with Ctrl+U) you’ll see these lines at the start:

    
    <div style="display:none">sasNULL
    </div>
    <!doctype html>
    

    Try to find out where that first div element is coming from and remove it. The source should start with <!doctype html> and nothing else should come before it.

    Thread Starter developer641

    (@developer641)

    @ravanh Thanks, Its working fine after removing that code Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The popup enlarged image not loaded properly’ is closed to new replies.