> Custom Widget Classes wordpress plugin resources analysis

Custom Widget Classes wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Custom Widget Classes
Version 1.1
Author wellwisher
Rating 100
Last updated 2013-02-19 04:27:00
Downloads
6228
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Custom Widget Classes plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Custom Widget Classes plugin added 29 bytes of resources to the Home page and 33 bytes of resources to the sample Post page.

Custom Widget Classes plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Custom Widget Classes plugin ads no tables to your Wordpress blog database.

Custom Widget Classes helps to set different css class or styles for widgets,the css class or styles can show in a dropdown list to be choosed . the list of css classes can be added from backend and also can code with theme.

see the options at settings>>widget classes and add classes.

If you are a theme developer you can add the classes in theme itself add this code

add_filter('cWCdeveloperClasses','widgetclasses');

function widgetclasses(){
         $clsses['classes']= array(
            array(
                'class'=>'with-border',
                'desc'=>'With Border'

            ),
            array(
                'class'=>'white-bg',
                'desc'=>'white background'
            )
        );              

    return $clsses;         
}

if you want to set a default one for all the newly added widgets,add the default class too as shown below

add_filter('cWCdeveloperClasses','widgetclasses');

function widgetclasses(){
         $clsses['classes']=array(
            array(
                'class'=>'with-border',
                'desc'=>'With Border'

            ),
            array(
                'class'=>'white-bg',
                'desc'=>'white background'
            )
        );   

        $clsses['default']=array(       
                'class'=>'widget',      
                'desc'=>'Widget'
                );  

    return $clsses;         
}
Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Blogly Lite screenshot

Blogly Lite

by: themefurnace

23767
90%
picolight screenshot

picolight

by: simpson-fan

74161
80%