This topic has 6 replies, 2 voices, and was last updated 9 years by matthewseymour.
-
Author
-
January 28, 2016 at 23:39 #101086
matthewseymour
ParticipantHi,
I have the top menu active and I’m using it for some menu items.
I don’t want the social icons to show and I’ve switched these off in the theme options (see screenshot)
However, the icons still show even if they are switched to off. – see live site address.
Any thoughts on how to remove these?
Attachments:
You must be logged in to view attached files.January 29, 2016 at 14:58 #101144sharmstr
ModeratorClear your server cache or cdn if you have one in place. If that doesnt solve the issue, try adding this to your child theme’s functions.php file and resave your Theme Options
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 29, 2016 at 17:00 #101177matthewseymour
ParticipantThanks for that. I’ve tried that, but it doesn’t work.
I’ve taken it back to the recommended/bundled plugins only on localhost install and it still does not work (see screenshot).
Any other thoughts?
Thanks,
Matthew
Attachments:
You must be logged in to view attached files.January 29, 2016 at 17:05 #101180sharmstr
ModeratorNeed access to see what’s going on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 29, 2016 at 17:59 #101202sharmstr
ModeratorStrange.
What files do you have in your child theme? I cant tell since you’ve disabled theme editor access. Do you have anything in your child theme’s functions.php file?You can always hide them with this css
COPY CODE.kleo-social-icons { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.