• Resolved prophotoinsights

    (@prophotoinsights)


    I’m using WP Image Zoom with a plugin called Fotomoto which adds buy buttons below certain images.
    Ive noticed that now and again after zooming over images that the Buy buttons get duplicated to the top of image and ones that the ones that should be bottom left no longer work.
    Reloading page clears the issue.
    Not 100% this is a clash with Fotomoto or not but didn’t seem to have an issue before.
    I’m adding zoooom code to page in Tatsu page builder under page section CSS Classes zoooom
    Maybe this is wrong place on page?
    Regards Simon

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Simon,

    Derek from Fotomoto here.

    Let me add a bit of info: Fotomoto is designed to detect images on the page and put Buy links underneath them. If two rows of Buy links are shown, it’s often because Fotomoto somehow finds two images; note it will pick up on transparent images, logos, and other images you wouldn’t at first suspect (or want to sell).

    You can find which image belongs to the Buy link simply by clicking the Buy links and seeing what shows up in the cart. If you find that the image is one you don’t want to sell, simply move that image to Not for Sale in the Fotomoto Dashboard.

    I took a look at your test page and am only seeing one row of Buy links as expected, but next time you see two, please try the above and just let us know if we can help somehow.

    Kind regards,
    Derek

    Thread Starter prophotoinsights

    (@prophotoinsights)

    Thanks Derek I was going to message you !
    The links are showing top left and over the image not above as you would expect.
    I’m sure I discussed this before via email.
    It’s intermittent but only became an issue with the zoom plugin hence I’m wondering if its conflicting.
    I’m now wondering if Fotomoto sees another image due to the the way the Zoom function works.
    Like I said its not all the time and when it does happen refreshing page clears the issue.
    Simon

    Plugin Author Diana Burduja

    (@diana_burduja)

    The image zoom plugin does indeed create a copy of the image and places it on top of the original image. The copy is used within the zoom lens.

    I think it has to do with the execution order of the Fotomoto script and the image zoom script. You can replicate the issue by refreshing the page (the image has to be cached by the browser), the mouse is directly on top of the image and hovering so the zoom lens initializes.

    Would you please add the following CSS rule to your website:

    .zoomContainer .FotomotoToolbarClass {
        display: none !important;
    }

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rule. It should remove only the Buy buttons added to the image inside the zoom lens.

    Perfect – thank you for a great and timely solution Diana!

    Kind regards,
    Derek at Fotomoto

    Thread Starter prophotoinsights

    (@prophotoinsights)

    Hi Diana
    Thank you for that it seems to have solved the problem for me.
    Thanks again to you also Derek for helping get to the bottom of it all.
    Regards Simon

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible Conflict With Fotomoto’ is closed to new replies.