Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326539
    lwest-irt
    Participant

    Hi,

    I’ve just completed a new site for my client, http://itsreallytime.com. Currently the logo has a color background, but my client would like to replace this with a video. I had set the video up using revolution slider, and had it below the masthead, but the client thought it pushed the content too far down the page, and so wants to put the video behind the logo.

    Does this require modifying the header script in a child theme, and if so, what part of the header script would I need to change?

    I haven’t set up a copy of the site for testing, but I will do that so as not to play around with this on the live site.

    Thanks,

    Jon

    #1326773
    Rupok
    Member

    Hi Jon,

    Thanks for writing in! It would be easier to use a Revolution Slider and assign above the masthead. You can restrict the height of the slider to 200px or 330px to keep the same look of Logobar.

    Cheers!

    #1327177
    lwest-irt
    Participant

    Hi,

    I understand it is easier to do it that way, but I need to put the video behind (below, layer-wise) the logo bar because if I put it above the masthead, it will only apply to one (the Home) page. My client would like this to be the new logo design on every page on the site.

    Jon

    #1327398
    Nabeel A
    Moderator

    Hi again,

    You can activate Revolution Slider above masthead on every page. To do this edit your page in WP > under Slider Settings: Above Masthead activate your Slider.

    Hope this helps!

    #1327908
    lwest-irt
    Participant

    I will give that a try and let you know the result.

    Thanks!

    #1328153
    lwest-irt
    Participant

    Hi,

    I set up a staging site and tried that, but I am not finding a setting that applies to all pages. This is a blog, so there are individual post pages, category pages, tag pages, etc., all generated automatically by WordPress and the video does not show up on any of them above the masthead. It only shows up on the Blog Home page, the actual page to which I applied the slider setting.

    Did I miss something?

    Thanks.

    #1328291
    Rupok
    Member

    Hi there,

    Thanks for writing back. Revolution Slider needs to be assigned for each page individually, so it’s not possible to assign for archive pages usually. But you can follow this thread if you really need this – https://community.theme.co/forums/topic/revolution-slider-category-page/

    Cheers!

    #1329865
    lwest-irt
    Participant

    That worked!

    I just changed this…

    add_filter(‘x_before_view_global__slider-below’, ‘add_rev_slider’);

    to this…

    add_filter(‘x_before_view_global__slider-above’, ‘add_rev_slider’);

    … to get the slider above the nav bar.

    I also:

    * Disabled the slider on the home page (blog posts page), because the global view also displays it here (so I had two headers until I did that)
    * and I hid the logo with…

    .x-logobar {
    display: none;
    }

    Thanks for your help! Now I’ll see if my client likes the look.

    Jon

    #1329881
    Christopher
    Moderator

    You’re welcome.

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