Tagged: x
-
AuthorPosts
-
September 23, 2016 at 3:43 am #1187691
bryan1976ParticipantHi,
I am using safari on mac. But it’s the same result on Chrome and Firefox.
Please look at this page here: http://theaudiobarndev.co.uk/product/rega-brio-r-integrated-amplifier/
The revolution slider is not behind the header as it is on other pages. The header is is rgba (0.0.0.0.5) so the slider should be visible behind it. Look at the home page to see the effect.
Thanks,
Bryan
September 23, 2016 at 4:00 am #1187699
RadModeratorHi there,
I checked the coding and the slider appears to be within masthead code, is this custom coding?
For the meantime, please add this CSS as well,
.single-product.postid-465 .x-navbar-wrap { height: 0px; }Hope this helps.
September 23, 2016 at 1:21 pm #1188203
bryan1976ParticipantThis reply has been marked as private.September 23, 2016 at 1:52 pm #1188228
JoaoModeratorHi Bryan,
Use this code instead:
.single-product .x-navbar-wrap { height: 0px; }Hope that helps
Joao
September 23, 2016 at 2:40 pm #1188278
bryan1976ParticipantHi,
I tried this and it doesn’t work.
The following CSS was suggested by your support to resolve another issue..is this where the problem here lies?
It was this:
@media (min-width:979px){
.x-slider-container.below{
margin-top:-90px;
}
}I have left both code in the custom CSS for you to see this working.
Thanks,
Bryan
September 23, 2016 at 6:59 pm #1188479
Rue NelModeratorHey Bryan,
Thanks for the updates! Please find this block of code:
.single-product .x-navbar-wrap { height: 0px; }You need to update it and make use of this code instead:
body.single-product.x-navbar-fixed-top-active .x-navbar-wrap { height: 0px; }We would loved to know if this has work for you. Thank you.
September 27, 2016 at 10:36 am #1192461
bryan1976ParticipantHello,
This worked perfectly thank you!
Finally, how can I limit the height of the slider on these pages only, to be a max height of 217px? The original image is being stretched as it has been uploaded at a size of 1200 x 217px.
I use sliders on other pages that I need to fit screen as they are currently, so I need to target just this slider.
Cheers,
Bryan
September 27, 2016 at 11:29 am #1192544
bryan1976ParticipantSorry I found an earlier post which helped.
Thanks,
Bryan
September 27, 2016 at 11:34 am #1192552
RupokMemberI am glad that you are all set, Bryan! Have a nice day!
September 29, 2016 at 6:12 am #1195548
bryan1976ParticipantThis reply has been marked as private.September 29, 2016 at 2:18 pm #1196202
RadModeratorHi there,
It’s because of the topbar, compare it’s how positioned on those pages to the product page.
Edit those pages and add this CSS to cornerstone’s custom CSS (not customizer).
.topbar { display: none; }Thanks.
September 29, 2016 at 2:29 pm #1196212
bryan1976ParticipantHello,
Thanks for this but I’m sorry I am very confused.
Please can you explain.
Where should I enter this CSS? I have tried entering in Appearance>Customize>Custom>Edit Global CSS is this wrong? It made no difference.
Or do I edit Cornerstone itself somehow???
Thanks,
Bryan
September 29, 2016 at 7:16 pm #1196506
Rue NelModeratorHello Bryan,
Thanks for the updates. I have logged in to your site and went ahead to resolve this issue. I added this css instead:
body.x-navbar-fixed-top-active .x-navbar-wrap { height: 0px; }I also re arranged your custom css. Please keep in mind that @media blocks should be at the bottom of all other css codes.
If you need anything else we can help you with, don’t hesitate to open another thread.Best Regards.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184954 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
