Soical media icons wont change
-
Even when i blank them out and save they will not disapear only the email icon
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
Thank you for your responce
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
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.
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"]
Thank you for all your help.
Great theme
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 🙂
The topic ‘Soical media icons wont change’ is closed to new replies.