Home Forums Basel support forum Soical media icons wont change

Soical media icons wont change

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2267

    timeless
    Participant

    Even when i blank them out and save they will not disapear only the email icon

    #2272

    Artem Temos
    Keymaster

    Hello,

    Thank you for using our theme.

    Could you please provide us a page where do you see this problem? Also give us your admin login and pass so we could login your web-site.

    Regards

    #2274

    timeless
    Participant

    Thank you for your responce

    #2280

    Artem Temos
    Keymaster

    Social icons don’t change because they are not “Follow icons” but “Share” type. So if you want to make them links to your social profiles you need to change file basel/woocommerce/content-single-product.php and replace this line

    <?php echo basel_shortcode_social( array( 'type' => 'share', 'size' => 'small', 'align' => 'left' ) ); ?>

    with this one

    <?php echo basel_shortcode_social( array( 'type' => 'follow', 'size' => 'small', 'align' => 'left' ) ); ?>

    To prevent loosing changes after update we suggest you override this file in your child theme.

    Regards

    #2285

    timeless
    Participant

    Thank you for your quick responce, so on the shop share buttons, is there away to add more socal buttons?

    Also when i use the short code on any page in only shows the shares buttons aswell the same as in the shop and and i cant change them from theme settings /soical if that makes sense.

    #2290

    Artem Temos
    Keymaster

    At the moment there are only a few social icons available that you can see in Theme Settings. If you need more just provide us the list and we will consider adding them in the future updates.

    There are two types of social buttons shortcodes: first is for “Share” buttons [social_buttons type="share"] and second for your social profiles links [social_buttons type="follow"]

    #2347

    timeless
    Participant

    Thank you for all your help.

    Great theme

    #2357

    Artem Temos
    Keymaster

    You are welcome, write us when you have any difficulties or issues with our theme.

    And we would be glad if you will rate our theme with 5 stars on themeforest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance 🙂

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

The topic ‘Soical media icons wont change’ is closed to new replies.