Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    Banks69,

    One of your installed plugins is causing jQuery UI Autocomplete to fail. Try deactivating plugins until the menus render correctly and then we can work on correcting the conflict.

    Thanks,
    -jf

    Plugin Author lilaeamedia

    (@lilaeamedia)

    The problem is Twitch embed plugin.

    It is loading its own version of jquery-ui after the WP core loads it, breaking everything else.

    I am having the same problem on three different sites all running WordPress 3.9.2, but with various themes and plugins.

    https://premiumspores.com
    https://www.uskmaa.com/

    The third site is not live yet so I deactivated all the plugins, but it still does not work.

    I would love to get this working, it looks like it will be a real time saver.

    Thank you

    Plugin Author lilaeamedia

    (@lilaeamedia)

    fbnraider,

    If the autoselect menus are not working, then jQuery-UI is not being initialized correctly. In the case of the original poster it was being caused by a plugin trying to install its own version of jQuery.

    This is unfortunately common with a lot of plugins that do not follow the API guidelines set forth in the Codex.

    Right click somewhere on the webpage and select “Inspect Element.” This will bring up a developer console where you can view the browser log output. If you see any JavaScript errors, look at the script that is causing it.

    This will usually point to a specific plugin that is loading invalid code. Deactivate the plugin and see if the problem goes away.

    Hope this helps.

    I have the same problem of ending up with a blank page when using rule/value or query selector. I have disabled all plugins and cleared the cache. I am using Cyberchimps Responsive Theme. Have tried with both Firefox and Chrome with the same result. Sorry I can’t provide a link – it’s on my localhost. Thanks

    Plugin Author lilaeamedia

    (@lilaeamedia)

    If “blank page” means no styles under the “Parent CSS” tab, then you need to reload the styles. Responsive requires that you “Parse additional stylesheets.” Check the boxes for:

    core/css/style.css
    core/css/responsive.css

    Then click “Generate child theme files.” The styles will not be visible on the Parent tab, but will be available to the CTC menus.

    If “blank page” means the admin is completely blank, go back to the main CTC menu page. Right click anywhere on the form and view javascript errors.

    If you are working on a local server you will have to send screenshots to either https://www.lilaeamedia.com/about/contact or [email protected]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Rule & Selector search not working’ is closed to new replies.