• How do I disable the Subscribe bar for guests? They can subscribe to all messages even if it is prohibited in the settings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi

    You can hide it for guests via the CSS code provided below:

    body:not(.logged-in) #wpdcom .wpd-sbs-toggle {
        display: none !important;
    }

    Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.

    Please don’t forget to press Ctrl+F5 (twice) on the frontend before checking.

    Thread Starter AlexMS

    (@hthsrtdtuk)

    Thanks! And I have another problem, option “Enable subscription confirmation for registered users” doesn’t work, I disabled it, but the system still asks to confirm the subscription, how to fix it?

    • This reply was modified 4 years, 7 months ago by AlexMS.
    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @hthsrtdtuk,

    Please open a new support topic on the wpDiscuz.com forum for deeper support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subscribe bar for guests’ is closed to new replies.