Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1394032

    Hi

    I am having issues with getting site to show once woocommerce is activated: http://pagani.temp.domains/~medsales
    when woocommerce is activated the site shows a blank.

    1. I have installed latest version of wordpress
    2. Installed Woocommerce plugin
    3. Imported demo content for Enfold 2017 with woocoommerce

    I have tried a few demo imports that have woocommerce and get same issue. Can you let me know how to fix.

    #1394043

    Hey kipperfletcher23,

    Thank you for the inquiry.

    We can reproduce the issue but we are not getting any info about the error. Please set your installation to debug mode and enable the error logs so that we can check the issue properly.

    // https://wordpress.org/support/article/debugging-in-wordpress/

    You have to add this code in the wp-config.php file.

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', true );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );
    

    Best regards,
    Ismael

    #1394347
    #1394422

    Hi,

    Thanks for the information!

    I went to Enfold theme options > Performance and set CSS file merging and compression option to “minified only” and that helped.

    I will report the issue to our devs and share this thread as a reference :)

    Best regards,
    Yigit

    #1394463

    Hi Yigit

    Does minified only affect SEO?

    Thanks

    #1394498

    Hi,

    It does not affect SEO. It affects performance. If you would like to merge your CSS files, you can disable performance options in Enfold theme options and use a plugin such as WP Rocket instead.

    Best regards,
    Yigit

    #1394945

    Hi,

    Our devs have fixed the issue, which will be included in the upcoming version of Enfold. I have applied the fix to your test site.

    If you would like to apply the fix on your live site, please replace the content of the enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php file with: https://pastebin.com/zeExBjuM

    Best regards,
    Yigit

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