manchesterccwp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot log into my website critical errorIn the same boat, but did not get an email with recovery info. Is there anyway to retrieve it or have it reissued?
Thank you! I will make sure to try that next time.
Sure, the original link is https://www.manchestercc.edu/learn-more/ and the broken shortened link is https://t.co/u9uTOvQCsg.
This tweet can be seen as the first embedded one at the bottom of this page: https://www.manchestercc.edu/newsroom/.
Thank you! I’ll keep an eye out for the update.
Hi Ernest,
It’s interesting, I can definitely see how that line of jQuery would stop the problem if it’s a third-party script. It’s stopping the animation that I have as a click event on the search form, but this problem is continuing. I’ve been trying to debug it and came across this line in the file jquery.ajaxsearchlite.min.js:
t.n.text.click(function () { t.firstClick && (n(this).val(''), t.firstClick = !1) });That seems to be setting the value of the search box to empty when it’s clicked into. I’m not familiar with the rest of the file so I could definitely be wrong, but I wanted to bring it up.
Hi Ernest,
It seems to do the same thing on that demo site. For example, if I enter the search term “example” and press Enter, it brings me to the search results page. When I click back into the search box on the results page, the search term is cleared. Sorry, I see now that my initial question only referred to the field receiving focus, but the problem is really that it clears the search query when the search field is clicked into.
Forum: Plugins
In reply to: [Contact Form 7] Required field notifications not accessibleRight, but a when a user has keyboard focus on the input that has an alert, a screen reader will not pick up on it since it is not programmatically associated with that input.