Download the PHP package fgms/wp-plugin-cpt without Composer

On this page you can find all versions of the php package fgms/wp-plugin-cpt. 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-plugin-cpt

Wordpress plugin to create Custom Post types

Description

This is a wordpress custom post type plugin for the following post types.

Settings.

Settings -> CPT Settings

Custom Post type Enables

Slideshows -> Settings

Add default slideshow dimensions. Add default secondary slideshow dimensions. Select Secondary defaults to Feature Image / Slideshow.

Galleries -> Settings

Add Filters for galleries, specifically for feature gallery.

Real Estate -> Settings

Price Units. Area Units. Custom menu. Title for index. Pre text for index. Post text for index. Call to action for display page. Table Columns ( select columns, label and order).

Post Types

Awards

Testimonials

Specials

Slideshows

Galleries

Announcements

Media Clippings

Newsletters

Real Estate

Shortcodes

[fgallery]

The [fgallery] shortcode accepts the following attribute.

Attribute Default Description
width 100px width of thumb
height auto height of thumb
class adds class attribute
alt adds alt tag
thumb uses a different image as the thumb
group this adds group to gallery to link images to one group

[fgallery alt="this is the alttext" thumb="absolute/path/to/image" width="150px" height="100%" class="my-class" ][/fgallery]

[page_gallery]

Attribute Description
id The post id of the gallery post
feature This allows feature image or not default is false
filter This adds filters default is true

[page_gallery id="344" feature="true" filter="false" ]

[slick_carousel] and [slick_slide]

This carousel uses jquery plugin from Ken Wheeler at https://github.com/kenwheeler/slick

Attribute Default Description
id slick-carousel-default selector id of
accessibilty true
autoplay false
infinite false
responsive [{breakpoint: 1199, settings: { slidesToShow : 3}},{breakpoint: 989, settings : {slidesToShow : 2}},{breakpoint: 480, settings: {slidesToShow: 1}}]
slidesperrow 3
slidestoshow 3
slidestoscroll 1
speed 300
dots true
arrows true
prevarrow
nextarrow

All versions of wp-plugin-cpt with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
composer/installers Version ~1.0
sturple/wordpress-utilities Version ~1.0
wpackagist-plugin/piklist Version >0.9
kenwheeler/slick Version @dev
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 fgms/wp-plugin-cpt contains the following files

Loading the files please wait ....