Tagged: x
-
AuthorPosts
-
October 4, 2016 at 8:02 am #1201889
Hi,
My hosting server was down for some reason, please try now.
Many thanks
Ed
October 4, 2016 at 9:06 am #1201975Hi Ed,
To fix the navbar issue, you can add this under Custom > Edit Global Javascript in the Customizer.
jQuery(function($) { $(window).scroll(function (event) { var scroll = $(window).scrollTop(); if(scroll == 0){ $('.x-navbar').removeClass('x-navbar-fixed-top'); } }); });
Hope that helps.
October 4, 2016 at 9:55 am #1202053That does 🙂 Thank you very much.
But I’ve just noticed that the top bar is now showing on all the sections below the main page because of this code I believe.
x-topbar { background-color: rgba(174, 164, 154, 0.5) !important; position: fixed; bottom:0px; width: 100%; }
When it was absolute or relative, it wasn’t in the right place, but when you clicked on brands it moved up and off screen. This is what I need to happen but be at the bottom of the main loading page.
Thanks
Ed
October 4, 2016 at 4:09 pm #1202544Hi Ed,
I have checked your site but I can’t seem to see the issue you have mentioned. Would you mind providing some more info and perhaps some screenshot to explain the issue better.
Thank you.
October 5, 2016 at 3:11 am #1203067Hi,
So to be more clear….
Image 01 is how it should be.
Image 02 (after clicking <BRANDS>)- the bar thats is indicated should disappear
Image 03 (after clicking <CONTACT>)- the bar thats is indicated should disappear
I hope that makes more sense.
Thanks
Ed
October 5, 2016 at 3:35 am #1203088Hey there,
Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
-
AuthorPosts