• Resolved chayton

    (@chayton)


    I love this plugin! I have one little nitpicky question. When I turn on the “notify on reply” it adds two bell icons beside the submit button, one with a slash and one without. If someone clicks, it turns to on, but when it’s off I think it should only show the bell with the slash and not both. I think it’s too confusing for people, they won’t know if they’re turning it on or turning it off. Also the tooltip shows the same info no matter whether the bell is on or off so that’s no help. I noticed the same thing with the lock/unlock icons when I’m logged in as an admin.

    Is this the way it’s supposed to look or is this an issue with my theme? I’ve included a link to one page for an example. Thanks!

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

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

    (@gvectorssupport)

    Hi chayton,

    This is a conflict with the active theme or other plugins. Something turns the font awesome icons to SVG, so you see the conflict.

    Please use this CSS code, it should solve the issue:

    #wpdcom svg.svg-inline--fa.fa-bell.wpdicon.wpdicon-on {
        display: none;
    }

    Put the code in the “Custom CSS code” textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page. 

    Don’t forget to delete the caches before checking.

    Thread Starter chayton

    (@chayton)

    I figured it was my theme, but the css works perfectly thank you! I also did the lock and the thumbtack and added a width to wpdcom svg.svg-inline–fa to keep them aligned and it’s perfect. Thanks again! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bell icon beside submit button’ is closed to new replies.