Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Severan
tagDiv Member

Ok, issue solved. My hosting provider blocked CONCATENATE_SCRIPTS.

Severan
tagDiv Member

4. On /wp-content/plugins/td-amp/templates/css find “.amp-wp-article-featured-image{display:none;margin:0}” and change to “.amp-wp-article-featured-image{display:none;margin:0}”

Severan
tagDiv Member

My configuration:
.htaccess
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
define(‘WP_DEBUG’, false);
define(‘AUTOSAVE_INTERVAL’, 300); // seconds
define(‘WP_POST_REVISIONS’, 5);
define(‘CONCATENATE_SCRIPTS’, true);
define(‘DISALLOW_FILE_EDIT’, true);
define(‘DISABLE_WP_CRON’, true);

php.ini
max_input_vars = 20000
max_execution_time = 600
post_max_size = 64M
upload_max_filesize = 64M

Severan
tagDiv Member

I have the same problem

Viewing 4 posts - 1 through 4 (of 4 total)