Tagged: x
-
AuthorPosts
-
January 24, 2017 at 11:55 am #1343448
BiggelinoParticipantHey lovely support team,
I have the following issue:
1. http://www.vaingloryleague.com/news – news will be displayed and the featured image as well
Once clicked on the news post (e.g. http://www.vaingloryleague.com/vgl-challenger-series-split-2/) the featured image is really big at the top of the article and with a colored background.Might an easy fix but I couldnt find it yet.
Thanks for your help in advance!
2. How to add, next to the Twitter and Facebook footer logo, a Twitch logo with a link? If it would be too much work, I would just take out the facebook and twitter and insert three linked icons so they all match in style? (I hope that was understandable)
3. How to remove the tiny little blue house (circled here: http://prntscr.com/dzszuo)
THANK YOU :)!
January 24, 2017 at 1:47 pm #1343562
JadeModeratorHi there,
Please add this code in the customizer:
.single-post .entry-featured { width: 60%; margin: 0 auto; } .single-post .x-breadcrumbs-wrap { display: none; }To add Twitch to the social links, try to add a link to the Google + option in the customizer then add this code in the CSS customizer:
.x-icon-fa-google-plus:before { content: "\f1e8"; }Hope this helps.
January 25, 2017 at 5:32 am #1344519
BiggelinoParticipant.x-icon-fa-google-plus:before { content: "\f1e8"; }The above one sadly does not work, I exactly did as you said. Is there a different solution?
Thank you in advance!
January 25, 2017 at 9:05 am #1344745
ThaiModeratorHi There,
Please try with this CSS:
.x-icon-fa-google-plus:before { content: "\\f1e8"; }Hope it helps 🙂
January 25, 2017 at 11:04 am #1344962
BiggelinoParticipantMh… somehow not. Attached screenshot below. I saved it, reloaded – no changes.
Sorry for the circumstances!
January 25, 2017 at 1:06 pm #1345105
JoaoModeratorHi There,
Would you mind providing 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
January 25, 2017 at 1:22 pm #1345121
BiggelinoParticipantThis reply has been marked as private.January 25, 2017 at 4:19 pm #1345361
BiggelinoParticipantThis reply has been marked as private.January 25, 2017 at 4:28 pm #1345372
DarshanaModeratorHi there,
Please let us know once you complete the server migration.
Thanks!
January 26, 2017 at 7:08 am #1346255
BiggelinoParticipantThis reply has been marked as private.January 26, 2017 at 10:19 am #1346507
LelyModeratorHi There,
For footer icons use this code instead:
i.x-icon-google-plus-square:before { content: "\f1e8"; }Then add http://www.twitch.tv/vaingloryleague on the textfield for Google + Profile URL.
It would be better if you will setup a child theme and then add the code on your child theme styles.css file. The customizer will strip the backlash everytime you save.
Unforunately, for Discord Icon we need to use an image. Upload it on Media Library and share us the URL.To make the featured image background transparent, please use this:
.single .entry-thumb { background-color: transparent; }Hope this helps.
January 26, 2017 at 10:49 am #1346551
BiggelinoParticipantThis reply has been marked as private.January 26, 2017 at 1:48 pm #1346717
JadeModeratorHi Tom,
I tried checking on your site but it seems to be down at the moment.
Kindly let us know when it’s back up so that we could check.
January 26, 2017 at 5:11 pm #1346935
BiggelinoParticipantIt’s back up, sorry about the trouble.
January 26, 2017 at 10:38 pm #1347273
LelyModeratorHi Tom,
For the hover color for the Twitch, please use the following code:
.x-social-global a:hover.google-plus { background-color: #6441A4; }I am able to upload Discord icon. Let’s use foursquare icon text field for the Discord. Add the link for Discord on the foursquare text field. Use the following CSS:
.x-social-global a:hover.foursquare { background-color: #7289DA; } .x-colophon.bottom .x-social-global a.foursquare { position: relative; top: 20px; } i.x-icon-foursquare { background: url(http://www.vaingloryleague.com/wp-content/uploads/2017/01/discord.png) center no-repeat; width: 29px; background-size: contain; height: 29px; margin-top: 11px; margin-left: 11px; position: absolute; top: 2px; } i.x-icon-foursquare:before { content: ''; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1343448 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
