Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how do i use this code snippet?
htweet1
New
i found this on stack overflow about using a code snippet to fix opera mini mobile browser not loading javascript. The code is meant to temporarily fix the issue. Please where do i place it so it can work for the signup page.
if ( window.operamini ) {
$('input[type="text"]').unbind('focus');
} else {
$('#main_search').typeahead([etc]);
0
Comments
That looks like JS/jQuery. I am not sure it will fix your issue, but you can either add a snippet to the master view template of your theme, or add an external file via a plugin hook.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
figured I'd post this since this new discussion is a continuation of this issue....
http://vanillaforums.org/discussion/30924/signup-page-refreshes-on-opera-mini-mobile-browser/#latest
http://vanillaforums.org/discussion/comment/234573/#Comment_234573
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.