This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Robert Hall
Hello,
I have 2 questions.
1)I am trying to get the social media icons in the footer, is there any shortcode in the theme which helps?
2)I am looking how to show a certain number of tags in the Woocommerce Tags Widget, because it shows all the tags and they are too many.
Thank you
Hello,
1) In this case you can use the [share]
shortcode.
2) Sorry, but we don’t have such feature in our theme.
Regards,
Robert Hall.
Hello again,
And about the social media, how can i set which ones i want to offer?
And i don’t want to share the website but to set the links of the website’s social profiles.
Hello,
You need edit wp-content/themes/woopress/framework/shortcode.php file on line 1922-2018.
To disable one of the social icon change value from 1 to 0 there. See screenshot: http://prntscr.com/9zdhrw
Also you can change the link in a href attribute. For example:
<a href="https://your link here" class="'.$tooltip_class.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank">
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up