• Resolved zars

    (@zars)


    Hey Christine,
    I love how crisp, clean and uncluttered the the Mon Cahier theme is-Thank you! I adore the theme.

    I am having issues with adding social media links to my website (https://thezars.com/).

    In the theme options I have linked to my social media accounts (facebook and pinterest) but they don’t show up at the top. They used to before, but one day they just disappeared. I didn’t change the code or anything. I even tried re-installing the theme but nothing happened.

    The same thing happens when I try to link to my facebook page using the facebook code through a text widget box-I am not sure how to fix this.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Something must have happened to the theme, because in your css, the CSS for the facebook icon should be set to -30px.

    Right now this is what you have:

    a.facebook {
    	background:transparent url(images/social-media.png) -10px 0 no-repeat;
    }

    It needs to be

    a.facebook {
    	background:transparent url(images/social-media.png) -30px 0 no-repeat;
    }

    Have a look at the css here – https://themes.bluelimemedia.com/mon-cahier/wp-content/themes/mon-cahier/style.css?ver=3.7.1

    All the CSS for the social media icons should match. In retrospect, I probably should have used a more complex class system. Using the class facebook might be causing conflict with other widgets or boxes. I hadn’t thought about that.

    Thread Starter zars

    (@zars)

    You were right they were set to -10 but even after I changed the -10 to -30 nothing is changing ?? -I copied the code as is and replaced my social media code but the links to facebook and pinterest are not showing up.

    Theme Author Christine Rondeau

    (@crondeau)

    I can see them now on your site.
    Did you have to clear the cache perhaps?

    Thread Starter zars

    (@zars)

    That worked-Thank you Christine!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebook link/Social media’ is closed to new replies.