Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.
    #1069357

    Hey 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,
    Ismael

    #1069612

    Hi 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!

    #1069816

    Hi,

    – 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,
    Ismael

    #1069931

    hello, 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=0

    Thank you Stefan

    #1070218

    Hi,

    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,
    Ismael

    #1070333

    Hallo 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 Thanks

    #1070426

    Hi,

    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 Shannon

    #1071250

    Hi Jordan, yes great you right! You can close this Thread if you like. Thank you!

    #1071602

    Hi,

    I’m glad to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Question zur Integration eines Shop-Systems’ is closed to new replies.