Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?
    Thanks

    #1015482

    Hey imokweb,

    I’m getting a 404 error on your site from the link you provided.

    Best regards,
    Jordan Shannon

    #1015673

    sorry about that :), instead of .biz it is .ro

    #1015762

    I 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?
    Thanks

    #1016000

    Found the solution

    jQuery(window).scroll(function (event) {
    var scroll = $(window).scrollTop();
    if(scroll > 10){
    jQuery(‘#header’).css(‘background-color’, ‘#1C51BD’);
    }
    });

    Thanks :D

    #1016004

    Hi 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,
    Nikko

    #1016013

    Hello
    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.
    Thanks

    #1016038

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.