-
AuthorPosts
-
June 14, 2015 at 4:22 pm #301713
Hello Lucy,
You don’t need to create another thread and even you don’t need to do anything for the connect page. It’s already on each page. Check it and let me know if you can see it.
Thanks for using X.
Cheers!
June 14, 2015 at 6:33 pm #301778I wasn’t very clear sorry.
I see the IMDB icon on every page on the footer.When I mentioned the connect page is because if you go to that page you will see that I am using cornerstone and I used a promo template that shows just 2 team members.
There it is displayed the social icons for others to connect, I would like to add our imdb there as well.
href=”#”> [x_icon style=”margin: 0 2px; font-size: 1.75em;” type=”linkedin-square”] <a
href=”#”> [x_icon style=”margin: 0 2px; font-size: 1.75em;” type=”facebook-square”] <a
href=”#”> [x_icon style=”margin: 0 2px; font-size: 1.75em;” type=”twitter-square”]<a
href=”#”> [x_icon style=”margin: 0 2px; font-size: 1.75em;” type=”envelope”]<a
href=”#”> [x_icon style=”margin: 0 2px; font-size: 1.75em;” type=“linkedin-square”]I need to change the last icon type from linkedin-square to imdb
Maybe a new thread?
🙂
June 15, 2015 at 12:13 am #301945Hi Lucy,
To achieve that, please change your code to this.
<a href="https://www.linkedin.com/in/lucymacedo"> [x_icon style="margin: 0 2px; font-size: 1.75em;" type="linkedin-square"] </a> <a href="https://www.facebook.com/lucykeile"> [x_icon style="margin: 0 2px; font-size: 1.75em;" type="facebook-square"] </a> <a href="https://twitter.com/lucykeile"> [x_icon style="margin: 0 2px; font-size: 1.75em;" type="twitter-square"]</a><a href="#">Â </a><a href="mailto:lucy@stradfilms.com">[x_icon style="margin: 0 2px; font-size: 1.75em;" type="envelope"]</a><a href="http://www.imdb.com/company/co0458509/" class="imdb" title="IMDb" target="_blank"><img src="http://stradfilms.com/wp-content/uploads/2015/06/imdb.png"></a>
Hope that helps.
June 15, 2015 at 11:25 am #302470Hey guys I could never do this without your help thank you so much! I did what you instructed me and worked, but I would like to add a little space between the icons and make around the same size.
This is how it is showing
Can you assist me?
Thank you!!!
June 15, 2015 at 4:46 pm #302807Hi There,
The issue seems to be addressed already. Please confirm
Thanks!
June 15, 2015 at 9:52 pm #302984The picture you sent is for my footer which is fixed.
The issue I am talking about is not with the footer but with the page “Connect” you can login to the site and check.
These icons here
are on the connect page – row 7. I use cornerstone
Thank you
Lucy
June 16, 2015 at 5:18 am #303283Hi There,
Try adding following CSS under Appearance > Customize > Custom > CSS:.x-promo .imdb img { max-width: 35px; height: auto; margin-left: 5px; }
Hope it helps.
June 16, 2015 at 6:29 pm #304175Fantastic! I love you guys!
The best support service ever!
June 17, 2015 at 4:33 am #304519You’re welcome and Thank you for your kind words.
March 8, 2016 at 2:05 pm #829202Hey there,
I am also trying to add tripadvisor icon, but seems that this does not work anymore.
Code on the first page creates following facebook icon:
<i class="x-icon-facebook-square"></i>
But latest version of template creates following:
<i class="x-icon-facebook-square" data-x-icon="ï‚‚" aria-hidden="true"></i>
So I need to add this part:
data-x-icon="ï‚‚" aria-hidden="true"
but have no idea how to get this data-x-icon: ï‚‚Please for your advice!
Thanks!March 8, 2016 at 11:56 pm #829784Hi there,
You can use simple classes also. To use them, select Enable Legacy Font Classes option under Settings > Cornerstone in your WordPress dashboard (see: http://prntscr.com/8p64bp).
Thank you!
May 12, 2016 at 12:25 pm #988149Hi there, I used this code to add trip advisor to the theme through functions.php, but it deleted all of my social icons? They are now not appearing on the topbar.
May 12, 2016 at 5:15 pm #988619Hi Adwin,
Please double check in Appearance > Customize > Footer and make sure that Footer Social option is set to ON.
Hope this helps.
May 13, 2016 at 1:35 pm #990104Yes, they are set to on but still not appearing in topbar or footer
May 13, 2016 at 7:58 pm #990621Hi There,
Can you clarify what code you’re referring to? And where did you paste it.
And if you would not mind please provide us with login credentials so we can take a closer look? To do this, you can make a post with the following info:– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
-
AuthorPosts