Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8689
    snicoles
    Member

    Hi for whatever reason my social icons are no longer showing up in the footer. I input the correct url on the social links page and saved but the icons are missing. I can hover over the location where they once appeared, click and go to the social media site but no icona. Any ideal what’s going on? http://www.thatscrazytalk.com is the website.

    thanks,

    Snicoles

    #8702
    Sakin
    Keymaster

    @snicoles: I cannot see your site. You have issue in your child the function.

    #8707
    snicoles
    Member

    Hi Sakin, you should be able to view now…I placed a copy of the function file in my child theme to see if that would help but I forgot to remove it, sorry! I don’t know a lot about php files or css it’s more of trial and error for me. Thanks again for any help that you can offer.

    Snicoles

    #8729
    Sakin
    Keymaster

    @snicoles: Yo have build child theme and copied the style.css in child theme. You don’t need to copy all the css in your child theme style.css . You just need to add the css which you edit it. see this for of how to set child theme style.css
    http://codepaste.net/g6mo2p

    #8750
    snicoles
    Member

    Oh I had no idea. But I still don’t get why the social media icons are not showing any ideal on what could’ve happened? They were showing before.
    thanks

    #8754
    Sakin
    Keymaster

    @snicoles: I am telling you not to copy all the styles from style.css to child theme style.css . But you have copied it all. The following CSS in your child theme style.css that is http://thatscrazytalk.com/wp-content/themes/catch-box-child-theme/style.css is a problem. Delete that.

    .social-profile ul li a {
        background: url("images/social-profiles.png") no-repeat scroll right top transparent;
        border-radius: 3px 3px 3px 3px;
        display: block;
        height: 34px;
        text-indent: -99999px;
        width: 34px;
    }
    #8760
    snicoles
    Member

    Thank you so much, I appreciate the help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Social Icons missing’ is closed to new replies.