Facebook Sharing

Suddenly after the latest upgrade cs-cart multivendor, we can't share product to facebook from our website.

Suddenly after the latest upgrade cs-cart multivendor, we can't share product to facebook from our website.

Hello!

What issue do you receive?

Can you reproduce issue with FB on the demo website?

Here is what happen, when you clicck on any item, then try to share it to facebook..its not working

Here is what happen, when you clicck on any item, then try to share it to facebook..its not working

sharing.png

Please share or PM me URL of your website

Please share or PM me URL of your website

www.rotuku.com

Looks like CSS issue since block exists in the code, but not displayed correctly

http://prntscr.com/kjsd3y

Contact theme developer

Looks like CSS issue since block exists in the code, but not displayed correctly

http://prntscr.com/kjsd3y

Contact theme developer

Before this, its was working properly.. after the latest upgrade, its not working

Before this, its was working properly.. after the latest upgrade, its not working

its a css issue

find: .ty-product-detail .ty-social-buttons

and change position: absolute;

to position: relative;

its a css issue

find: .ty-product-detail .ty-social-buttons

and change position: absolute;

to position: relative;

where i can find the css? sorry im newbie :)

where i can find the css? sorry im newbie :)

just sent you a pm

where i can find the css? sorry im newbie :)

You can add this code to the CSS section of the Theme editor

.ty-product-detail .ty-social-buttons {
     position: relative;
}

You can add this code to the CSS section of the Theme editor

.ty-product-detail .ty-social-buttons {
     position: relative;
}

Thank dude,

you save my life. i almost forgot that i can add customize css.

You are welcome!