Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203626
    Roger L
    Participant

    Hello X!

    I am using convertplugin for the first time. I have setup a modal popup and place the code in the _header.php file of the integrity template.

    <div class=”x-navbar-wrap”>

    <div class=”<?php x_navbar_class(); ?>”>
    <div class=”x-navbar-inner”>
    <?php echo do_shortcode(‘[cp_modal id=”cp_id_d497f”] mm-official-logo-vajra-wht-color[/cp_modal]’); ?>
    <div class=”x-container max width”>
    <?php x_get_view( ‘global’, ‘_brand’ ); ?>
    <?php x_get_view( ‘global’, ‘_nav’, ‘primary’ ); ?>

    </div>
    </div>
    </div>
    </div>

    <?php endif; ?>

    IF you look at the site and click the right side image, the modal pops up behind the content in the header area. Any fix for this. I tried z-index any way and can and no successful results yet.

    http://www.milanamay.com

    #1203705
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    html.cp-exceed-vieport .x-navbar .cp-overlay {
        overflow: visible !important;
    }

    Hope that helps. 🙂

    #1203739
    Roger L
    Participant

    You Rock!!!! it works great.

    Thank you and some much gratitude!

    #1203747
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1203889
    Roger L
    Participant

    oh, How did you figure that out anyway. I know you good. I was trying almost everything. any tips to help in the future?

    #1204031
    Joao
    Moderator

    How there,

    we inspect the elements with Chrome Inspector or Firefox inspector and read what is happening.

    It takes a bit of study and practice more than anything, you can do it for sure, just start to practice some customization and it will come with time.

    Hope that helps

    Joao

    #1204105
    Roger L
    Participant

    Thanks you. I understand the targeting, That one was not so easy to do. Thank you again!

    #1204327
    Lely
    Moderator

    You’re welcome Roger!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1203626 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>