• Resolved uacl312

    (@uacl312)


    Hi guys! Firstly, thank you for the plugin, it’s truly great, and better than any other similar plugin I’ve tried.

    I have an issue with the buttons that are above the recipe block. Specifically the ‘Print Recipe’ button when clicked redirects to a page with a 404 error. Weirdly the print recipe button inside of the recipe card works as intended.

    I’ve followed the steps in some other help guides, including ensuring the correct permalink settings and ensuring it’s in a separate block.

    I’m just wondering if you can help? Alternatively, if you can tell me how to remove that single button, instead of both ‘Jump to Recipe’ and ‘Print Recipe’ that would be great.

    Thanks ??

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

Viewing 1 replies (of 1 total)
  • Hi @uacl312, you can hide only the print button using some custom CSS by adding it in the Customizer > Additional CSS field

    
    .wpzoom-recipe-card-buttons .wp-block-wpzoom-recipe-card-block-print-recipe {
    	display:none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘‘Print Recipe’ button above recipe displays 404 error when clicked’ is closed to new replies.