Hi I just purchased this theme and installed it today. Was trying to format a customized homepage and following the directions. Clicked on the Tagdiv in the page editor and it only goes to a gray page.
I’ve shut down all plugins to see if it was a plugin issue, and it still didn’t work. Not sure what else I can do.
-
This topic was modified 8 years by
David144.
Hello David144,
If you too are getting a blank screen when trying to use tagDiv composer, add this to your .htaccess file before the last closing tag.
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Hope this helps and let us know how it goes!
Thanks.
I was having the same problem and this worked for me, too.
Yeah I don’t know this. I guess wait for one of the Developers.
Check here too.
https://forum.tagdiv.com/topic/td-composer-opens-a-blank-screen/
I was struggling all day with Composer not working and after adding the recommended:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
to the htaccess, everything worked correctly. Thanks!!
Perhaps there is an extension conflict with it. Try and a new incognito window or a fresh Chrome install.
Muchas gracias LIKE NICE
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
