Hi, i want the share this container not only at blog pages. For the normal pages and portfolio pages i found the solution her in the forum. But i want this functiob also in the single product pages.
Like in the Scrennshot
It shoult be under the product description.
regards
Hi suchfin!
Thank you for using the theme!
You can add this on functions.php:
add_action( 'woocommerce_after_single_product_summary', 'avia_product_share', 1 );
function avia_product_share() {
avia_social_share_links();
}
Cheers!
Ismael
Hi, thanks for the help. i have a smal problem. The Code is working but the share links are under the footer. you can see it in the screnn
Thanks for your help
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product .av-share-box {
height: 200px!important;
}
Regards,
Yigit
Hi!
Please try adding the code to Custom.css file inside Enfold/Css folder. Currently code is not being applied
Regards,
Yigit
:- ) :-) :-)
thanks a lot. It’s working now :-)