Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1288328
    juhakuurajarvi
    Participant

    Hello!

    I’m using WP 4.7 and X Theme 4.6.4 and Slider Revolution 5.3.0.2.

    I’m also using x-child Theme. I have make change to _navbar.php and put it into child theme.

    File is like this:
    <div class=”x-navbar-wrap”>
    <div class=”<?php x_navbar_class(); ?>”>
    <div class=”x-navbar-inner”>
    <div class=”x-container max width”>
    <?php x_get_view( ‘global’, ‘_brand’ ); ?>
    <?php putRevSlider( ‘etusivu’ ); ?>
    <?php x_get_view( ‘global’, ‘_nav’, ‘primary’ ); ?>
    </div>
    </div>
    </div>
    </div>

    After this Slider should go between logo and navbar. But it isn’t: logo goes under Slider. Why?

    I send URL to my page in next message.

    #1288329
    juhakuurajarvi
    Participant
    This reply has been marked as private.
    #1288331
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    div#rev_slider_2_1_wrapper {
        clear: both;
    }

    Hope it helps 🙂

    #1288332
    juhakuurajarvi
    Participant

    Hi!

    Thanks a lot! It works now! 🙂

    -Juha-

    #1288335
    Thai
    Moderator

    If you need anything else please let us know.

    #1296541
    juhakuurajarvi
    Participant

    Hello!

    I changet Slider to Full-width and now logo goes under Slider again. How I have to change your code?

    -Juha-

    #1296547
    Thai
    Moderator

    Please change the previous CSS to this:

    div#rev_slider_2_1_wrapper {
        clear: both;
        margin-top: 75px !important;
    }

    Hope it helps 🙂

    #1296553
    juhakuurajarvi
    Participant

    Hi!

    Thanks a lot! It works again. 🙂

    -Juha-

    #1296554
    Thai
    Moderator

    If you need anything else please let us know.

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