Plugin Directory

Changeset 1309874


Ignore:
Timestamp:
12/16/2015 10:33:51 AM (10 years ago)
Author:
vantco
Message:

update readme.txt better documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • go-gallery/trunk/readme.txt

    r1309750 r1309874  
    22Contributors: itconsultsrv, vantco
    33Donate link: http://www.vantco.com/donate/
    4 Tags: gal, gallery, foto, photo, image, picture, album, slide, fancybox, sortable, filterable, grid, masonry, media, lightbox, mosaic, showcase, view, responsive, thumb, photoalbum, photogallery, photoset, prettyphoto, images, albums, pictures, photos, slides, thumbnails
     4Tags: gallery, foto, photo, image, picture, album, slide, fancybox, sortable, filterable, grid, masonry, media, lightbox, mosaic, showcase, view, responsive, thumb, photoalbum, photogallery, photoset, prettyphoto, images, albums, pictures, photos, slides, thumbnails
    55Requires at least: 3.8
    66Tested up to: 4.4
     
    2424* QuickStart [QuickStart](http://wpdemo.vantco.com/gogallery/quickstart/ "QuickStart")
    2525
    26 == Media Categories Understanding ==
     26== Understanding Media Categories ==
    2727
    2828Go Gallery enables Categories to Media Library Images. All images you want to display with Go Gallery has to be categorized. You will notice that Media Library now has one more column to display Media Category for each image.
     
    3232You can add more Media Categories directly in Image Edit or in Media Categories:
    3333
    34 == Short Codes - Usage ==
     34== ShortCodes List ==
     35
     36 * go_gallery = Go Gallery opening shortcode all params follows space separated
     37 * cat = ‘category1, category2, …’ – comma separated list of media categories to display
     38 * size = ‘large/medium/small/tiny’ – size of the gallery grid:
     39 1  large – 2 columns
     40 2  medium – 3 columns
     41 3  small – 4 columns
     42 4  tiny – 8 columns
     43 * limit = 1-200 – number of images to display (in total)
     44 * border_size = size (in pixels) of the image border
     45 * border_color = color ‘#HTML’ of the image border
     46 * gap = size (in pixels) of the gutter between images
     47 * bg = color ‘#HTML’ of the gallery background
     48 * hover_data = ‘yes/no’ enables/disables image caption on mouse over (hover); default: ‘yes’
     49 * overlay_color = color ‘#HTML’ of the image hover overlay
     50 * desc_color = color ‘#HTML’ of the overlay text description
     51 * menu_show = ‘yes/no’ or 1/0
     52 * menu_pos = ‘center/left/right’ – menu position; works only when menu_show is 1 or ‘yes’
     53 * menu_gap = size (in pixels) of the gutter between menu buttons
     54 * menu_color = color ‘#HTML’ of the menu font
     55 * menu_bg = color ‘#HTML’ of the menu buttons (background)
     56 * lightbox = ‘yes/no’ enables/disables custom lightbox on image click; default: ‘yes’
     57
     58You can add image caption by editing Image info.
     59
     60== Short Codes Usage ==
    3561
    3662= Large Original Gallery ShortCode:: =
Note: See TracChangeset for help on using the changeset viewer.