Home › Forums › Themes Support › Gecko › How to config the hover buttons at products
- This topic has 10 replies, 2 voices, and was last updated 6 years, 10 months ago by adampreuss.
-
AuthorPosts
-
-
March 14, 2018 at 4:03 pm #18124
I want to have when hover:
- buy
- details
how to config this?
-
March 14, 2018 at 10:31 pm #18152
Hi Adam,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.product-button.flex {display: inline-block;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2018 at 12:05 am #18158
doesnt help.
still details and quickview there, but now in a row and not above each other.
I need above each other:
– buy
– details -
March 15, 2018 at 1:35 pm #18183
Hi Adam,
Please add more code
.product-button.flex > * { margin: 6px 0; display: inline-block; width: calc(100% - 60px); }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2018 at 6:03 pm #18190
nope. this didnt work …
-
March 16, 2018 at 9:53 am #18215
Hi Adam,
You have to keep old code
.product-button.flex {display: inline-block;} i see you remove this code
So the full code for this issue is
.product-button.flex {display: inline-block;} .product-button.flex > * { margin: 6px 0; display: inline-block; width: calc(100% - 60px); }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 16, 2018 at 4:29 pm #18222
Dont work either.
I have all the code and yes, I also cleared cache.
But I see only button for details and quickview but not the buy button. -
March 16, 2018 at 5:01 pm #18223
Hi Adam,
Please check with WooCommerce German plugin config, by default the detail button is add to cart but plugin change it to detail button.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 16, 2018 at 5:17 pm #18225
Hi Harry,
no it isnt from plugin.I have another site which is with your theme and there it works (also the plugin is there). The site which work is frischekuss.de
-
March 16, 2018 at 5:38 pm #18228
Hi Adam,
I mean you have to re-check the setting of plugin because the plugin control the display of button (add to cart or detail)
The settings option is your language so i don’t understand so i can’t help you check the setting.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 16, 2018 at 5:56 pm #18229
ups. You were right! There was a tick box more then on my other shop.
Thanks for resolving!
-
-
AuthorPosts
You must be logged in to reply to this topic.