• Hi,
    I have two problems with this plugin.

    Number 1: notifications for replies to my comment don’t work. If I activate this option, I receive notifications of all comments posted.

    Number 2: I want a different font. I used the code

    #wpcomm .wc-comment-header, #wpcomm .wc-comment .wc-comment-left {
    font-family: inherit!important
    }

    but didn’t help. Any suggestion?

    Thanks,
    Fabio.

    https://wordpress.org/plugins/wpdiscuz/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Fabio,
    1. which comment did you subscribe for?
    2. As far as we see you need the same font from your website, so,
    disable wpDiscuz font-famaly. In this case wpDiscuz comment box will inherits your website font.
    Please navigate: Dashboard > Comments > wpDiscuz Settings > Styling Tab and put this CSS code in “Custom CSS Code” text area:

    #wpcomm .wc-comment-footer {
    font-family: inherit!important
    }

    Please try this one.

    Thread Starter pifa86

    (@pifa86)

    I didn’t subscribe to any comment, I just activated the notification from the menu above to the text area.
    I also tried to add the code you suggest and deleted the cache, but nothing happened.

    The site is http://www.milannight.com

    Thanks

    Fabio,
    Let’s clarify:
    where exactly did you activated the notification?

    About CSS:
    We suppose that you have added in the correct place. Are you sure that you did right?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Notification and font problems’ is closed to new replies.