This topic contains 3 replies, has 2 voices, and was last updated by Devon Meerholz 8 years, 2 months ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Text Not Typing in Revolution Slider
This topic contains 3 replies, has 2 voices, and was last updated by Devon Meerholz 8 years, 2 months ago.
Hey Guys!
I’ve added the Ajax search box to my Revolution Slider and it displays perfectly, but I can’t type into the search box at all. My mouse cursor changes to a character tool, so it’s not sitting behind any other layers, but you just can’t enter any text. Tested over multiple browsers as well
The site is http://nostalgicafrica.com/wp/
Hi!
It looks like something is catching the focus event (I’m guessing the slider) and prevents the default behavior. It’s extremely hard to tell what code is exactly causing it. I see dozens of new properties on each search element, I’m guessing it’s the slider doing it.
I think I might have a solution though without touching the slider. Try to add this custom javascript code to the footer of your site before the closing body tag:
<script>
jQuery('input.orig').click(function(e){
jQuery(this).focus();
});
</script>
Best,That worked beautifully, thank you Ernest!
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |