WP Manifestindependent plugin directory
manifest / builders / visualcomposercleanup

Visual Composer CleanUp releases

Simplified cleanup of visual composer.

by Digital United · github.com/digitalunited/visualcomposercleanup · website

16stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/digitalunited/visualcomposercleanup/archive/refs/heads/master.zip

Readme

Visual Composer CleanUp

Why?!?

This plugin exist because i got tired of copying my customizations on visual composer to every project. Is allso is meant to solve the issue of maintaing Visual Composer customizations on multiple sites wiuth diffrent requirements.

How?!?

On activation the plugin creates a file named VcCleanUpConfig.php in your current theme. The file consists of a config-array with the possibility to cleanup Visual Composer without anny manual work.

Configuration

enabledStdModules

An array containing all standard modules you want to use. It works as a white list so evertthing thats not declared in this array will disapear from admin. Values: Array with names of modules you want to keep

useBootstrapGrid

Replaces "vc_"-prefixed grid-classes with bootstraps grid-classes Values: true/false

deregisterFrontendStyles

Disables loading of visualcomposaer css if $param equals true Values: true/false

disableFrontendEditor

Disables the frontendeditor Values: true/false

removeExtraClassNameField

Removes the "Extra class name"-field on all modules listed in "enabledStdModules" Values: true/false

removeDesignOptionsTab

Removes the "Design options"-tab on all modules listed in "enabledStdModules" Values: true/false

enableRowLayouts

Removes all row layouts that isn't specified. It uses the rowlayouts titles. Values: Array with titles of standard row_layouts, True enables all standard rowlayouts

setVcAsTheme

Set vc as a part of a theme witch disables the "Custom CSS"-tab on the Visual Composer options-page Values: true/false

disableGridElements

Removes Grid Elements from the admin menu Values: true/false

keepDefaultTemplates

Specify witch VC default templates to keep. The array should contain the custom_class of the the default template. Value: false / array with default templates to keep (t.ex ['vc_default_template-39', 'vc_default_template-1'])

hideVcAdminButtons

Removes alot of unusefull buttons from VisualComposers admin GUI Values: true/false

keepDefaultColumnFields

Specify which params from vc_column should be kept. If set to "all", all default fields will be kept. Values: (string) "all" / (array) ['param_name1', 'param_name2', ...]

Read the full README on GitHub →

Releases

TagPublished
0.0.24 Sep 8, 2017
0.0.23 Aug 28, 2017
0.0.22 Apr 25, 2017
0.0.21 Apr 21, 2017
0.0.20 Apr 21, 2017
0.0.19 Apr 11, 2017
0.0.18 Mar 17, 2017
0.0.17 Mar 2, 2016
0.0.16 Feb 10, 2016
0.0.15 Dec 17, 2015
0.0.14 Dec 10, 2015
0.0.13 Oct 27, 2015
0.0.12 Sep 7, 2015
0.0.11 Aug 10, 2015
0.0.10 May 29, 2015
0.0.9 May 6, 2015
0.0.8 May 6, 2015
0.0.7 Apr 23, 2015
0.0.6 Feb 27, 2015
0.0.5 Feb 26, 2015
0.0.4 Feb 19, 2015
0.0.3 Feb 9, 2015
0.0.2 Feb 9, 2015
0.0.1 Feb 9, 2015

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.