Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Matthew,

    That’s very odd. On what page exactly is it supposed to show?

    Best regards,
    Stefan

    Thread Starter mattzarr

    (@mattzarr)

    Hi Stefan,

    Thanks for the quick response! I would like slideshow to show on the homepage. I have added the shortcode to the page now but when I log out and visit the page I just see white space. Feel free to have a look for yourself.

    https://www.hearthmanorfireplaces.com

    thanks!

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Matthew,

    I see. The website shows a javascript error on line 119 of the source code and causes the slideshow script to stop. The error is probably there only when not logged in, so the script works fine when you are. The piece of code causing the slideshow script to break is this:

    <script type="text/javascript">
      $(document).ready(function(){
        $(document).bind("contextmenu",function(e){
            return false;
        });
    });
    </script>

    Also, right mouse button clicks don’t work and cause your website to output more errors: Uncaught ReferenceError: alertVis is not defined. Perhaps you have a plugin that catches clicks on your page?

    Best regards,
    Stefan

    Thread Starter mattzarr

    (@mattzarr)

    thanks Stefan,

    I removed the right click blocker plugin and its working now.. thanks for your help!

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    That’s great to hear! You’re very welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slideshow only show when signed in’ is closed to new replies.