-
AuthorPosts
-
February 18, 2019 at 3:35 pm #1068405
Hello dear Enfold team,
I’m currently working on the integration of a shop system into your theme. Everything is fine so far. But in 2 places I have an understanding problem:1. For a reason I can not explain, I’m missing the Avia Builder on the “shop” page. I think I accidentally installed the woocommerce block builder here. I can not get that away anymore.
2. When I am in the shop I can not click on other pages in the main menu. Only over the logo (left) I come back to the main page. Is that normal?
test.cutandpaste.de/
Thank you very much.- This topic was modified 5 years, 9 months ago by stimmungshoch.
February 20, 2019 at 10:11 am #1069357Hey stefan,
Thank you for using Enfold.
1.) You cannot use the advance layout builder for the base shop page, unfortunately.
2.) You have to prepend the site url to the anchor links.
#news2019
… should be:
http://site.com/#news2019
Best regards,
IsmaelFebruary 20, 2019 at 6:37 pm #1069612Hi Ismael, cool thanks. thats help and work.
Sorry for another question.i want to remove WooCommerce – category products count (shop page)
i fill in the function.php from the enfold child the follow code
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20 );
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );but its still showing
Thank you so much!
February 21, 2019 at 7:37 am #1069816Hi,
– category products count (shop page)
Could you give us a link to a category page? Or provide a screenshot of the “products count”.
Best regards,
IsmaelFebruary 21, 2019 at 1:23 pm #1069931hello, yes like to send you a screenshot and a link. I hope you understand what I mean.
https://www.test.cutandpaste.de/shop/
https://www.dropbox.com/s/pu76aca4ngw95ob/Bildschirmfoto%202019-02-21%20um%2012.09.34%20Kopie.png?dl=0Thank you Stefan
February 22, 2019 at 5:38 am #1070218Hi,
Thanks for the update.
This css code should remove the product sorting container.
div .product-sorting { display: none; }
Just add it in the Quick CSS field.
Best regards,
IsmaelFebruary 22, 2019 at 2:16 pm #1070333Hallo Ismael, thanks for the fast and helpul feedback, but
This work on the desktop, but noch on a mobil device. But im sure you are a hero and have a solution :-)https://www.test.cutandpaste.de/shop/
Many ThanksFebruary 22, 2019 at 6:01 pm #1070426Hi,
I’m not seeing this on mobile. Can you please try and refresh the cache a few times over on the phone.
Best regards,
Jordan ShannonFebruary 25, 2019 at 12:11 pm #1071250Hi Jordan, yes great you right! You can close this Thread if you like. Thank you!
February 26, 2019 at 3:32 am #1071602Hi,
I’m glad to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Question zur Integration eines Shop-Systems’ is closed to new replies.