New Landing How can we help? Atelier Login button in mobile menu

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #296127
    peijske
    Member
    Post count: 20

    hi i want to show my login button in the top menu in the same way as http://www.coolblue.nl so you can see next the basket. Please see the picture below.

    Attachments:
    You must be logged in to view attached files.
    #296437
    David Martin – Support
    Moderator
    Post count: 20834

    You can set the My Account link in Theme Options => Header Options:

    #296650
    peijske
    Member
    Post count: 20

    Thxs for your answer, but it do not work on mobile, only in the desktop browser. And i want it for the mobile menu.

    Can you please take a look again?

    Kind regards

    #297019
    David Martin – Support
    Moderator
    Post count: 20834

    It is hidden on mobile as a design choice, there is very little space. You can use CSS to edit this if you want. Here is an example:

    
    @media only screen and (max-width: 991px) {
    #top-bar, 
    #top-bar-sticky-wrapper {
        display: block!important;
    }
    }
    #297329
    peijske
    Member
    Post count: 20

    Hi,

    Sorry this CSS dont work,there is no difference.

    #297334
    peijske
    Member
    Post count: 20

    Another question, can i set the mobile header like the desktop header menu.
    ” Sticky header show/hide
    Enable the sticky header to hide once scrolled 1000px down the page, and show on scroll up.” ?

    #297744
    David Martin – Support
    Moderator
    Post count: 20834

    Have you enabled it here, Theme Options => Header Options => Mobile Header Options => Sticky Mobile Header

    #297833
    peijske
    Member
    Post count: 20

    Thxs it work now

    #297841
    peijske
    Member
    Post count: 20

    Can you please look to this costum css again? It dont work.

    Kind regards

    #298236
    David Martin – Support
    Moderator
    Post count: 20834

    Please provide more details/screenshots, your sticky mobile header is working for me.

    – David.

    #298670
    peijske
    Member
    Post count: 20

    Hello,

    Yes the sticky mobile header works fine now.

    But the following code:
    @media only screen and (max-width: 991px) {
    #top-bar,
    #top-bar-sticky-wrapper {
    display: block!important;
    }
    }

    Don’t work for show my login button in the MOBILE top menu in the same way as http://www.coolblue.nl so you can see next the basket. Please see the picture below.

    Thanks for helping me.

    Attachments:
    You must be logged in to view attached files.
    #299140
    David Martin – Support
    Moderator
    Post count: 20834

    This is not something that is possible by default. Please install and activate the supplied child theme, inside the child theme functions.php file paste this code:

    https://gist.github.com/webadelic/e44d3ab2488e9e9c8456b8f71a745cdb

Viewing 12 posts - 1 through 12 (of 12 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