When I try to customize the category template it’s not working.
I have checked that every category specific has selected default style in order to change all categories at the same time with the same style just changing the global settings.
If I create a new category it creates with the customized style. Then, everytime I want to edit a category I have to delete it, customize settings from Theme Panel > Category (Layout Settings) and then create the new category again, and its the only way it works.
Any idea? Thanks
I Kept trying to change it, I have 7 categories and sometines it work but only in a few categories, maybe 3-4 and if I want to change it again maybe not all of this 3-4 will change.
I know how to work with this and I don’t think I’m doing something wrong because some caterories do change.
I hope this extra info maybe helped you to understand my problem.
Thanks!
I found this warning in yellow in System Status:
WP Memory Limit 40 MB/request – We recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
Could be related? I am not a programmer and don’t know how to use code as indicated in the guide.
How can I set the memory at 64? Any other way?
Or maybe its ok 40 and it’s not even related with the main problem.
🙂
Hi,
Please check these parameters and make modification to them if required, as mentioned in this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
This could be the reason for settings not saving or applying in some cases, and can be fixed by setting these values for the parameters.
Thanks
When I open wp-config.php and php.ini I can’t find this lines to change. Any of them and I’m using edit>search to do it of course if you mind.
How can I fix this warnings then?
1) max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
2) 40 MB/request – We recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
Hi,
You should find the lines of code responsible in the php.ini file or htaccess file
– https://www.screencast.com/t/awGBJlUiX
The memory has to be set like this in the wp-config file – https://www.screencast.com/t/cNBvk7XEz
These options should be found in these respective files, try and check again.
Thanks