Docy Documentation WordPress Theme 2.0.0 has some major changes and improvements. You need to configure several things to update the theme. Follow the steps below to update the theme to work everything correctly.
- Update the theme to 2.0.0
- Update the Docly Core and install the EazyDocs plugins from Appearance Install Plugins
- Deactivate and delete the weDocs plugin
-
Replace the existing Docs archive page’s shortcode
[wedocs]
to[eazydocs]
- Select the Docs Archive page from Eazydocs Settings General
Most Doing Changes/Tweaks
OnePage Documentation:
We have removed the previous OnePage Documentation system and have implemented it in the EazyDocs plugin, making it easier than ever to create OnePage Documentation. In EazyDocs, there is no need to insert the doc ID manually. Simply go to EazyDocs OnePage Docs to create OnePage Documentation. If the permalink is not working properly, update the permalink from Settings Permalinks .
Update your settings:
Most of the Doc Settings have been moved to EazyDocs Settings. You will need to update and redo the things that you previously did in the theme’s Doc Settings within EazyDocs. For example, you will need to recreate the Conditional Dropdown from EazyDocs Settings Single Doc Right Sidebar . The design-related settings, such as Colors, Layout, and Typography settings, can be found in EazyDocs > Customize.
Brand Color: If you previously changed the brand color in Docly’s Theme Settings, you will now need to change it again from EazyDocs Settings General .
Delete Conflicting Custom CSS: You may find that the Doc Left Sidebar is overflowing over the top area. To fix this issue, navigate to Theme Settings Custom Code . Then, delete the following code (if you find it).
.body_wrapper {
margin-bottom: -27px;
}