Help please with this Errors at columns elements

Posted in: Newspaper
Post count: 1

I was trying to add a new element, months ago all was fine then this shows like that
http://prntscr.com/mfq291
how can i fix it
thanks on advance guys

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.