• Hi at wpdiscuz,
    wow what an update!!! Thanks!!!

    I have some small issues
    1. My css code does not work anymore. Can you tell me the new css?
    #wpcomm ::placeholder {font-size: 0.9em; color: #ff0000 !important;}

    2. The “show more replys link” don’t react as a link. It is still clickable, but only the small down arrow changes on mouseover to show that there is a link.

    3. The “show more replys link” is grey. Would like to change the color, but I can not find a setting?

    4. Error messages are shown on the top right of the screen. That’s not a place where most of my users will see them…

    5. On mobile the author name seems aligned to the center. Would be better aligned left!

    6. The issue with the english email text instead of german language remains
    https://wordpress.org/support/topic/email-confirm-your-subscrption/

    Thanks
    Matthias

    • This topic was modified 3 years, 11 months ago by Matthias.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @matthias70,
    Please delete all caches, purge CDN and reset Optimizer/Minfier plugins cache. Then leave a direct link to a page where we can see the comment form.

    1. My css code does not work anymore. Can you tell me the new
    css?
    #wpcomm ::placeholder {font-size: 0.9em; color: #ff0000 !important;}

    Please read the Update Information. wpDiscuz 7 comes with totally different layouts. There is no way to use old CSS code on the new wpDiscuz templates. We’ve jumped from 5.3.5 to 7.0.0, this means all is changed, almost all… Even the CSS classes. So, you should forget about old CSS code and create new one. The new wpDiscuz wrapper ID is wpdcom, so your code should look like this:

    #wpdcom ::placeholder {font-size: 0.9em; color: #ff0000 !important;}

    Thread Starter Matthias

    (@matthias70)

    Here you can see my commentform
    https://gtauscht.de/material-dilemma/
    #wpdcom ::placeholder {font-size: 0.9em; color: #ff0000 !important;}
    has only effects on name / email / website, but not the “join the discussion” text in the commentform.

    Plugin Author gVectors Team

    (@gvectors-team)

    @matthias70,
    For the comment textbox use this:

    #wpdcom .ql-editor:before { color: #ff0000!important;}

    • This reply was modified 3 years, 11 months ago by gVectors Team.
    Thread Starter Matthias

    (@matthias70)

    Cool the css works fine, thanks!

    Did you already check issues Nr. 2-6?

    Thanks
    Matthias

    Plugin Author gVectors Team

    (@gvectors-team)

    @matthias70,

    Did you already check issues Nr. 2-6?

    Those come by design, there is no any bug with them.

    Thread Starter Matthias

    (@matthias70)

    Is it intended, that the number of replies dissapears, when they are expanded and then contracted again. After this there is only the arrow left…

    I tried to center the message box with
    #wpdiscuz-comment-message.wpdiscuz-comment-message-auth {justify-content: center;}

    But it has no effect.
    Do you have any suggestions?
    Thanks
    Matthias

    Plugin Author gVectors Team

    (@gvectors-team)

    Is it intended, that the number of replies dissapears, when they are expanded and then contracted again. After this there is only the arrow left…

    Yes, it is.

    I tried to center the message box with
    #wpdiscuz-comment-message.wpdiscuz-comment-message-auth {justify-content: center;}

    What message box you mean. Any screenshot?

    Thread Starter Matthias

    (@matthias70)

    I mean the error message box on the top right!
    https://ibb.co/Wp7BPG0

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘V7 – Issues’ is closed to new replies.