Okay
  Public Ticket #2284793
Top menu with currency chooser
Closed

Comments

  •  3
    abcben started the conversation

    Hi,

    Does your theme support a top menu that displays "currency switcher", "My Account", "Login" links.

    Thanks,
    Benil

  •  1,558
    Laborator replied

    Hi Benil,

    We're in the process of finishing it and the next big update will have the header builder which includes a top menu.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   abcben replied privately
  •  1,558
    Laborator replied

    Hi Benil,

    If you want to achieve that, add this CSS to Custom CSS and the tabs will be hidden while the content will show one after another:

    .woocommerce .woocommerce-tabs .tabs {
        display: none;
    }
    .woocommerce .woocommerce-tabs .entry-content {
        padding: 20px 0;
        display: block !important;
    }
    .woocommerce .woocommerce-Reviews #comments>h2,
    .woocommerce .single-product--product-details>.product .products>h2,
    .woocommerce .woocommerce-tabs .entry-content h2 {
        display: block;
        font-size: 28px;
        margin-bottom: 20px;
        color: #222;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  40
    ep replied

    Hi Art (hi Benil!)

    Has this header/menu builder been implemented yet or it's still on the way?

    I too would like to have account/login on my menu similar to how we currently have the cart icon option.

    Thank you.

  •  1,558
    Laborator replied

    Hi ep,

    We're still working on it, it has taken us a little more time than expected but we have added a lot of new features and fixes as it will be a big update (3.0), I can't give you any estimated time when the update will be available but we're working really hard to release it and have a stable version of the theme.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  40
    ep replied

    Thanks for the update Art. Good luck!

  •   abcben replied privately
  •  1,558
    Laborator replied

    Hi Benil,

    Go to Appearance > Menus and create a new menu where you should add the My account, Register and Login links, then go back to the theme options, in the top menu options and select the menu you just created:

    medium
    (view large version)

    Save the changes and it should show these links at the top bar.

    Regarding the order page which is leading to a 404 error, make sure you have linked the orders page correctly under WooCommerce settings:

    medium
    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   abcben replied privately
  •  1,558
    Laborator replied

    Hi Benil,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   abcben replied privately
  •  1,558
    Laborator replied

    Hi Benil,

    1. I have added this code for the icon:

    <i class="fa fa-user" aria-hidden="true"></i>
    

    Now you have both the icon and the text, so you can choose what to show. If you don't like the icon here is a bunch of icons in the FontAwesome list that you can choose from.

    2. The pages do not exist, that's why they are not showing so if you go to Pages none of the pages exists  or it has a different slug:

    medium
    (view large version)

    If you go to https://lonsdalelawpublishing.com/my-account/orders/ the orders will show, I can see plenty of plugins installed in your site which may directly with this issue, also if you switch to the default WooCommerce theme (Storefront) the orders page does not work which means it is not a theme issue.

    3. That's a customization which we do not provide but I will help you this time to make it look like a button. Add this CSS to Custom CSS area:

    .woocommerce .products .product .item-info .add_to_cart_button {
        border-radius: 15px;
        background: #EEE;
        padding: 8px 10px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group