• Hi,

    Great plugin! But i can’t load custom themes or themes from themeroller!

    When i use firebug to inspect, i see that the accordion is not using the plugins custom css but : …./wp-content/plugins/page-builder-pmc-shortcode-munmarket/assets/css/jquery-ui-1.10.3.custom.min.css?ver=3.9.1 is loaded as the css ?

    This plugin is build into my WP theme so i cant delete it.

    Is there a workaround for this?

    https://www.ads-software.com/plugins/jquery-ui-widgets/

Viewing 1 replies (of 1 total)
  • Plugin Author David Gwyer

    (@dgwyer)

    Looks like that Plugin is adding CSS after the jQuery UI Widgets Plugin. If it’s adding the CSS via an enqueueing function (which it should) then you could try increasing the priority of the CSS in the jQuery UI Widgets Plugin. Change this line in the Plugin:

    add_action( 'wp_enqueue_scripts', 'jquiw_enqueue_scripts' );

    to

    add_action( 'wp_enqueue_scripts', 'jquiw_enqueue_scripts', 9999 );

Viewing 1 replies (of 1 total)
  • The topic ‘Issues regarding theme/other jquery’ is closed to new replies.