Forum Replies Created
-
AuthorPosts
-
Strangely works again …
February 1, 2021 at 3:31 pm in reply to: Remove the Woocommerce "My Account" link from menu #1276852Hi Nikko,
Thank you for your help, it works great!
Best regards,
MarkusJanuary 17, 2021 at 5:10 pm in reply to: burger menu doesn't open any more, on mobile & desktop, WP 5.6 & Enfold 4.7.6.4 #1273095Problem temporarily solved: https://kriesi.at/support/topic/alternate-menu-for-mobile-not-showing-2/
January 17, 2021 at 4:54 pm in reply to: burger menu doesn't open any more, on mobile & desktop, WP 5.6 & Enfold 4.7.6.4 #1273091Hi Support,
I can see exactly the same behavior in myself. If, on the other hand, I switch from the child theme to the parent theme, the mobile menu is available on both the PC and the mobile view. I’ve been deactivating plugins for hours and looking for errors, but it just doesn’t work. I would be very grateful if you could help here, because I have to rely on my shop in Corona times.Best regards,
MarkusHi Rikard,
please log in as admin. Then go to Design / Customizer and select the child theme. Then the hourglass turns and nothing happens …I also gave you the link to a video. Please take a look at that. I hope you can help me.
Best regards,
MarkusHi Rikard,
Thank you for your answer.
That means you could start the customizer and had access to the child theme?For me it still behaves as described in the first post. No matter which browser I try.
Best regards,
MarkusSame here.
Update:
My problem can be solved if can remove / hide / disable the “add to cart” button in the category pages. I only need the button “view details”.
I’ve searched for hours, but i can’t find a solution that worked for me.Best regards,
Markus- This reply was modified 4 years, 10 months ago by LFK.
I’m looking for a solution like this one:
Example Demo Shop
When you click on “Add to cart”, the item is immediately added to the shopping cart.
If i click the button on my page, i will be directed to the single product view and the item is not in the cart as in the demoshop.- This reply was modified 4 years, 10 months ago by LFK.
Hi Victoria,
the problem is that i can see no difference whether ajax is activated or deactivated.Best regards,
MarkusThis thread solved my problem :-) Issue Product Tabs
Hi support,
same problem too on my site, need help please.Best regards,
MarkusOctober 6, 2019 at 8:10 pm in reply to: Modal cookie window shows "Footer Einstellungen" as headline??? #1145490Hi Mike,
thank you very much for you help, your code fix this issue very well!Best regards,
MarkusOctober 5, 2019 at 4:33 pm in reply to: Modal cookie window shows "Footer Einstellungen" as headline??? #1145310Hi Victoria,
Screenshot and temorary login is in private content.Best regards,
Markus@ Nikko,
i found a working code that solve my problem on these sites:add_action( 'init', 'remove_wc_page_noindex' ); function remove_wc_page_noindex(){ remove_action( 'wp_head', 'wc_page_noindex' ); }
Now I can make all settings via SEOPress without duplicate meta robots entries :-)
Best regards,
MarkusHey Nikko,
your tip will help me a lot, thank you!
I run a woocommerce shop and found a problem with the meta robots tag on two pages. The cart page as well as the customer account page contain a <meta name = ‘robots’ content = ‘noindex, follow’ /> although in my SEO Plugin this setting is not activated at all. I’ve already disabled all plugins to determine where the entry came from, unfortunately without success.
It would be nice, if you could check both sides. You may find the cause of these two websites. everything else works great now!Best regards,
MarkusHi Mike,
I put a example in private data.
I use the chrome developertools to check it.Best regards,
MarkusSeptember 18, 2019 at 10:03 pm in reply to: Two different meta robots entries on some pages #1139714Hi Mike, thank’s for your anser.
In the meantime, I found and inserted the following code in theme functions:add_filter(‘avf_set_follow’,’avia_remove_nofollow’, 10, 1);
function avia_remove_nofollow($meta){
return “”;
}This helps me but only partially solve the problem.
Now I remove the code again so you can better determine what I mean. Look at my website please the pages under shop. There would now be two meta robots entries.Best regards,
Markus- This reply was modified 5 years, 2 months ago by LFK.
The same here, so i downgrade to the old version :-/
- This reply was modified 5 years, 2 months ago by LFK.
May 28, 2019 at 1:26 pm in reply to: google complains about usability on mobile devices – Help me please #1104825Hi Victoria,
sorry for the late feedback, but i was sick for a few days.
Oddly enough, the bugs listed by Google Search Console have disappeared. In the meantime i switched from Yoast Seo Premium to SEOPress and the errors i see are getting less and less or disappearing completely.
Thanks for all the help, the thread can be closed.Best Regards,
MarkusHi Rikard,
you can close it.Best regards,
MarkusHi Rikard,
after my posting i saw the new Enfold theme update and installed it, but i’ve had no time to test immediately.
I discovered the issue in the Product Pages.
Now i’ve tested too and the issue is gone :-)
Thank you very much for your Support.Best Regards,
MarkusHey Rikard,
i’m sorry, that was my firewall. Pls try again, i* ve disabled that function.Best Regards,
MarkusSame issue here
The issue has disappeared. Thanks to the Support!
I have the same issue here.
Hi Rikard,
you can mark this thread as solved.Best regards,
MarkusHi Ismael,
i found this code in the web that solve my problem:// Hide the name of the shipping method in the shopping cart add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_shipping_label', 10, 2 ); function remove_shipping_label($label, $method) { $new_label = preg_replace( '/^.+:/', '', $label ); return $new_label; } add_filter( 'woocommerce_shipping_package_name', 'custom_shipping_package_name' ); function custom_shipping_package_name( $name ) { return 'VERSANDKOSTEN'; }
Now it looks like it should :-)
Best regards,
Markus- This reply was modified 6 years, 2 months ago by LFK.
No one can help me?
Hi Peter,
Danke für Deine Nachricht. Ich vermute den “Fehler” auch eher bei Goggle, der wahrscheinlich gar keiner ist. Ich folge Deiner Empfehlung und ignoriere erstmal was Google da zu meckern hat.
Herzlichen Dank für Deine Hilfe. :)Beste Grüße
Markus -
AuthorPosts