• Resolved Daniel

    (@damen02)


    Hi.

    In the config page at Social Buttons > Settings > InLine panel, I have the switch off for “Show at Archive pages” option. However, buttons are still showing up.

    I tried switching on, save, switching off and saving again. Nothing happens.
    All my installation is up to date, purged cache.

    Am I missing something?
    Thanks!

    • This topic was modified 2 years, 9 months ago by Daniel.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @damen02

    Thank you for explaining your issue in depth.

    I have debugged the issue, the issue is on your blog page, when the posts are listed it is getting all the content and not using excerpts. As the_content() is being used, it is acting as a single post.

    Don’t worry, I have a solution for you.

    Just copy and paste the following CSS in Simple Social Buttons -> Advanced -> CSS.

    .blog .entry-summary .simplesocialbuttons-inline-no-animation{
        display: none;
    }

    Save the settings and enjoy.

    Let me know if you need any assistance.

    Thank You.

    Thread Starter Daniel

    (@damen02)

    Hi Muhammad

    Thank you very much for your attention, your solution works!
    I think it is because of how the theme works.

    Anyway, it’s solved now.
    Great work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Archive pages, buttons don’t hide’ is closed to new replies.