Social API is not showing buttons.

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Jan 16, 2015 5:49 am
Hello.
I'm building a website at http://bestialgamers.es and started with the quickstart but I've notice a few errors, like the cart popup appearing always on top even when user was in the bottom of the page, and after change the background image with another of the same size in width and height, it was not filling the background. Somehow I managed to solve with this override CSS I'm posting. I don't know if my actions are the best way to solve those problems. I think those errors came with the quickstart.

solved popup cart like this:
Code: Select all
#gk-popup-cart.gk-popup {
   position: fixed}


solved image background not filling background like this:
Code: Select all
body {
   background-size: cover}


I couldn't find out how to solve or configure show Social API icons: tried "Exclude only selected pages/categories" without selecting something to exclude, expecting to show the buttons everywhere. I can't show them anywhere.

I'd like to know how to change the color of the buttons that came with the typhography, if you don't mind. :whistle:
User avatar
Fresh Boarder

GK User
Fri Jan 16, 2015 9:03 am
Hello,
Regarding the cart always on top - it's intended, some users want to have the cart always in this place, other users want to have it in another place, so your modification is ok, the same situation with the background - some users want to have the backgorund only on top of the website and want to scroll the backgorund with the site.

Regarding the social API - the buttons are visible only on the posts/pages and I can see it on your pages:
http://bestialgamers.es/terminos-y-condiciones/

Regarding the color of the button, please add the followign code to StoreBox/override.css file (first enable this override option from Template Options -> Advanced tab):
Code: Select all
.gk-button[data-style="style2"] {
   background: #FF7E57;
}

.gk-button[data-style="style3"] {
   background: #b3a996;
}

.gk-button[data-style="style4"] {
   background: #56bfdc;
}

.gk-button[data-style="style5"] {
   background: #c12f3c;
}

.gk-button[data-style="style6"] {
   background: #ff8800;
}

.gk-button[data-style="style7"] {
   background: #96a0d6;
}

.gk-button[data-style="style8"] {
   background: #aaa;
}

and use your own color values.
User avatar
Moderator

GK User
Sat Jan 17, 2015 1:25 am
Thank you for your quick response. I'm sorry, you're right and they're showing on pages. I'd like to know how to show those social buttons in my products on sale, or everywhere (not only on the posts/pages), just as your demo.
User avatar
Fresh Boarder

GK User
Mon Jan 19, 2015 10:14 am
On our demo, the social buttons are added additionally only to single products pages. If you want to show them on your website, please add attached file (price.php) into your StoreBox/woocommerce/single-product directory.

You can also use any other 3rd party plugin with social button. (maybe you'll find more cutomize options).
User avatar
Moderator


cron