• Resolved mjldisplays

    (@mjldisplays)


    Hi,

    I have installed your plugin and everything is fine apart from the controls which do not display any of the icons – previous/next page, zoom in/out etc.

    Regards
    Mike

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

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

    (@dearhive)

    Hi,

    You are using smartslider which hide any pseudo elements indie it’s slides:

    .n2-ss-slider .n2-ow:before, .n2-ss-slider .n2-ow:after, .n2-ss-slider .n2-ow-all :not(i):before, .n2-ss-slider .n2-ow-all :not(i):after {
        display: none; 
    }

    While this itself is not an issue. But since the flipbook is placed inside a slide in Smart Slider. The controls are also hidden. We use pseudo elements to display icons.

    Thus,
    Either don’t keep flipbook inside silder.
    Or
    Add this custom CSS to Customizer(Additional CSS)

    .df-ui-btn:before {
        display: block !important;
    }
    Thread Starter mjldisplays

    (@mjldisplays)

    Thank you very much for your prompt response. I added the custom CSS and everything is fine now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Controls not showing’ is closed to new replies.