• Resolved thewickednoodle

    (@thewickednoodle)


    I disabled the button from displaying on smaller images using the minimum image resolution. However, it’s still displaying on the image at the top of my recipe cards. How can I disable it from these as well?

    Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter thewickednoodle

    (@thewickednoodle)

    Hey support team, anyone around to help with this?

    Hi,

    I’m not from support, but I think I can help you anyway because I had the same issue. Go to plugin settings -> selection settings -> image selector and replace the code in the field with the following:

    .jpibfi_container img:not(.wprm-recipe-container img)

    This prevents all images inside the recipe container from getting a Pinterest pin.

    Cheers
    Philipp

    Thread Starter thewickednoodle

    (@thewickednoodle)

    Philipp,

    You are my hero! Thank you!

    The first time I tried it, it didn’t work. But I realized that “wprm” was probably WordPress Recipe Maker? And I use the Create by Mediavine plugin. So I dug around their css a bit, tried a few things, then voila! This code worked:

    .jpibfi_container img:not(.mv-create-image)

    Thank you SO very much!

    Cheers,

    Kristy

    ps. Support team? You didn’t impress this new user AT ALL.

    Hey Kristy,

    yes exactly, I assumed that you’re using WP Recipe Maker because I only took a quick glance at your blog. In any case, I’m happy that you were able to solve the problem! ??

    Cheers
    Philipp

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable button from recipe card image’ is closed to new replies.