This topic has 6 replies, 2 voices, and was last updated 8 years by matthewseymour.

  • Author
  • #101086
     matthewseymour
    Participant

    Hi,

    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.
    #101144
     sharmstr
    Moderator

    Clear 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 CODE
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101177
     matthewseymour
    Participant

    Thanks 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.
    #101180
     sharmstr
    Moderator

    Need 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101184
     matthewseymour
    Participant
    This reply has been set as private.
    #101202
     sharmstr
    Moderator

    Strange.
    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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101245
     matthewseymour
    Participant

    Okay, that worked. Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?