• Resolved 375gnu

    (@375gnu)


    Hi there.

    We have the latest plugin version, it shows quiz in editor mode but not in preview mode neither in published page. In browser console I see only the following:

    JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
    missing config for adunit ad-top-atf js:1:7210
    missing config for adunit ad-footer-1 js:1:7210
    missing config for adunit ad-tags-outofpage js:1:7210
    Object { length: 1, 1 more… } Email js:5:137418
    Object { length: 1, 1 more… } Copy Link js:5:138475

    FF & Chromium were used to test and have the same issue.

    Any suggestions?

    https://www.ads-software.com/plugins/playbuzz/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    Would it be possible to send me a link to a page with a broken Playbuzz item? You can also send it to me directly instead of posting it here: [email protected].

    I’ll be happy to take a look.

    Thread Starter 375gnu

    (@375gnu)

    link is sent to email

    Thanks!
    We will review it and let you know what we find.

    Thread Starter 375gnu

    (@375gnu)

    Thanks to luoruize this issue was fixed.

    We had Fusion Core plugin installed, it has css code to hide iframes. Playbuzz Quiz uses iframe so it was hidden in rendered mode but shown in editor mode.

    Using thee simple-custom-css plugin the following css rules were added:

    .pb_feed iframe {
        visibility: visible !important;
        opacity: 1 !important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quiz is not shown in previews and published pages’ is closed to new replies.