Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter fedorov

    (@fedorov)

    @mismith227. I hope you read this.

    Theme Author mismith227

    (@mismith227)

    @fedorov

    Thanks for the feedback!
    Please wait for a while as it fixes.

    Thread Starter fedorov

    (@fedorov)

    @mismith227 Thanks for the answer. 🙂

    I also noticed another oddity.
    I dont know. You will understand me or not because of the language barrier.
    Strange is the illogical change against the background of comments.

    I’ll give you a drawing
    In 1 case everything is logical
    In 2 cases this is illogical. In the picture, the explanation is that the lowest comment should also have a gray background.

    Theme Author mismith227

    (@mismith227)

    @fedorov
    Thank you very much. Please wait a moment as we will review and fix it.

    Thread Starter fedorov

    (@fedorov)

    @mismith227 Have a nice day!
    How are you doing?
    Corrected topic errors?

    I confirm the errors.
    Especially awkward curve comment button
    @mismith227 Please correct as soon as possible.

    Theme Author mismith227

    (@mismith227)

    @victormoro
    I’m sorry. I will fix the button as soon as possible.

    • This reply was modified 7 years, 2 months ago by mismith227.
    • This reply was modified 7 years, 2 months ago by mismith227.

    @mismith227 OK
    Look forward to.

    Theme Author mismith227

    (@mismith227)

    @fedorov

    I checked about the button, but I could not reproduce it.
    I do not know if I see the code in detail or make the same environment.

    I’d appreciate it if you would like me to write a detailed reproduction method, or have a pull request from GitHub.

    https://github.com/mismith0227/wp-theme-modernize

    The current situation is like this. I will check it, but I’m sorry I do not understand soon.

    Hi. I do not use this theme, but now I activated it (curiosity). The button is not a curve! It is located exactly in the center (If you set width:auto for this item, it will look quite wonderful). If you have this button crooked, you should look for a problem in your manipulations with the styles.
    With regard to comments. The lower line annihilates the previous value. Just swap the lines:
    .comment .comment.odd {…
    .comment.even + .odd {…
    to:
    .comment.even + .odd {…
    .comment .comment.odd {…

    Thread Starter fedorov

    (@fedorov)

    @dosolnce @mismith227

    Good time.
    Thanks for the answer.
    This problem is reproduced with a screen resolution of 1024×768
    Please check again.

    @fedorov, мy laptop has exactly this screen resolution. The button is not a curve!

    Thread Starter fedorov

    (@fedorov)

    @dosolnce @mismith227

    Oh my God! I understood. That’s my fault
    I used additional styles p {text-indent: 20px;}

    This style touched the button. How to exclude a button hole from this style p {text-indent: 20px;}?

    @fedorov, just do not use this property for input. Specify this only for the class where the indent is needed.

    Thread Starter fedorov

    (@fedorov)

    many thanks

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Error in topic’ is closed to new replies.