Good Day Bogdan,
I’m having the same issue, just created several new pages but the builder does not work.
I want to create a homepage like this: https://demo.tagdiv.com/newspaper/homepage-newspaper/
And another thing is I can’t upload files, it says they are too big, I have created a php.ini file and uploaded it to admin folder but still does not works.
I need help ASAP
I have the same issue. tagdiv composer just draws blank page, no error whatsoever. I’m working on staging server. Tried different browser, disabling all plugins, cleared cache, new page etc. nada…
Hi,
There are some solutions you could try and see if they fix the composer issues
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
If there are still issues, you can send us an email at contact@tagdiv.com and provide admin login information, as well as FTP and cPanel access if possible. Include a link to this topic in the email.
@codigoninja Your max upload might be limited if you cannot upload larger files. You can contact your hosting provider and ask them to increase the max upload size
– http://www.wpbeginner.com/beginners-guide/how-to-upload-large-images-in-wordpress/
Thanks
for the grey page issue, this .htaccess solution worked:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
thanks!
Hello,
I’ve had this problem on my main site for a couple of months now. I’ve come back to try working on it again but still can’t fix the problem.
(the problem is i only get the spinning gray wheel on TD composer edits
So far I have added these snippets to my .htaccess file
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>
My php memory limit is 256, i’ve cleared all cache’s since trying the fixes.
it is a fresh install via ftp, all fresh plugins, all up-to-date. No other plugins exist on the site other than default tagdiv ones.
I’m going to email you and grant access to see if you can help, thanks