Reidable
asked 4 years ago

Hello, as I test this now with multiple themes – Genesis and Astra.  I am running into an issue where the textbox of the comments to any of the questions continue to grow with each character I type.  So by the time I finish writing a single sentence, the comment box is out of the screen.  I am running the latest version of the plugin.
Here is the code I am talking about:  https://drive.google.com/file/d/1ZHOy752PdPBXBg0TBlNAwUQsgVo6lLLx/view?usp=sharing
Here is a visual example on the front end:  https://drive.google.com/file/d/1vgJOY428wtqku5u062BXsJisftoZCSDy/view?usp=sharing
As you can see it is way bigger and has extended on each keystroke in height. 
Thanks,
Chris
 

1 Answers
DominicStaff
answered 4 years ago

I think the plugin conflicting with another plugin or your theme. In this case, you can use the following code to resolve this issue: 

.dwqa-comment-form .comment-form textarea {
height: 120px !important;
overflow: auto;
}
Dominic Staff
replied 4 years ago

Please send me your site URL if you still face their issue.

zeebroad
replied 3 years ago

where should the plugin u just mention be placed on?, because i also have the same issue

Dominic Staff
replied 3 years ago

You can try the following code in the style.css or Dashboard > Customize > Additional CSS box:

.dwqa-comment-text.ui-autocomplete-input {
transition: none !important;
}

If you still face their issue, you can send me your site URL for further checking.

zeebroad
replied 3 years ago

https://zeebroad.com/make-a-post/ here is my URL, it only occur when using mobile
in the content area, type in something delete a word from the back, you will notice all the world will automatically start multiplying them selves

Dominic Staff
replied 3 years ago

I can not access the forum, can you give me an account?

Powered by DW Question & Answer Pro