• Resolved xrayvsn

    (@xrayvsn)


    Sometimes when I reply to a comment on my blog, no one can read it because it is drowned out in complete white (link has an enclosed picture).

    It can be taken care of typically by refreshing the page and then it shows up normally (with the dark background theme).

    Not sure if this is a glitch in code or if there is a way to correct it on my end.

    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 @xrayvsn,

    We tested don’t find such an issue.

    https://www.screencast.com/t/pvGZeusB

    I see another CSS conflict on your website.

    Please use the following CSS to solve it. Navigate to Dashboard > Comments > Settings > Styling admin page put this CSS code in “Custom CSS Code” textarea.

    #wpcomm .wpd-form-row .wpd-has-icon .wpd-field {
       padding-left: 30px !important;
    }
    #wpcomm .wpd_label__checkbox:checked + .wpd_label__text .wpd_label__check {
       text-indent: 0px !important;
    }
    #wpcomm button, #wpcomm input[type="button"], #wpcomm input[type="reset"], #wpcomm input[type="submit"] {
           padding: 8px 20px !important;
    } 
    Thread Starter xrayvsn

    (@xrayvsn)

    The original issue happened again with another reader. Was wondering if there is any fix to this bug?

    Essentially the entire comment space becomes white and can’t read white text on white background. The workaround is reloading the page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with reading posted comment replies’ is closed to new replies.