Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

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

How to hide the Sharing Buttons at the Slider?

Home Forums Free Theme Support Theron Lite How to hide the Sharing Buttons at the Slider?

  • #84994

    Alexandra

    Hello,

    i am a new wordpress user. Can you help me disable the sharing buttons in the slider-text?
    I can’t turn them “off”. Every time I switch the sharing buttons off in the slider menue, they appear anyway at the site.
    And they are turned “on” again, when I go back to the menu.
    Can you tell me how to fix this?

    #85148

    Towfiq I.

    administrator

    are you using jetpack?

    #85329

    Alexandra

    Yes I do. Is that a problem with this theme?

    #85346

    Towfiq I.

    administrator

    to fix this, add this to your functions.php:

    if ( function_exists( 'sharing_display' ) ) remove_filter( 'the_excerpt', 'sharing_display', 19 );

    Before this:

    //Load Mobile CSS

    #85521

    Alexandra

    Thank you, but sorry… this doesn’t work anyway!
    Do you have another idea to fix it?

    #85835

    Towfiq I.

    administrator

    whats your site address?

    #86539

    Alexandra

    thank you for your answer. Here is my adress: http://s509818127.online.de/
    at the time…

    #86580

    Towfiq I.

    administrator

    add this to your stylesheet:

    #slider .sharedaddy{display:none;}

    #86642

    Alexandra

    That’s it! Thank you so much!

You must be logged in to reply to this topic.