I have seen different topics of struggling with TD Composer. When I should edit the page with this feature, it just stops with a white page – not loading at all. I also experience that the Live CSS doesn’t update at all, and I have a feeling that the cause of this error is the same.
I have seen the advices on the other topics, but that doesn’t work for me. I really hope it is a solution for this. Both WP and the Newsmag theme is updated to the most recent version. Still problems…
Update: It seems to be a problem with the WooCommerce plugin. I deactivated that plugin, and then the TD Composer worked completely fine (not Live CSS though). This is something you really need to fix ASAP. Without WooCommerce, I will not have any income… So I simply cannot delete that plugin.
It’s really important you find a solution for this.
-
This reply was modified 5 years by
parcferme.
Hi parcferme,
Indeed there is a problem with the last woocommerce update -> https://github.com/woocommerce/woocommerce/issues/28255 all themes are facing the same problem with the last update. As a temporary solution, please go to the WooCommerce plugin page (https://wordpress.org/plugins/woocommerce/advanced/), scroll down to the ADVANCED OPTIONS section and download the version 4.6.2. from the dropdown menu – https://i.imgur.com/PVrn6RZ.png. Install this version on your website. Using the 4.6.2 version, your website will work smoothly and you give us time to provide a permanent solution.
Also the Live CSS can be blocked by some untested plugins that you may use, I recommend to set the css in theme panel> custom code> custom css. -> https://i.imgur.com/8UaqTMf.png
Thank you for your understanding!
Thanks for response!
Do you know which path/.css-file in mye file manager the Live CSS stores the information in? Since I struggle to delete the codes in the Live CSS (because it’s not responding), it doesn’t help to move it and make adjustsments in the theme panel. I know I can use !important, but still it saves up double information about the same CSS field.
Hi,
All the code and settings from the theme panel, live css, tagDiv Composer are saved in database, you can find the code in your database > wp_options search for “td_live_css_local_storage” -> https://i.imgur.com/lD50uXi.png -> https://i.imgur.com/EAOSc8O.png -> https://i.imgur.com/zX16UC1.png
Hope this will help!
Thank you!