Tagged: microthemer
- This topic has 1 reply, 2 voices, and was last updated 10 years, 4 months ago by
Sebastian.
Author | Posts |
---|---|
jamiemortimer
November 24, 2014 at 2:15 am
|
Heads up! this post was created when Microthemer was at version 2. The current version is 7. Some references to the interface may be out of date. Hi there, I am attempting to rename one of the main sections, which contains 70 css entries. Everytime I attempt to rename the section, it is a quite sluggish, as can be expected. It seems to rename fine, but is unable to save. Just wondering if there’s any other way for me to edit this? i.e. in mySQL maybe? Thanks, Jamie |
Sebastian
November 24, 2014 at 6:06 am
|
Hi Jamie, I would recommend generally not creating more than 20 selectors per section for performance reasons. I appreciate that Microthemer doesn’t currently provide a convenient way to move selectors across sections. Version 3 will allow you to do this – the beta should be ready in about one week (fully tested but pending new documentation). It’s probable that the reason you can’t save the data is that you are exceeding the max_input_vars PHP setting on your server. The easiest thing to do to fix this issue is to ask your host to change the php.ini max_input_vars setting to 5000 (it’s normally 1000 by default). Version 3 also has a fix for this problem without having to adjust max_input_vars, but it’s not quite ready for release. If you can’t change max_input_vars I recommend the following: 1. Export your work as a micro theme using the export option in the fixed right hand menu. I hope that helps, please let me know if you run into any issues. Cheers, Sebastian |