Search Results for 'requirements'

    No search results were found in Documentation!

Results from the Forum
zzaidi
Participant
#0

Hi I am trying to build my site with country filters, and I am wondering if it is possible.

Here is a brief description of what I would like to accomplish:

1) I am building an international news site for my industry — with articles about the industry in several countries.
2) I am creating a few sections for my stories by type: Business, News, Opinion etc. These will be my main menu items, each will have its own menu page and I may have some sub-menus
3) I am going to have stories in each section from different countries. Ex. UK, US, Canada, etc. I was planning to use tags for this, and tag the stories with the country they are from.

(these first 3 requirements are very basic and easily accommodated by the theme)

4) (Here is the main requirement) — I would like to have a dropdown menu item with a list of countries, and when a country is selected, then in all sections the user would only see the articles specific to that country.

For example: if the user picks “USA”, he’ll only see articles in each section that are tagged USA, not other countries. If he switches to UK then he’ll only see the articles from the UK in each of those sections. When he/she wants to go back to seeing all, he just goes back to the dropdown and selects “all” and then can see all stories again.

Is this possible? If so, how? Thanks so much for your help.

alifewithfaith
tagDiv Member

The Templates API Server Responded with a fatal error
Yes, I’ve read, and my system status is well within these requirements:
https://forum.tagdiv.com/requirements-for-newspaper/

I have absolutely ZERO caching plugins installed.

Is this being worked on? I see several threads as I search the forums here:
https://forum.tagdiv.com/search/The+templates+API+server+responded+with+a+fatal+error/?td-theme=newspaper

And, if we look at the forum timeline, we can definitely see that this is a recurring problem which seems to have just started earlier in January of 2019.

At what point should everyone expect this problem to have a solution?

esemmel
Participant
#0

Hi. In doing tests with my website I try to upload home pages from the cloud templates and it either freezes towards the end of the import, never saves, TD composer page just spins and spins never finishes loading.
It’s quite frustrating.

I’ve moved the site to a more wordpress focused webhosting and have changed all the php.ini requirements to more than the minimum recommended numbers.

Still have the problems. The cloud templates are a great idea, but they don’t work – for me at least.

Calin
tagDiv Staff

Hi,

Please make sure that you have install the theme correctly
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/

Installing demos -> https://forum.tagdiv.com/installing-demos/

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 deactivate all non theme plugins, clear all cache and try again.

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.

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

Thank you.

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

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.

Calin
tagDiv Staff

Hi,

I will pass your requirements to our designers team and if they will considered that those templates need to be edit will do it.

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

So the problem is that the theme cannot be activated in the WordPress themes panel. Please check the theme requirements guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources can cause various problems.

Also make sure you are installing the theme properly
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/install-via-wordpress/

Let us know the results.
Thanks

Simion C.
tagDiv Staff

Hi,

I tried setting a video from Facebook as featured, seems to work alright on my end. Are you using the latest WordPress and theme versions?

Also check if the wp-debug is set to false in the wp-config file
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>
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
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.

dj001
Participant
#0

I can’t login into tagDivComposer, it shows me an error : Errors at columns elements: 2(models) : 1(dom). The model does not match the content
How can i fix it?

I would like to mention that my system staatus in configured as mentioned in the requirements
http://www.phon.ro/phpinfo.php

dj001
Participant
#0

I can’t login into tagDivComposer, it shows me an error : Errors at columns elements: 2(models) : 1(dom). The model does not match the content
How can i fix it?

I would like to mention that my system staatus in configured as mentioned in the requirements
http://www.phon.ro/phpinfo.php

Calin
tagDiv Staff

Hi,

In most cases 500 errors are caused by low WP-memory. As plugins are installed the memory will eventually get exhausted, most hosting providers are limiting it to 40M by default.

We recommend a value of 256M which would be decent for most websites. Check what is the value of the WP-memory in the theme system status panel. If needed increase it, or ask the hosting provider to increase it for you if possible
https://forum.tagdiv.com/requirements-for-newspaper/
Check the other parameters mentioned in the guide as well.

Hope this will help you!
Thanks.

Catalin
tagDiv Staff

Hi,

Make sure that you have respected all of the theme’s requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/ Increase the PHP memory if you want to achieve better results.

Thanks.

Simion C.
tagDiv Staff

Hi,

What exactly is happening when you try it? Are there any errors displayed?

Please check the theme requirements guide and make sure they are fulfilled, note the code provided at the bottom which should be entered in the htaccess file
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Calin
tagDiv Staff

Hi,

We tested on our site and this was the result -> https://www.screencast.com/t/EPw5IRSiSuG7
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 check the php version, is possible that you have an old version of php to gave a slow query.

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.

Hope this will help you!
Thanks.

showsarg
Participant
#0

Hello,
I still have problems with video posts.
When saving it gives this error
https://prnt.sc/mao2mi
I have all the plugins disabled except those of “newspaper”.
The requirements are what they ask
https://prnt.sc/mao37y

– when saving, I get an error and double or triple the photo that goes in the main image of the post
– the style of the post is 9
– also try to reinstall it

Catalin
tagDiv Staff

Hi,

Check your system status parameters and increase them with the following useful guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/

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.

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>

I believe you have installed the WPML Translation Management plugin
https://wpml.org/documentation/translating-your-contents/page-builders/

Our page builder will encode the page content so translating a page with this module would not be possible. Maybe this will change in the future, can’t say for sure what will happen. Sorry for any inconvenience.

The alternative is to switch the pages when the language is changed.

For example I have this page in a language – https://www.screencast.com/t/wUVMxwx6qlV
Clicking on the translate option will open a new page which you can build
https://www.screencast.com/t/yWKrq5fBxTI

Thank you.

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.

Simion C.
tagDiv Staff

Hi,

That error could indeed appear if there is not sufficient memory
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
As plugins are installed and activated the memory gets exhausted, however a value of 256M would be considered enough for most websites. Be sure to add the code provided at the end of the requirements guide in the htaccess file
https://forum.tagdiv.com/requirements-for-newspaper/

We haven’t made any testing with the plugin you mention, but this kind error should not be related to which plugin is installed and activated. It is caused by low memory.

Thanks

Calin
tagDiv Staff

Hi,

In order to make the tagDic Composer to work 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 after you set the requirements please deactivate all non theme plugins, clear all cache and try again.

Also if you want to make an update to theme you can make a full backup to your website.

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

Indeed, be sure to check the theme requirements guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
There will be various issues if these are not met. In case you have problems using the theme we will try to help you. Mention as many details about them as possible.

For the memory we recommend a value of 256M, this would be enough for most websites.

However if you should decide that the theme is not suited for your website, we will be able to provide a refund
https://themeforest.net/refund_requests/new

Thanks

Calin
tagDiv Staff

Hi,

Please check this topic -> https://forum.tagdiv.com/topic/tagdiv-composer-disabled-automatically/

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.

Thank you.

Viewing 25 results - 4,626 through 4,650 (of 6,246 total)