Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I notice that with the vantage theme I am unable to access my revisions history, and in the history tab at the top of the page builder, I see none of the changes I had made previously. How can I access these revisions?
Hi Jacqueline
The only page that does not have a revisions history in Vantage is the Custom Home Page. All other pages/posts should show the revisions count in the meta box at the top left. You can also enable them on the page editor by clicking on Screen Options at the top of the page and enabling the Revisions Option. It should then list the revisions in a box under the visual editor.
Hope this helps
Magus
I am having the same problem. I am using two other themes and they all play well, but with Vantage theme, I am unable to even choose the revisions option in the screen options. It is not showing up. The only difference between my two other WordPress blogs are the themes. I tried going backwards to the default WordPress theme and disabling all plugins, still no luck with seeing the revision option pop up. I also get an error stating revisions need to be configured in wp_config.php. Looks like the Vantage plugin disables revisions? Something is definitely wrong. I am pretty savvy with code and I took a look at my wp_config.php and it looks fine. Has to be something that is happening in the theme’s function.php? or somewhere else? At this time all revisions are turned off by this theme. It is not saving any revisions.
Hi Art Saborio
There are no settings in any SiteOrigin theme or plugin that will disable the default WordPress Revisions settings. By default wordpress sets this option to true in wp_config.php. If you are getting this error then some other plugin, or your host has made the change.
You will need to edit the wp_config.php file and change this setting to true
If you want to limit the number of available revisions then you will need to replace the false option with a number for the number of revisions you want to allow.
Hope this helps
Magus