• Resolved mclockhart

    (@mclockhart)


    Hi,

    I have installed Flipbook shortcode on this page:

    https://acica.org.au/acica-profile/

    I think I have set it up correctly but the PDF is not showing.

    I can see the PDF if I look at it on the flowpaper.com website so I’m thinking there might be some issue with the theme.

    I am using AVADA theme which might be affecting it?

    Any advice would be appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author getflowpaper

    (@getflowpaper)

    Hi there,
    You have the following CSS style sheet rule on your page which is making the PDF viewer hidden:
    iframe { visibility: hidden; opacity: 0; }

    Remove this from your WordPress theme styles or add the following CSS style rule if you would like to keep your general style rule:
    .flowpaper-class { visibility: visible !important; opacity: 1 !important; }

    • This reply was modified 9 years, 4 months ago by getflowpaper.
Viewing 1 replies (of 1 total)

The topic ‘PDF not showing’ is closed to new replies.