Tagged: NAV
-
AuthorPosts
-
September 27, 2018 at 1:51 pm #1015281
Hello
I have a little issue
The website I’m working on is having an issue with the nav.
On desktop (I’m using a full hd monitor) the nav does exactly what its supposed to do, on scroll down and after that scroll up it gets a blue colour and it gets small, but on touch devices like ipad, the nav background doesn’t get any color, it stays transparent.
Do you know a solution on how to fix this?
ThanksSeptember 27, 2018 at 7:45 pm #1015482Hey imokweb,
I’m getting a 404 error on your site from the link you provided.
Best regards,
Jordan ShannonSeptember 28, 2018 at 10:12 am #1015673sorry about that :), instead of .biz it is .ro
September 28, 2018 at 3:18 pm #1015762I also have another question I ecounterd.
On the main page there are some images that open iframes http://prntscr.com/kztacv, that are added as links and ?iframe=true at the end.
On mobile it doesn’t work.
Do you have any idea what to do with this?
ThanksSeptember 29, 2018 at 9:27 am #1016000Found the solution
jQuery(window).scroll(function (event) {
var scroll = $(window).scrollTop();
if(scroll > 10){
jQuery(‘#header’).css(‘background-color’, ‘#1C51BD’);
}
});Thanks :D
September 29, 2018 at 9:49 am #1016004Hi imokweb,
I checked your site and it seems like you have some js script that adds the background color to the #header after you have scrolled down then scroll up.
Where did you insert the code for it? so we can try to check further.
As for the mobile issue you mentioned, I was able to check it using an android phone and I was able to open it without any issues, are you using an android phone or iphone?Best regards,
NikkoSeptember 29, 2018 at 10:17 am #1016013Hello
I forgot to mention in the post that I posted earlier, that the iframe issue is fixed too.
The issue with the menu was fixed with that JS I posted earlier.
ThanksSeptember 29, 2018 at 1:09 pm #1016038Hi imokweb,
Glad to hear that it’s fixed and thanks for posting the solution that worked for you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.