Home Forums Basel support forum Login/regsiter on the right side

Login/regsiter on the right side

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #17787

    AllawiT
    Participant

    How can I get the Login/register to appear on the right side of the header?
    See attached photo.

    Thanks in advanced.

    Attachments:
    You must be logged in to view attached files.
    #17792

    AllawiT
    Participant

    Also one more thing is that there is a bug when I add products to the cart, then the whole theme just dispersers. Especially when I add a quantity of x. This doesn’t always happen, but it happens often. See the attached photo.
    I get this link: https://www.miqdadfood.no/varer/bonner/?add-to-cart=1533&shop_view=grid&_pjax=.main-page-wrapper

    Attachments:
    You must be logged in to view attached files.
    #17814

    Bogdan Donovan
    Keymaster

    1. “Login / Register” is a string in the POT file. You can change this text in POT file using Loco Translate plugin. Here is a video that demonstrates how to translate strings with this plugin https://www.youtube.com/watch?v=tAFq1yTfWfU

    2. We checked your site, but there are no products in your store. Please add a few products or give us a test access to the site so that we can investigate this problem.

    Kind Regards
    XTemos Studio

    #17817

    AllawiT
    Participant

    Hi there are products, I’ve just hide them from public.
    Here is access.
    Also just click on the Se katalogen vÄr on top menu.

    #17829

    Bogdan Donovan
    Keymaster

    It seems that quantity buttons on the shop page is not compatible with our ajax shop. We will try to find a solution and back to you soon.

    Kind Regards
    XTemos Studio

    #17833

    AllawiT
    Participant

    Ok thanks, looking forward to hear from you

    #17844

    Eric Watson
    Participant

    Hello,

    You need to replace the previously given ‘Quantity buttons’ code with the code given below.

    function quantity_inputs_for_woocommerce_loop_add_to_cart_link(){
    	woocommerce_template_single_add_to_cart();
    }
    add_filter( 'woocommerce_loop_add_to_cart_link', 'quantity_inputs_for_woocommerce_loop_add_to_cart_link', 10, 2 );

    Kind Regards
    XTemos Studio

    #17850

    AllawiT
    Participant

    Thank you! That works like a charm 🙂

    #17869

    Eric Watson
    Participant

    You are welcome!

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