Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lineceline

    (@lineceline)

    Hi all,

    I eventually talked to the plugin developer and also my theme’s developer (The Teardrop theme), and I want to thank them for their support, the solution is :

    Put the vimeography shortcode between : [rubi] [/rubi] shortcodes.

    Then, in the file jquery.custom.js, I deleted the first part, which was :

    // z-index order fix
    $(function () {
    var zIndexNumber = 1000;
    $(‘div’).each(function () {
    $(this).css(‘zIndex’, zIndexNumber);
    zIndexNumber -= 1;
    });
    });
    $(“#pp_overlay”).css(‘zIndex’, 1001);

    Then, I adapted my CSS theme so that the header and the footer are always on top of the scene, and that was all good !

    Good luck to all of you guys,

    Céline

    Plugin Contributor Dave Kiss

    (@iamdavekiss)

    Nice work! Glad I could help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘javascript conflit between my theme and the plugin’ is closed to new replies.