Hello,
1. I recently bought Newspaper Theme. First I was thinking to use prebuilt Black Version PRO demo – but then I saw this: https://demo.tagdiv.com/newspaper_black/
Problem is that I can not find this “Newspaper black” prebuilt website…only “Newspaper black – version Pro” is available in demos directory. Was “Newspaper black” removed from directory ?
2. My WP Memory Limit system status shows problem – 40 MB/request. I tried to follow your guideline for changing this value in wp-config.php file. However in my wp-config.php file there is no any such line “define( ‘WP_MEMORY_LIMIT’, ’40M’ );. So I tried solve this by just adding the line “define( ‘WP_MEMORY_LIMIT’, ‘256M’ )” into my wp-config.php file but Newspaper system status still shows there is problem because of “40 MB/request”.
I did however tried to instal Newspaper black – Pro and edited it a little and so far there seems to be no problem.
-
This topic was modified 1 year by
Ervin108.
I appreciate your help, but as you might noticed from my question I am quite a beginner, so this one sentence answer doesn’t really help me.
I dont see anything about “changing memory allocation in hosting platform” in the offical guidlines from tagdiv. I only see that for this problem one should change wp-config.
Hello Anamaria,
thank you for your answer. I realized that I included memory_limit line only in wp-config that was located in public_html folder, but not in wp-config of my actual website database folder. Now it works and system status says I have 256M.
There is however one more thing in system status that I am trying to figure it out. That is “max_execution_time” which is 30 but it should be at least 60.
To fix this I am looking at my “.htaccess” file, according to your guidelines. (It seems I dont have php.ini ).
My .htaccess looks like this:
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Please advise me where should I include “php_value max_execution_time 300” line that should be done according to your guidelines for fixing this.
thank you
Hello,
You can ask your host to increase this parameter. Also, check this https://docs.presscustomizr.com/article/171-fixing-maximum-upload-and-php-memory-limit-issues
Thank you!