Forums

[Plugin: Section Widget] Adds Jquery to Doctypes (2 posts)

  1. micronox
    Member
    Posted 2 years ago #

    Hey,

    I love this plugin, but it adds Jquery to a few random places which breaks my wordpress. I was trying to disable its Jquery placement and then manually place it in the footer

    add_action('wp_print_scripts', 'deregister_theme', 100 );
    function deregister_theme () {
    wp_deregister_script ('deregister_theme');
    }
    
    add_action('wp_print_scripts', 'dereg_section', 100 );
    function dereg_section() {
    	wp_deregister_script ('section-widget') );
    }

    Anyone have any ideas?

    http://wordpress.org/extend/plugins/section-widget/

  2. godfreykfc
    Member
    Posted 2 years ago #

    micronox, I am not sure if I understand your problem completely. However, I can give you a list of scripts that is loaded by the plugin:

    As of 3.0.3 (released today)...

    Loaded in admin area only:
    olt-checklist (dependencies: jquery, jquery-ui-tabs)
    section-widget-admin (dependencies: jquery, jquery-ui-tabs, jquery-ui-sortable)

    Loaded in "public" pages, only if at least one TABBED section widget has been added to one of the sidebars:
    section-widget (dependencies: jquery, jquery-ui-tabs)

    Hope it helps.

Topic Closed

This topic has been closed to new replies.

About this Topic