Hi
Good Morning my Friends!
I’m having problem with tagdiv composer
TagDiv Composer not Loading, When trying to edit a page using the tagDiv composer I get a spinning cirlce always.
http://www.screencast.com/t/RWC1f6hN0W
System settings is fine:
http://www.screencast.com/t/mgKpcVqdLjk1
what to do?
I would like to use tagdiv composer it is very beautiful, intuitive and practical
But I can never use it in my theme please help me to solve this little problem.
My theme has the correct settings, but it may also have a small setting to do, at the moment the site is offline
Thank you very much
and that God continue to bless the wonderful work you do!
Hello Aldemi,
Why do you are using the W3 Total Cache as caching plugin? Notice that plugin has not been tested with the theme and might cause a lot of unknown issues like this. Try to replace it with WP Super Cache, clear all the caches and check the results.
Also, if the problem is still there, you should send us an email at contact@tagdiv.com with your wp-admin so I can take a closer look at your setup page and also, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hi my friend
Yes, I use W3 Total Cache.
It works great with the newspaper theme, the theme is super fast impecable!
I do not like to substitute because W3 Total Cache is better
But I’ll do the experiment, I’ll contact you shortly to let you know. ok?
Thanks my friend Catalin!
Catalin
Good afternoon!
I installed the “WP SUPER CACHE”, however it still has the same problem
So I’d rather stay with the “W3 Total Cache” installed on my system
Your theme works perfectly with “W3 Total Cache” speed is fantastic!
I made the same experiences in my 3 newspaper sites
And all of them when I’m going to edit the main page of the site or edit a new page
the page becomes gray with a circle in the middle of page loading forever
therefore, I will be providing the data from one of my newspaper sites
So you can be checking
okay?
if you can solve the problem, to provide me with the details so that I too may be changing in the other sites.
I will be sending an email with the data of the site!
Thank you Catalin
Aldemi
Hello Aldemi,
Do you have checked your system status parameters? All of these are right increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/? Otherwise, please increase them according to the guide and check the results.
For more information about a right using our page builder, please check here -> https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/ -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks for the message!
I use the W3 Total Cache, It works great with the theme, I’ve never had problem with W3 Total Cache.
The theme works like an airplane, very fast!!!!!
But the problem is not from the cache plugin
Today I will find out what is causing this problem
I’ll post the possible problem here.
… if I can solve it, of course!
But, If I can not solve the problem, I will continue using Visual Composer!
Helo my friend AliahMAd, See here my post and see if you fit here!
https://forum.tagdiv.com/topic/tagdiv-composer-not-loading-spinning-cirlce-always-2/#
Hello Catalin See here my post
here is one of the possible causes, are some settings in some https plugins that are making conflict.
Now the plugin tagDiv Composer, is working perfectly, NICE!!!!.
https://forum.tagdiv.com/topic/tagdiv-composer-not-loading-spinning-cirlce-always-2/#
Thank you Catalin
My problem is a combination of PHP 7.1.2 plus define(‘WP_DEBUG’, false); in wp-config.php.
The warning from the offset posts not being set causes the spinner to keep going. If I set it to 0, the spinner stops and it shows it is added.
Turning off WP_DEBUG doesn’t cause the problem.
See:
https://forum.tagdiv.com/topic/error-in-composer-page-and-post/#post-185283
Hi Macksix,
I think this is a small detail that can be solved by yourself
Do some tests with the plugins, cache and the php version
My wp-config has the configuration
http://www.screencast.com/t/pm08YTPcDcu
Define (‘WP_DEBUG’, false);
I deactivated all the installed plugins, including “Visual composer”
I deactivated it, permanently.
Do the same, disable the plugins and enable one by one and then clean the cache
See if you have any plugins that have some of these settings
If you find something similar disable the options.
http://www.screencast.com/t/MKZ4dCje
Depending on if you do not find a brief solution
You can install the previous PHP version
Until a new version of the theme is released adapted to the new php version. It would not be possible?
Adding something similar in .htacess
# Habilitar o PHP 7.0
AddHandler application/x-httpd-php70 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php70/lib
</IfModule>