tagdiv composer not working

Posted in: Newspaper
Post count: 2

So my tagdiv composer is not working. When I try to use it on my homepage it just keeps loading and loading and spins in a circle but never loads the content. It works on my other pages. It just doesn’t work on my home page. How do I fix this?

Post count: 22421

Hello,

It probably means the homepage has some code that prevents the proper functionality of the theme. You will have to recreate the homepage on a brand new page in such cases.

Thank you!

Post count: 2

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

Post count: 24

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…

Post count: 20688

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

Post count: 24

for the grey page issue, this .htaccess solution worked:

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

thanks!

Post count: 19

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

Post count: 7909

Replied via email!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.