Close

Why are Social Media Sharing buttons disabled in ArtFactory

madisonj
5 years ago
#15000 Quote
Avatar
  • 2
The AddThis Social Media Sharing buttons are disabled in ArtFactory Theme in nopCommerce 4.1

Any particular reason why?
Valentin
5 years ago
#15002 Quote
Avatar
  • Moderator
  • 172
madisonj wrote:
The AddThis Social Media Sharing buttons are disabled in ArtFactory Theme in nopCommerce 4.1

Any particular reason why?


Hello madisonj,

the social sharing buttons on the product page of Art factory have been always hidden for design reasons, and not only in v4.1.

However, they are still there and if you like to show them, you can add the following code to your themes` Custom Head Styles section:


.product-share-button {
     display: inline-block;
}
Best Regards,

Valentin Kirov
Nop-Templates.com
madisonj
5 years ago
#15004 Quote
Avatar
  • 2
Valentin wrote:
The AddThis Social Media Sharing buttons are disabled in ArtFactory Theme in nopCommerce 4.1

Any particular reason why?

Hello madisonj,

the social sharing buttons on the product page of Art factory have been always hidden for design reasons, and not only in v4.1.

However, they are still there and if you like to show them, you can add the following code to your themes` Custom Head Styles section:


.product-share-button {
     display: inline-block;
}



Thank you for the heads up Valentin