• Resolved tariqmghari

    (@tariqmghari)


    Well, hello I have a tiny problem, if I don’t add a featured image, it will cause me a problem it won’t be dsiplayed on cards on the main, but if I do and I add the image on recipe block too, 2 images will be shown how I can resolve that ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Pavel Ciorici

    (@ciorici)

    @tariqmghari Hello,

    Can you tell us what theme you’re using? Is the Featured Image shown automatically at the beginning of the posts?

    Maybe you can send us a link to your website or a screenshot, so we can better understand the problem?

    Thread Starter tariqmghari

    (@tariqmghari)

    Plugin Author Pavel Ciorici

    (@ciorici)

    @tariqmghari I see you’re using our Foodica premium theme, so this question is mostly related to the theme, not to the plugin.

    Can you please write us a message using the contact form from our website and provide the email address from which you purchased Foodica theme?
    https://www.wpzoom.com/contact/

    We’ll offer you some instructions to fix this problem by email.

    Thread Starter tariqmghari

    (@tariqmghari)

    Hello, I’m sorry for late answer, it’s not the theme because I have tried on another theme and it’s the same thing, I can’t contact you with the email that I used to buy foodica because, I’m making the website for the client and he is the one who bought the theme, and it has nothing to do with the theme.
    Let me explain the problem for you, when I add a recipe block, it’ll add the block to the article, which I have to add an image, but I only have 1 image, so if I add the image to the block and to featured Image, they will be displayed both of them, that’s a problem, All I wan’t is I wanna display the image block, but hide the featured image,( you may say not add the image into featured image section, this will make the article have no featured image I hope you got what I’m saying)

    Plugin Author Pavel Ciorici

    (@ciorici)

    @tariqmghari, just look in the Theme Options > Single Post Options, and you will see that there is an option to hide the Featured Image at the top of single posts, but it will still be showing on front page.

    I have exactly the same issue where the featured image is shown twice in a row; once by the theme and once by your plugin. It is possible to disable the Featured Image on top of single posts in my theme as well, but as you described this will disable the featured image to show on the front page. This of course is unwanted behavior; you’ll want to have the featured image shown on the front page.

    Could you make a way to disable showing the image in the Recipe Cards block? Or perhaps you can tell me where to modify this in the code?

    Plugin Author Pavel Ciorici

    (@ciorici)

    @ruuddieboy Hi,

    Maybe you want to use the Simple Design style for your block, as the image appears smaller when using it?
    Screenshot: https://d.pr/i/WkaxP7

    If you prefer to hide the image in the block, just add the following CSS code in the Customizer > Additional CSS:

    .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-image figure img {
        display: none;
    }

    But don’t forget to continue uploading the image in the block, as this is helpful for rich snippets.

    Also, in theme like our Foodica, there is an option which simply hides the Featured Image at the top in single posts, while the featured image continues to be visible in homepage and other archive pages.

    Thanks a lot, that CSS worked like a charm!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘feature image’ is closed to new replies.