• Resolved ninahgo

    (@ninahgo)


    Hello, the print and full-screen buttons are not functional.
    I’ve cleared the cache at the host level without any luck.

    Any ideas?

    Thank you,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Boxy Studio

    (@boxystudio)

    There’s a DIV that is overlaid on top of the recipe area. I think this is coming from the theme and I’m not sure what it’s used for. You can try to simply hide it with some CSS on recipe posts ONLY to solve the issue. I did this and didn’t see any issues with it:

    body.single-portfolio .wpb_row .row-bg-wrap {
        display:none;
    }

    You can add Custom CSS via the WordPress Customizer: https://dinevthemes.com/custom-css-wordpress-customizer/

    Thread Starter ninahgo

    (@ninahgo)

    Thank you, that has fixed the issue entirely!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Print/full screen buttons not working’ is closed to new replies.