Support Team
posted this
28 January 2016
Hi,
The next update is almost ready. We're preparing Themler production for update from the current Beta . After that we'll prepare new beta update. This update will include the fix for Product Buy button. Unfortunately I can't provide exactly date or estimated time yet. But it's coming soon.
A short fix is always display the button. You can try the following css for this:
.wc-add-to-cart.single_add_to_cart_button
{
display: inline-block!important;
}
This code can be added to the Themler Settings >> Additional CSS.
The alternative solution is editing theme functions.php file manually. But custom changes will be overridden on each saving theme in Themler.
Thank you,
Olivia
Hi,
The next update is almost ready. We're preparing Themler production for update from the current [Beta](page:53794) . After that we'll prepare new beta update. This update will include the fix for Product Buy button. Unfortunately I can't provide exactly date or estimated time yet. But it's coming soon.
A short fix is always display the button. You can try the following css for this:
<pre>
.wc-add-to-cart.single_add_to_cart_button
{
display: inline-block!important;
}
</pre>
This code can be added to the Themler Settings >> Additional CSS.
The alternative solution is editing theme functions.php file manually. But custom changes will be overridden on each saving theme in Themler.
Thank you,
Olivia