New Landing How can we help? Themeforest Theme Support Dante How to change one page navigation color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #228540
    solidsn2004
    Member
    Post count: 208

    Hi,

    I have changed the one page navigation default color but I am getting some weird flickering yellow color when scrolling in Safari browser.

    I used the following css code:

    div#one-page-nav{
    background: #18abd3;
    }

    Why is this happening? Is there a way to keep it this blue even when scrolling in Safari Browser?
    It works well in Chrome and Firefox.

    Thanks in advance.

    #228541
    solidsn2004
    Member
    Post count: 208
    This reply has been marked as private.
    #228552
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am not able to replicate this issue. Can you please test with another machine?
    Thanks
    Mohammad

    #228557
    solidsn2004
    Member
    Post count: 208

    Hi Mohammad,

    I have 3 mac devices in my place and all 3 devices have the same issue in Safari browser.
    As I said it works fine in Chrome and Firefox.

    Are you using safari for PC or for Mac?

    #228559
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m on Mac and I can see the flickering.
    Can you try it with all plugins deactivate, so we can discard any plugin conflict.

    Do you have the latest version of the theme 3.16 ?

    -Rui

    #228572
    solidsn2004
    Member
    Post count: 208

    Hi Rui,

    I have deactivated all plugins but the problem remains. The only plugins I was using were the ones of the theme plus one for password protection.

    My theme version is the latest which is 3.17 not 3.16.

    Any thoughts?

    #228610
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure about it. Will have to forward this one to Ed.
    let’s wait for his reply.

    Thanks

    -Rui

    #228613
    solidsn2004
    Member
    Post count: 208

    Ok thanks.
    Will be waiting…

    #228631
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    Let’s wait.

    -Rui

    #228695
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This css should sort it:

    #one-page-nav {
    -webkit-transform-style: preserve-3d;
    }

    – Ed

    #228739
    solidsn2004
    Member
    Post count: 208

    Thanks for your reply Ed,

    Unfortunately it didn’t work. As you can see it’s still flickering…

    #229051
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This should do it:

    #one-page-nav ul li {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    }

    Thanks,
    David.

    #229071
    solidsn2004
    Member
    Post count: 208

    Thanks a lot David!
    This worked great!

    #229072
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem.
    -David.

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register