Social Icons name does not appear

Hello, when I add social links my LinkedIn doesn’t come up with the name underneath how can I either add it or remove it?

Hi Yezid,

Thank you for reaching out to us. May I ask how are you adding the social links? If you add the social links via Theme Options > Social or even if you add icons via shortcode (http://demo.theme.co/integrity-1/shortcodes/entry-share/ or http://demo.theme.co/integrity-1/shortcodes/icons/), it does not add the titles by default:

You might be using customized icons where the titles are added only for few icons. To find out, you can check for the following first:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. If you’re using a caching plugin, clear all caches including browser cache then deactivate your caching plugin and other optimization plugins. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  3. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  4. Remove custom CSS, JavaScript and deactivate your child theme and switch to parent theme (take a complete backup first).

If you still have problems kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thanks.

1 Like

Thanks!! I didn’t think to look at the custom CSS… I found I added the following that was causing the issue:

}
.x-breadcrumb-wrap a, .x-breadcrumbs .delimiter {
    color: #333333 !important;
}
a.facebook:after {
    content: "Facebook";
    font-size: 14px;
}

a.twitter:after {
    content: "Twitter";
    font-size: 14px;
}

a.google-plus:after {
    content: "Google Plus";
    font-size: 14px;
}

a.youtube:after {
    content: "Youtube";
    font-size: 14px;
}

Hey Yezid,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.