Tagged: x
-
AuthorPosts
-
January 24, 2017 at 3:22 am #1342795
chriscarr1951ParticipantHi,
I had some help from a programmer to write the code for social icons, but he is no longer available and they aren’t working.
The code he wrote is:
<div class=”fcd-social-icons”>
<div class=”fcd-instagram” style=”margin: 5px 10px;”>

</div>
<div class=”fcd-twitter” style=”margin: 5px;”>

</div>
<div class=”fcd-houzz” style=”margin: 5px;”>

</div>
<div class=”fcd-pinterest” style=”margin: 5px;”>

</div>
<div class=”fcd-google” style=”margin: 5px;”>

</div>
<div class=”fcd-share” style=”margin: 5px;”>

</div>
</div><p>
</p>
<br /><br />© Copyright Fiona Campbell Ltd. 2016 </p>the site is
http://fionacampbelldesign.co.uk/wp/aw/I can send login and password separately of you need them
Any chance you can help?
Cheers,
Chris
January 24, 2017 at 5:01 am #1342888
ThaiModeratorHi Chris,
Please replace your code with this:
<div class="fcd-social-icons"> <div class="fcd-instagram" style="margin: 5px 10px;"> <a href="https://www.instagram.com/fionacampbelldesign/" title="Instagram"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-instagram.png"> </a> </div> <div class="fcd-twitter" style="margin: 5px;"> <a href="https://twitter.com/fionacampbelluk/" title="Twitter"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-twitter.png"> </a> </div> <div class="fcd-houzz" style="margin: 5px;"> <a href=" http:/www.houzz.co.uk/photos/users/fionacampbelllondon"/title="Houzz"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-houzz.png"> </a> </div> <div class="fcd-pinterest" style="margin: 5px;"> <a href="https://uk.pinterest.com/fcdsgltd/" title="Pinterest"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-pinterest.png"> </a> </div> <div class="fcd-google" style="margin: 5px;"> <a href="https://plus.google.com/108898286181284520138" title="Google Plus"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-googleplus.png"> </a> </div> <div class="fcd-share" style="margin: 5px;"> <a href="http:/fionacampbelldesign.co.uk/wp/aw" title="Share This"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-sharethis.png"> </a> </div> </div> <br><br>© Copyright Fiona Campbell Ltd. 2016 <p></p>Hope it helps 🙂
January 24, 2017 at 6:31 am #1342990
chriscarr1951ParticipantThis reply has been marked as private.January 24, 2017 at 7:56 am #1343120
JoaoModeratorHi There,
Your social icons look fine here:
http://fionacampbelldesign.co.uk/wp/aw/
Would you mind to clarify.
Thanks
January 24, 2017 at 3:11 pm #1343699
chriscarr1951ParticipantThanks Joao, yes they look fine (although in an ideal world I would like them black and then go grey on hover) but my problem is that they don’t link when clicked.
Cheers,Chris
January 24, 2017 at 8:43 pm #1344142
NicoModeratorHi There,
Change the opacity below to change the color from grey to black
.fcd-instagram:hover, .fcd-twitter:hover, .fcd-houzz:hover, .fcd-pinterest:hover, .fcd-google:hover, .fcd-share:hover{ opacity: 0.85;//black } .fcd-instagram,.fcd-twitte, .fcd-houzz, .fcd-pinterest, .fcd-google, .fcd-share:{ opacity: 0.4;//grey }Upon checking your code, your link does not have a closing linking html – . Check attached
Hope it helps.
Thanks.
January 25, 2017 at 3:52 pm #1345327
chriscarr1951ParticipantHi,
I seem to be missing a trick on both counts !!
1. Black/Grey – I added the code to the add Customs CSS on the Dashboard and also to the Custom / edit Global CSS and neither seems to have any effect.
2. On the no closing linking html – I couldn’t workout how to add the link.
Sorry to take up your time I appreciate your help..
chrisJanuary 25, 2017 at 9:36 pm #1345759
Rue NelModeratorHello Chris,
Please use this custom html code for your footer content:
<div class="fcd-social-icons"> <div class="fcd-instagram" style="margin: 5px 10px;"> <a href="https://www.instagram.com/fionacampbelldesign/" title="Instagram"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-instagram.png"> </a> </div> <div class="fcd-twitter" style="margin: 5px;"> <a href="https://twitter.com/fionacampbelluk" title="Twitter"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-twitter.png"> </a> </div> <div class="fcd-houzz" style="margin: 5px;"> <a href="http://www.houzz.co.uk/photos/users/fionacampbelllondon" title="Houzz"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-houzz.png"> </a> </div> <div class="fcd-pinterest" style="margin: 5px;"> <a href="https://uk.pinterest.com/fcdsgltd/" title="Pinterest"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-pinterest.png"> </a> </div> <div class="fcd-google" style="margin: 5px;"> <a href="https://plus.google.com/108898286181284520138" title="Google Plus"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-googleplus.png"> </a> </div> <div class="fcd-share" style="margin: 5px;"> <a href="http://fionacampbelldesign.co.uk/wp/aw" title="Share This"> <img src="http://fionacampbelldesign.co.uk/wp/aw/wp-content/uploads/sites/9/2016/11/fcd-sharethis.png"> </a> </div> </div> <p><br /><br />© Copyright Fiona Campbell Ltd. 2016 </p>Once the correct code is in place, the given custom css should work. Please let us know how it goes.
January 26, 2017 at 8:50 am #1346367
chriscarr1951ParticipantDear Rue,
Thanks so much…genius result. The service from ThemeCo is first class, I am so grateful
ChrisJanuary 26, 2017 at 8:59 am #1346386
RahulModeratorYou’re most welcome!
Feel free to ask us again.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1342795 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
