Tagged: woocommerce
-
AuthorPosts
-
January 19, 2023 at 6:36 am #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 woocoommerceI have tried a few demo imports that have woocommerce and get same issue. Can you let me know how to fix.
January 19, 2023 at 8:54 am #1394043Hey 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,
IsmaelJanuary 19, 2023 at 2:03 pm #1394347January 19, 2023 at 5:51 pm #1394422Hi,
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,
YigitJanuary 19, 2023 at 8:13 pm #1394463Hi Yigit
Does minified only affect SEO?
Thanks
January 20, 2023 at 12:10 pm #1394498Hi,
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,
YigitJanuary 24, 2023 at 4:37 pm #1394945Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.