• Resolved creativembers

    (@creativembers)


    Hi there! I’m trying to implement this plugin using the php code in my page template and it’s working well with one exception. I keep seeing a double page reload that’s very jarring, just a quick flash or two at the end of every page load. I suspect it has something to do with load order and css that may change the size of the container (a border for instance)

    Is there a way to turn this reload off in the JS?

    Your solution is so much more elegant than any of the commercial zoom plug ins I’ve tried so far so I’d really love to make this work! Thank you for sharing and for any help you can provide.

    Cheers!
    Amanda

    https://wordpress.org/plugins/featured-image-zoom/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cubecolour

    (@numeeja)

    Thanks for your question. The reload was added as a workaround to fix an issue where the zoom effect would become misaligned whenever the browser was resized.

    Without this the plugin would not work well on responsive sites.

    Thread Starter creativembers

    (@creativembers)

    I had read that, but if your site isn’t responsive is there way to disable just the refresh feature? It’s making my page reload twice so it’s not usable right now.

    Plugin Author cubecolour

    (@numeeja)

    It should be reloading from cache rather than fetching the files from the server again. Also It shouldn’t be reloading the page twice.
    Does it do this on all browsers?
    Please provide a link to a page on your site where I can see the issue occurring.

    Same Problem with my template “Game day”

    you can see an example on my test site:

    http://test.visualsports.com.mx/mexico-y-honduras-una-rivalidad-explosiva

    I tried to add the shortcode on the page content and the theme with the

    echo do_shortcode( '[zoom]' );

    The following code

    if (function_exists('cc_zoom_featured_image')) {
            cc_zoom_featured_image();
        }

    gives me the following error Missing argument 1 for cc_zoom_featured_image(), called in /path/

    have you find a workaround to get this great plugin on problematic themes??

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stopping page reload?’ is closed to new replies.