Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Team Startbit

    (@vivacityinfotechjaipur)

    Hi Totalfly,

    Please add these lines on index.php file.

    line number : 87 , replace to  with this line "add_action('woocommerce_single_product_summary', 'va_wc_sh_form_code',31); "    
    
    and adding this new lines.  " add_action('wp_footer', 'va_wc_sh_social_footer');  "   and below adding this function
    
    function va_wc_sh_social_footer() {
        echo "<style type='text/css'>.fb_iframe_widget > span {display: table !important;}</style>";
    }

    Thanks

    Plugin Author Team Startbit

    (@vivacityinfotechjaipur)

    Hi Totalfly,

    We hope that you have resolve the above issue by given code help.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Share Buttons’ is closed to new replies.