Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Meitar

    (@meitar)

    You’re welcome to submit a patch.

    Thread Starter Jürgen H?rmann

    (@hoermannj)

    Ok. I’m working on it, but need some help from you.

    this code section:

    public function addAdminScripts ($hook_suffix) {
            if ( $this->hook_suffix == $hook_suffix ) {
                wp_enqueue_style( 'wp-jquery-ui-dialog' );
                wp_enqueue_script( 'jquery-ui-dialog' );
                wp_enqueue_script( 'jquery-ui-tabs' );
                //wp_enqueue_script('jquery-ui-tooltip');
    
                wp_enqueue_style(
                    'inline-gdocs-viewer',
                    plugins_url( 'inline-gdocs-viewer.css', __FILE__ )
                );
            }
        }

    For what reason do you load this? I cannot see anything on the settings page that could need this.

    Plugin Author Meitar

    (@meitar)

    That is the styling and dependency declaration for the QuickTags pop up. See screenshot 4.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Your Plugin loading JQuery Plugins in Admin breaking other Plug-Ins’ is closed to new replies.