Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #67076
    Pia
    Member

    Good day, Catch Themes.

    Thank you for this wonderful theme.

    Kindly help how to add a website (icon) into the social menu…

    I have successfully added the custom link but it only appears as circle (no icon) .

    Any ideas? thanks so much!

    #67093
    Sakin
    Keymaster

    @Pia: Those social icons are from http://genericons.com/. So, if there is any icon from there then I can help you to add in. So, can you post in your site URL and explain your issue.

    #67199
    Pia
    Member

    Hello, Sakin.

    Thank you for your reply.

    pls view http://bonitatissue.com/
    it only has f442 from the genericon icons which is supposedly an external link icon.

    Please help how to insert it correctly?

    Thank you so much.

    #67200
    Pia
    Member

    I used this:

    a#visitpingcon.genericon {
    	content: "\f442";
    }
    

    but i do not know the correct code.

    Thank you.

    #67219
    Sakin
    Keymaster

    @Pia: That code will not work in Custom CSS. For that, first you need to build child theme. For child theme and sample child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following css in your child theme style.css

    .social-menu ul .visitpingcon a:before {
       content: "\f442";
    }
    #67254
    Pia
    Member

    Hi, Sakin.

    Thanks again. However, I am not professional on web dev. I a already using a child theme of chicago theme, still the f442 wont work 🙁

    Please help exactly what i should change or copy into my php and css?

    Do i need to copy anything into my functions.php for it to work?

    Thanks so much.

    #67331
    Sakin
    Keymaster

    @Pia: If you have already added from Child theme then remove the following css from “Appearance => Customize => Theme Options => Custom CSS Options” box and it will work:

    /** Social Menu for Pingcon **/
    .social-menu ul .visitpingcon a:before {
       content: "f442";
    }
    #67332
    Pia
    Member

    Hi, Sakin.

    Sorry for this trouble.

    I have deleted the snippet in plugin custom css and theme’s customize css in appearance. and saved it to style.css.

    However, the icon still won’t display.

    Any ideas?

    Thanks a lot for your help.

    #67417
    Sakin
    Keymaster

    @Pia: When I check your site, it’s working. Did you clear your browser cache and check in. Please refresh your browser and check in.

    #67662
    Pia
    Member

    Hi, Sakin.

    We thank you for all your help.

    Sadly, the external link still won’t work in my UI.

    Can u see the external link icon beside/between the instagram and email icons?

    Mine appears just a blank circle.

    Any other options/troubleshooting?

    Thank you.

    #67699
    Sakin
    Keymaster

    @Pia: Did you clear your browser cache and check in. Refresh your browser and check in our check from other browser. I can see external link Icon in your site http://bonitatissue.com/

    #67716
    Pia
    Member

    Hi, Sakin.

    Yes, I have cleared my browser cache, reopened and still no external link icon. nonetheless, I tried using different pc and it worked.

    So, I am not sure why it does not appear in certain pc’s such as mine 🙁 Even after clearing cache. Don’t know how to troubleshoot.

    Please view http://www.awesomescreenshot.com/image/619041/c5483ecd3f127e07c027b61616ac9f05

    Thanks so much.

    #67742
    Sakin
    Keymaster

    @Pia: You need to check your browser. You can test in http://mattkersley.com/responsive/

    #68039
    Pia
    Member

    Hi. Sakin.

    It still won’t work. Pls view.

    http://www.awesomescreenshot.com/image/639225/94699c66bbc64ae271d2e374773b157a

    Last resolve: You have any recommended icon which I may use as alternative?

    Please advise.

    Thank you,

    #68041
    Sakin
    Keymaster

    @Pia: It’s your browser cache issue. You can check this screenshot https://dl.dropboxusercontent.com/u/81234910/IMG_6223.PNG

    You can also check from this site which doesn’t cache it http://anonymouse.org/cgi-bin/anon-www.cgi/http://bonitatissue.com/

    #77859
    Pia
    Member

    Hi, Sakin!

    It works now 🙂
    Thanks so much!
    -Pia

    #77873
    Sakin
    Keymaster

    @Pia: Thanks for your appreciation

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Add website made from wordpress into social menu’ is closed to new replies.