This week I updated to the latest version of X theme, Wordpress and all plugins. All was fine before this.
Now, when I am logged into Wordpress admin and view my products, the contents of the Product Description tab are not appearing.
This only appears to be an issue when I am logged in to Wordpress admin and viewing the Products. When I am in anonymous mode all apears fine.
The offending CSS appears to be this. In anonymous mode display none is struck out so no problem
.x-tab-content>.x-tab-pane {
display: none;
}
Please advise