Errors at columns elements: 1(models) : 4(dom).

Posted in: Newspaper
Post count: 2

I’m trying to edit my Home page using the Tagdiv composer but whenever i click I received this error message :

Errors at columns elements: 1(models) : 4(dom). The model does not match the content

and it just load and doesn’t let me edit my homepage. Any help?

Post count: 35449

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.

Please add this code in the .htaccess , file at the end of the file:

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

Here is and example how to do it Please try to add the

define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk

Hope this will help you!
Thank you for your understanding.

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