• Resolved bottegapazza

    (@bottegapazza)


    First of all thank you for you free plugin, is very necessary for my website.

    I have enabled the subscribe button on my playlists. Now I will like to have some possibility to remove it on specific post or pages.

    Can you help me?
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not the plugin’s developer, but I would say that the best bet is to use CSS to hide the subscribe button on pages you don’t want it to appear.

    For example, the CSS can be written as follows to hide the sub button on this page:

    #post-4361 .epyt-gallery-subscribe {
        display: none;
    }

    The plugin developers can follow up for now, but this is probably the quickest and most lightweight way to hide the sub button.

    Thread Starter bottegapazza

    (@bottegapazza)

    lljb3 thank you. You gave me the solution!!! As I said Im not an expert.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Subscribe button on specific post’ is closed to new replies.