Woocommerce Customizer not supported
-
Hi,
1) I just entered some text in the WooCommerce “Shopwide Message”.
It only shows plain at the bottom of the page. Why is this?
2) “WooCommerce Customizer” plugin: Tax hints do not show in your theme! So we cannot make the shop public as it doesn’t fit the law.
Please fix
Hello,
1. Try to add the following code snippet to the Custom CSS section in Theme Settings to show the message
p.demo_store {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 14px;
padding: 10px 0;
text-align: center;
background-color: black;
color: #fff;
z-index: 99998;
box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
And this (should be removed when you stop using this notices)
.footer-container {
margin-bottom: 41px;
}
2. Could you please provide a link to the plugin you are using and give more information about what exactly doesn’t work for you?
Regards
A nicely designed global bar would be nice within the theme.
And I am not in the need of the other plugin anymore as woocommerce germanized works fine.
Close issue if you like
Of course, we will do this in our next update.
The topic ‘Woocommerce Customizer not supported’ is closed to new replies.