Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #278974

    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

    Screen

    It shoult be under the product description.

    regards

    #279223

    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

    #279304

    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

    #279414

    Hi!

    Can you post the link to your website?

    Best regards,
    Yigit

    #279472
    This reply has been marked as private.
    #279481

    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

    #279520
    This reply has been marked as private.
    #279523

    Hi!

    Please try adding the code to Custom.css file inside Enfold/Css folder. Currently code is not being applied

    Regards,
    Yigit

    #279554

    :- ) :-) :-)

    thanks a lot. It’s working now :-)

    #279559

    Hi!

    Great! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Share this on product pages’ is closed to new replies.