- This topic has 10 replies, 3 voices, and was last updated 5 months, 2 weeks ago by
David.
-
AuthorPosts
-
October 5, 2022 at 9:39 pm #2364763
Usman
Hey there, recently I make changes to my site including cache, and DNS. After this, I am seeing some design changes in the comment section.
The name box is no more responsive which is causing problems on mobile devices. I am adding screenshots.
Desktop SS: https://drive.google.com/file/d/1Ej_jnD9QigQWRDSCKBoZJx7WSpbYM5hy/view?usp=sharing
Mobile SS: https://drive.google.com/file/d/1s79vDF44QWQESlhUIMCKcZRM85Uehs9s/view?usp=sharingLooking Forward,
UsmanOctober 5, 2022 at 10:45 pm #2364794Fernando Customer Support
Hi Usman,
Can you try temporarily disabling Jetpack plugin?
October 6, 2022 at 12:24 am #2364855Usman
Yes, I did it. The situation is the same.
October 6, 2022 at 1:02 am #2364903Fernando Customer Support
I see. To be sure, can you try #1 here?: https://docs.generatepress.com/article/debugging-tips/
It would be good to take a backup of your site before doing so.
October 6, 2022 at 3:49 am #2365007Usman
Hey @Fernando, thank you for suggesting it.
I did it! I disabled each plugin one by one and tested the site on another browser each time. The problem is still there.
Please note: I have also disabled the menu plus feature of GP. (Was using previously)
October 6, 2022 at 5:38 am #2365108David
StaffCustomer SupportHi there,
have there been any edits made to the Comments form PHP or any PHP Snippets been added to it ? As the
Name
input field is missing itstype
attribute.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 6, 2022 at 6:09 am #2365132Usman
Thank you @David for replying.
I haven’t added any snippet regarding the comment form however, I have added a snippet to collect emails (custom code). Further, I also added some CSS to change the color of SUBMIT button.
I removed both the above and each snippet in the plugin. Then, cleared the cache and tested the site in incognito mode and on my phone too.
The issue is still there!!!
October 6, 2022 at 6:13 am #2365138Usman
Further, after going into the inspect, I added type=”text”, and it worked!
Now question is, where the tag gone!
October 6, 2022 at 8:24 am #2365393David
StaffCustomer SupportVery odd, i think Fernandos train of thought is most probably correct and another plugin is breaking it. If you can’t find the conflict then treat it with this CSS:
.comment-form input[name="author"] { border-color: var(--base) !important; color: var(--contrast); background-color: var(--base-2); border: 1px solid; border-radius: 0; padding: 10px 15px; max-width: 100%; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 6, 2022 at 10:14 am #2365503Usman
Working fine man. 🙂
#Appreciated
Thank you, David and Fernandos. Have a great day.
October 7, 2022 at 2:41 am #2366000David
StaffCustomer SupportGlad we could be of help
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.