This topic has 6 replies, 2 voices, and was last updated 10 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?

     

    #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
    #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

    #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
    #101184
     matthewseymour
    Participant

    Okay,

    Go to: http://www.beez-kneez.co.uk/newsite/wp-admin

    username: admintemp
    password: aDminTemp174

    There are more plugins enabled on the live site, but the issue was showing with the minimum plugins enabled.

    Thanks,

    Matthew

    #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
    #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?