Hi there, when I make changes to the theme options or other edits within a page the changes don’t save when I click update. If I continue to click update 2 to 20 times it will eventually save though. Can you take a look for me?
I was able to save changes consistently for pages but had some issues with theme options. I fixed a 404 error in the options and from then, seems to be working ok or at least it saves most of the time. Can you pls check and verify that for me.
Honestly, I am at a loss on what’s going on with the tinymce editor. It modified the sample page multiple and the changes were saved consistently whenever I switched to HTML view in the editor just before saving. Otherwise, as you say, it is a hit or a miss. Somehow the switching of the editor made the changes to stick.
For the text justification, I just used this custom CSS in theme options –
#features .heading { text-align: left; }
since .heading class has text-align set as center.
Update – I tested the same in another browser and had the same issue. Then I notice that the changes are actually saved but just do not show up in the editor consistently for some reason. When you visit the page, you can see that the changes are actually reflected in the page itself. This happens at times with theme options and possibly with editors like theme editor part of wordpress. The custom CSS I entered did reflect on all pages but the theme options showed old data and when I did a refresh, the updated data was displayed. Looks like a browser caching issue as described here –