Login/regsiter on the right side
-
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.
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.
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
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.
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
Ok thanks, looking forward to hear from you
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
Thank you! That works like a charm 🙂