Changeset 1309874
- Timestamp:
- 12/16/2015 10:33:51 AM (10 years ago)
- File:
-
- 1 edited
-
go-gallery/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-gallery/trunk/readme.txt
r1309750 r1309874 2 2 Contributors: itconsultsrv, vantco 3 3 Donate 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, thumbnails4 Tags: 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 5 5 Requires at least: 3.8 6 6 Tested up to: 4.4 … … 24 24 * QuickStart [QuickStart](http://wpdemo.vantco.com/gogallery/quickstart/ "QuickStart") 25 25 26 == Media Categories Understanding==26 == Understanding Media Categories == 27 27 28 28 Go 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. … … 32 32 You can add more Media Categories directly in Image Edit or in Media Categories: 33 33 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 58 You can add image caption by editing Image info. 59 60 == Short Codes Usage == 35 61 36 62 = Large Original Gallery ShortCode:: =
Note: See TracChangeset
for help on using the changeset viewer.