Download the PHP package pixelstudio/wp-custy without Composer

On this page you can find all versions of the php package pixelstudio/wp-custy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-custy

Custy - Advanced WordPress Customizer

This is a fork of Blocksy Customizer, with many added features like automatic CSS output and simpler parameters.

This plugin adds variety options such as Typography and Color Picker to WP Customizer.

It also comes with drag-n-drop builder for Header and Footer:

1. GETTING STARTED

Download this repo, put it in your /plugins folder, install it, and activate this plugin.

If you use Composer to install plugin, this plugin is available with the name pixelstudio/wp-custy.

Then go to Appearance > Customizer and you will see these default sections:

  1. General - Contains options for color palette, shadow, and site width.
  2. Text - Contains options for Body and Heading typography.
  3. Header - Contains drag-n-drop builder for Header.
  4. Footer - Contains drag-n-drop builder for Footer.

2. TERMINOLOGY

3. USING CSS OPTIONS

Across the options, you might notice this CSS toggle:

That means the value of that options is automatically outputted into :root (by default) using that variable name.

Then implement that variable in your theme wherever it fits.

4. ADD NEW SECTION

Let's say we want to add a new section where we can toggle on and off various features. Use this filter below:

Then, define the default values of those new options:

Done!, Check out the Customizer and you will see a new section called "Features"

Check out the Wiki for complete information on Options type and other things.

5. USING NON-CSS OPTIONS

Use the function Custy::get_mod( $option_id ) like shown below:

To make it easy to remember what the option ID is, the label should be the same. For example: the label for has_back_to_top is "Has Back to Top?"

6. MORE INFO AT WIKI

I have prepared tons of information at Wiki including:

7. THEME BUILT WITH CUSTY


All versions of wp-custy with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
composer/installers Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pixelstudio/wp-custy contains the following files

Loading the files please wait ....