Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1116660
    Gerhard
    Guest

    Hi, I am one of the WooCommerce core developers from Automattic. I am reaching out with the hopes that you would be able to provide us with a lifetime subscription of sorts to Enfold. We have identified Enfold as a popular WooCommerce theme and with us ramping up our efforts to test with more themes we were hoping you could be of assistance in providing us access to your themes and their updates.

    #1116909

    Hi Gerhard,

    Thanks for reaching out, we’d be happy to provide you guys access to the theme. I’m just not sure what would be the best way to give you access, since customers download the theme from Themeforest. We’ll talk about it internally and get back to you asap.

    Best regards,
    Rikard

    #1119061

    Hi again Gerard,

    Sorry for the delay, please see private.

    Best regards,
    Rikard

    #1125115
    Gerhard
    Guest

    Hi Rikard, thanks for the access. We did some preliminary tests of Enfold 4.5.7 with WooCommerce 3.7 RC2 and found a small issue regarding Product Blocks. Please see the screenshot https://cld.wthms.co/7timUm There seem to be some block editor styles injected causing white backrgounds on certain elements.

    For confirmation, we also tested this with Storefront and Twentyninteen which do not produce the white backgrounds.

    Let me know how you want us to provide feedback going forwards or if this platform is the right place.

    #1125523

    Hi Gerhard,

    Thanks for letting us know!

    We have reported the issue to our devs and referenced this thread. We will post the updates regarding the issue here :)

    Best regards,
    Yigit

    #1131703

    Hi,

    Thanks for reporting.

    I tried to fix it with CSS – it is a background problem. A problem is that the elements which we need to modify have no unique class.

    I uploaded a file:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_7/wc-blocks/class-avia-gutenberg-dynamic-styles.php

    Replace enfold\config-gutenberg\class-avia-gutenberg-dynamic-styles.php

    and save theme options to regenerate a dynamic stylesheet.

    The CSS used:

    
    .wc-block-featured-product__wrapper p,
    .wc-block-featured-product__wrapper .block-editor-block-list__block {background:transparent;}
    

    Can you please check if this is a working fix and that no other things are broken. I’m not so familiar with gutenberg blocks.

    In case you need other selectors can you tell me so i can integrate it in our core.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.