This topic has 8 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
After updating the version, the settings view disappears?
Please refer to the link
https://prnt.sc/qanzb3
thank you!
Hello,
1) Try to disable all third-party plugins, that do not come bundled with our theme, and check how it works then.
2) Please use this custom CSS code as a temporary solution:
.stock.step-1 {
color: #222;
}
Color of “Out of stock” text will be fixed in the next update of the theme, then you will be able to delete the mentioned custom code.
3) Looks like the problem is caused by Optimizer plugin which change
padding: 0.79em 1.2em 0.79em calc(1.2em + 25px);
to padding: 0.79em 1.2em 0.79em calc(1.2em+25px);
http://prntscr.com/qapslw so paddings for woocommerce-info message do not work correctly.
Try to disable the plugin and check. If you want to use the plugin, contact the support of it, or add the next custom CSS as a workaround:
.woocommerce-message, .woocommerce-error, .woocommerce-info, .dokan-info, .dokan-error, .dokan-alert, .dokan-alert-success, .mc4wp-alert {
padding: 0.79em 1.2em 0.79em 3.3em;
}
Regards
Thank you for your team’s support and help, although some issues have not been resolved. Another problem is that after the theme is updated, my original Tab plugin cannot be displayed.
We don’t give a guaranty for full theme compatibility with all 3-rd party plugins.
Please provide URL of the page which should display the mentioned tab + temporary FTP access, we will check what can be done to help you.
Regards
Hello, the same problem, after the update, I found that the color of some places is irregular.
Hi,
We wish you a happy new year!
Please use this custom CSS code as a temporary solution:
.stock.step-1,
.stock.step-3 {
color: #888888 !important;
}
Regards,
Hung PD
Thank you very much for your answer. I bought “Support” again. I really like your service.
Thank you very much for choosing our theme and for your kind words!
Regards
You must be logged in to reply to this topic.Log in/Sign up