• Resolved gotred4

    (@gotred4)


    Buenos días,

    Acabo de activar vuestro plugin y antes de todo felicitaros por el gran trabajo.

    El problema que estoy teniendo es que al activarlo y entrar en alguna entrada del blog se pisa el texto y hace ilegible el contenido hasta que no se carga por completo. El tema que estoy utilizando es oceanwp . Sabéis porque puede estar ocurriendo?

    Un saludo.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @gotred4,

    I was just checking the site you shared but noticed that Complianz had been deactivated.

    If you would like me to have a closer look at the behaviour of the website, would it be possible to re-activate the plugin and share a screenshot of the issue that occurs?

    Let me know if you have any updates.
    Kind regards,
    Jarno

    Thread Starter gotred4

    (@gotred4)

    Buenos días ,

    Antes de todo agradecer la contestación.

    Estas disponible ahora? lo digo para activarlo durante unos minutos y que lo puedas ver directamente en la web.

    Gracias de nuevo,

    Un saludo

    Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @gotred4,

    Yes, you can enable the plugin and send a reply when it’s done. I will have a look.

    Kind regards,
    Jarno

    Thread Starter gotred4

    (@gotred4)

    Activado!

    Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @gotred4
    The Youtube iFrame(s) are currently placed within the content. It should be fixed if you wrap the Youtube iFrames in another <div></div> tag.

    If you have many Youtube iFrame’s, I can imagine that you don’t want to do it by hand (it would be the best option to do it manually, though). This script, which can be added as an MU Plugin, might help in that case:

    <?php
    /*Wraps the iFrame in div tags
    */
    function cmplz_add_div_iframe() {
    ?>
    <script>
    jQuery(document).ready(function ($) {
    $( ".cmplz-placeholder-element" ).wrap( "<div class=cmplz-iframe'></div>" );
    };
    </script>
    <?php
    }
    add_action( 'wp_footer', 'cmplz_add_div_iframe' );

    Kind regards,
    Jarno

    • This reply was modified 5 years ago by Jarno Vos.
    Thread Starter gotred4

    (@gotred4)

    Mil gracias,

    Haré lo que me dices en cuanto tenga un hueco a ver si doy con ello.

    Te iré informando!

    gracias de nuevo.

    Un saludo

    Thread Starter gotred4

    (@gotred4)

    Buenas,

    Intente lo que me sugeriste pero sigo obteniendo el mismo resultado al activar el plugin complianz 🙁

    Plugin Contributor Jarno Vos

    (@jarnovos)

    Buenos dias @gotred4,

    Can you send us an email at [email protected] about this issue? I will have a closer look at this.

    Kind regards,
    Jarno

    Thread Starter gotred4

    (@gotred4)

    Buenos días!

    Si, ahora mismo lo hago.

    Saludos,

    Jorge

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘ocenwp + complianz’ is closed to new replies.