Tagged: x
-
AuthorPosts
-
January 11, 2017 at 8:01 pm #1326539
lwest-irtParticipantHi,
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
January 11, 2017 at 11:37 pm #1326773
RupokMemberHi 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!
January 12, 2017 at 7:58 am #1327177
lwest-irtParticipantHi,
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
January 12, 2017 at 10:40 am #1327398
Nabeel AModeratorHi 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!
January 12, 2017 at 5:55 pm #1327908
lwest-irtParticipantI will give that a try and let you know the result.
Thanks!
January 12, 2017 at 8:11 pm #1328153
lwest-irtParticipantHi,
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.
January 12, 2017 at 11:00 pm #1328291
RupokMemberHi 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!
January 14, 2017 at 7:05 am #1329865
lwest-irtParticipantThat 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
January 14, 2017 at 7:28 am #1329881
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1326539 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
