Viewing 5 posts - 1 through 5 (of 5 total)
  • #107492
    dani_luis
    Member
    Post count: 2

    Hi,
    How can i change social icons in the product page?

    I mean I don’t need Facebook, Twitter or Pinterest but I need for example Linkedin.

    How can I do it? thanks

    Attachments:
    You must be logged in to view attached files.
    #107497
    dani_luis
    Member
    Post count: 2

    Actually I need even Vkontakte icon.
    I think there is not this icon in the theme.
    I can create it, but how can I insert this icon in the theme?

    Attachments:
    You must be logged in to view attached files.
    #107925
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please given below code at functions.php of child theme.

    <?php
    function sf_product_share() {
    global $post;$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), false, '' );
    		?>
    			<div class="product-share clearfix">
    				<span><?php _e("Share", "swiftframework"); ?></span>
    				<ul>
    				    <li><a href="mailto:?subject=<?php the_title(); ?>&body=<?php echo strip_tags(apply_filters( 'woocommerce_short_description', $post->post_excerpt )); ?> <?php the_permalink(); ?>" class="product_share_email"><i class="fa-envelope"></i></a></li>
    				   
    				    <li><a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" onclick="javascript:window.open(this.href,
    				      '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><i class="fa-google-plus"></i></a></li>
    				    <li><a href="http://vkontakte.ru/share.php?url=<?php the_permalink(); ?>" onclick="javascript:window.open(this.href,
    				      '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" class="product_share_pinterest"><i class="fa-vk"></i></a></li>
    				</ul>  
    			</div> 
    		<?php } ?>

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #108388
    dani_luis
    Member
    Post count: 2

    Perfect! Thank you.

    Where can I find the name of all Social Icons?

    Ex.
    Vkontakte -> fa-vk
    g+ -> fa-google-plus

    thank you

    #108393
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please check this website http://fontawesome.io/icons/.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register