Horje
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 Wordpress Tutorial

Noted That:

  • To install correctly this custom-widget-classes.zip .
  • Fisrt Download the custom-widget-classes.zip to your computer
  • Extract/Open custom-widget-classes.zip to Your Computer.
  • Then, Find readme.txt file inside custom-widget-classes.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " custom-widget-classes.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " custom-widget-classes.zip "  Downloaded plugin from your computer, Where you downloaded custom-widget-classes.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " Custom Widget Classes " folder is added on left sidemenu. Now, Click on " Custom Widget Classes " folder.

   Noted that: If you do not see " Custom Widget Classes " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  Custom Widget Classes Configurtions and Settings or How to work " Custom Widget Classes " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Custom Widget Classes " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Custom Widget Classes
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

This section describes how to install the plugin and get it working.

  1. Download and install the plg-in

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;
}

then you can see the classes in a droplist under each widgets, user can choose the class from the list


styles , class , custom , widget , classes , helps , different , widgetsthe , show , dropdown ,

Name

Read Article
https://develop.horje.com/learn/1434/reference