Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Gabe Shackle

    (@hereswhatidid)

    The plugin doesn’t appear to be activated. I don’t see any of the standard scripts that would included appearing on your site.

    Thread Starter Triseult

    (@triseult)

    Can you please check again? I may have forgotten to clear the cache between disabling and enabling the plugin to try and figure it out.

    I definitely see some of the plugin’s scripts now.

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    Still not seeing it, sorry

    Thread Starter Triseult

    (@triseult)

    But… I don’t understand. I’m on http://www.criticsremote.com right now, and when I look at the page source, I see the AutoComplete CSS and Javascript being called:

    <link rel='stylesheet' id='SearchAutocomplete-theme-css'  href='http://www.criticsremote.com/wp-content/plugins/search-autocomplete/css/redmond/jquery-ui-1.9.2.custom.min.css' type='text/css' media='all' />
    
    ...
    
    <script type='text/javascript'>
    /* <![CDATA[ */
    var SearchAutocomplete = {"ajaxurl":"http:\/\/www.criticsremote.com\/wp-admin\/admin-ajax.php","fieldName":"[name=\"s\"]","minLength":"3"};
    /* ]]> */
    </script>
    
    <script type='text/javascript' src='http://www.criticsremote.com/wp-content/plugins/search-autocomplete/js/search-autocomplete.min.js'></script>

    The plugin is definitely activated in the Dashboard, too. What are you looking for that’s not there?

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    I see it now. I’ll let you know what I find.

    Plugin Author Gabe Shackle

    (@hereswhatidid)

    It looks like there may be something conflicting with the z-index of the dropdown menu. Try manually setting it to something greater than 10 like so:

    .ui-autocomplete { z-index:30 !important; }

    That should fix the issue.

    Thread Starter Triseult

    (@triseult)

    Well well! I don’t understand why, but that did the trick!! Thank you! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't get it to work…’ is closed to new replies.