Search Results for 'requirements'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,

That could be related to the PHP version that the server is using. The currently supported version is up to PHP 7.1. Please check if you are using higher versions, as that might be the cause for the warning.

Also 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.

Also please make sure that you have one of the latest version of the theme.

Thanks

alekdevetak
tagDiv Member

Hello,
my hosting provider does not allowed to use more than 256MB of Ram that is usually enough. I don’t have installed anything other than your template and your plugins, I use your recommanded plugin for Cache(wp super cache). Your requirements documentations says that 256Mb is enought, if that is not I ask you to update your documentations and refund me.
Thank you
Alek

Fahmi Adam
Participant
#0

Hallo Tagdiv,

Im an old fan of Newsmag & Newspaper, im testing Newsmag with Php 7.2 & setup all requirements needed but Tagdiv Composer still spinning when im creating new page (https://youtu.be/CEWFbmPKU08).

Calin
tagDiv Staff

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’, ‘512M’ );

in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

https://www.screencast.com/t/Ch5RyyoF

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

  • This reply was modified 7 years by Calin.
Simion C.
tagDiv Staff

Hi,

The solution to this problem in most similar cases, is the code provided at the bottom of the theme requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
That code has to be entered in the htaccess file on the server. Enter it at the beginning or the end of the existing code. Then check if the problem is solved.

Thanks

Calin
tagDiv Staff

Hi,

Please as a note, please try not to reply in your own topic multiple times, this will only delay the response from us. So for example this topic would have been among the first in priority without that last replies.

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’, ‘512M’ );
in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

https://www.screencast.com/t/Ch5RyyoF

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

Catalin
tagDiv Staff

Hi,

Please check the theme’s requirements guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ and make sure if you have respected all of these.

Thanks for your understanding!

Calin
tagDiv Staff

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.

If the problem is still there please provide some more details and some screenshots with the problem.

Thank you.

Catalin
tagDiv Staff

Hi,

Please check the system status parameters and ensure that all of these has been correctly increased according to our useful guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ As a notice, please try to increase the PHP memory to 256 or 512 MB.

Thanks for the message!

Calin
tagDiv Staff

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.

Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you .

Catalin
tagDiv Staff

Hi,

Make sure that you have respected all of the theme’s requirements guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ Also, remove all of the untested plugins, clear all the caches, purge CDN files and check the results. You can provide some useful screenshots with the problem so I can identify it closer.

Thanks.

Catalin
tagDiv Staff

Hi,

Please notice that the speed of your website depends on how well your site is optimized.

Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Make sure that you are using the latest version of the theme installed via FTP way, the latest version of WordPress, all the system status parameters are correctly increased according to our documentation from here -> https://forum.tagdiv.com/search/requirements/. Also, if the problem is still there, please try to make a new clean install to another sub-domain for testing and check the results.

Hope this helps and let us know how it goes!

Thanks.

Calin
tagDiv Staff

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.

Also please make a test, deactivate all plugins, clear all cache and try to post again is possible to be a plugin conflict.

Thank you.

Calin
tagDiv Staff

Hi,

Please check this setting https://www.screencast.com/t/nHviUVq2Lm
-> https://www.screencast.com/t/4P9cN327v -> https://www.screencast.com/t/HG9Wi1cmd

If this is not working, please deactivate all non theme plugins, clear all cache and try again, is possible to be a plugin conflicts.
Also please make sure that all theme requirements are well set – https://forum.tagdiv.com/requirements-for-newspaper/

Thanks.

Calin
tagDiv Staff

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>

Also it can be some conflict between those plugins ( tagdiv Composer and mapper plugin )

Thank you .

TerraVenture
tagDiv Member

OK SO you can now access templates, but I have still no ability to save work. I have read https://forum.tagdiv.com/requirements-for-newspaper/ and implemented and checked everything i could see to no avail.

I would really like to continue using the theme but at the moment it’s still not working. Any assistance gratefully received.

Calin
tagDiv Staff

Hi,

Please check our theme requirements -> https://forum.tagdiv.com/requirements-for-newspaper/

For footer please check our documentation for Footer templates -> https://forum.tagdiv.com/footer-templates/
You can chose o footer template, or you can set a page as footer

Background introduction -. https://forum.tagdiv.com/background-introduction/

Also for a better understanding of our theme function please check our documentation for our theme -> https://www.screencast.com/t/GkcLzsPvx28 -> https://forum.tagdiv.com/newspaper-theme-documentation/

Thank you.

  • This reply was modified 7 years by Calin.
showsarg
tagDiv Member

hello, I have the same problem and I have all the requirements that are needed and, I deleted the cachet and still giving the same error

https://imgur.com/vGfptZd

showsarg
tagDiv Member

hello, I have the same problem and I have all the requirements that are needed and, I deleted the cachet and still giving the same error

https://imgur.com/vGfptZd

llucson
Participant
#0

We have been working with your theme for a long time, but in a new web that we have created the load times are very long (Newspaper 9.2.2). The page loads, but it takes about 25 seconds to finish loading, whatever the page. The web is a clean installation and has no strange item. When we change to another theme that is not Newspaper, the page loads very fast, but with your theme it slows down a lot.
I insist: the page is seen soon, but it does not finish loading until about 20 seconds later.

The theme system status is configured as mentioned in the requirements guide
There is no active plugin other than yours,

Yo can see:

http://lucadetena01.agenciademarketing.pro/?page_id=2
http://lucadetena01.agenciademarketing.pro/category/sin-categoria/
http://lucadetena01.agenciademarketing.pro/

All pages.

Calin
tagDiv Staff

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>

Thank you .

Catalin
tagDiv Staff

Hi,

Please make a full backup, delete the theme with plugins ( theme plugins), and make a fresh install.

How to update the theme -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/

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.

Also, try to increase the PHP version to 7 and check the results.

If there is still a problem please let us know.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

The theme requirements are mentioned here – https://forum.tagdiv.com/requirements-for-newspaper/

Please read the guide carefully and increase/activate the parameters mentioned in it. If necessary contact your hosting provider to do it for you. The most common problems are caused by sufficient resources.

Try to deactivate all other plugins except theme plugins and check if the problem is solved. There would be no other way around this, having a proper memory allocation is necessary.

Thanks

Calin
tagDiv Staff

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.
Also is possible that if you have a large website or if you are using a lots of plugins to be need to increase more some status.

Thank you.

Viewing 25 results - 4,676 through 4,700 (of 6,246 total)