Changeset 1999434
- Timestamp:
- 12/21/2018 06:29:02 AM (7 years ago)
- Location:
- go-gallery/trunk
- Files:
-
- 9 added
- 2 edited
-
assets/lib/shared (added)
-
assets/lib/shared/admin (added)
-
assets/lib/shared/admin/alvimedia.php (added)
-
assets/lib/shared/admin/filter-taxonomies.php (added)
-
assets/lib/shared/admin/index.php (added)
-
assets/lib/shared/runtime (added)
-
assets/lib/shared/runtime/ampae-functions.php (added)
-
assets/lib/shared/runtime/index.php (added)
-
assets/lib/shared/runtime/setup-taxonomies.php (added)
-
go-gallery.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-gallery/trunk/go-gallery.php
r1942401 r1999434 31 31 include_once plugin_dir_path(__FILE__).'assets/lib/admin/alvimedia.php'; 32 32 include_once plugin_dir_path(__FILE__).'assets/lib/runtime/alvimedia-functions.php'; 33 include_once plugin_dir_path(__FILE__).'assets/lib/ runtime/setup-taxonomies.php';34 include_once plugin_dir_path(__FILE__).'assets/lib/ admin/filter-taxonomies.php';33 include_once plugin_dir_path(__FILE__).'assets/lib/shared/runtime/setup-taxonomies.php'; 34 include_once plugin_dir_path(__FILE__).'assets/lib/shared/admin/filter-taxonomies.php'; 35 35 include_once plugin_dir_path(__FILE__).'assets/lib/runtime/shortcode.php'; 36 36 include_once plugin_dir_path(__FILE__).'assets/plugins/qtlb/qtlb.php'; -
go-gallery/trunk/readme.txt
r1942401 r1999434 1 1 === Go Gallery === 2 Contributors: alvimedia, emtly , itconsultsrv2 Contributors: alvimedia, emtly 3 3 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, gogallery 4 4 Requires at least: 3.8 5 Tested up to: 4.9.75 Tested up to: 5.0.2 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later … … 15 15 * QuickStart: [QuickStart](http://alvimedia.com/go-gallery/quickstart/ "QuickStart") 16 16 17 THE IDEA: 17 This plugin has been created to display beautiful and functional grid galleries with minimum configuration effort and without slowing down your page load. 18 19 Go Gallery is a powerful responsive and filterable grid gallery wordpress plugin. You can change spacings, frames, colors, etc. by simply adjusting settings directly in shortcodes. Unlimited number of galleries with different settings can be used on any page or in posts. 20 21 Go Gallery is optimized for speed. Configuration is fast and simple, everything can be done just by putting gallery shortcode(s) to the page. 22 23 Go Gallery enables categories in media images and adds filter menu to each gallery for easy and beautiful sorting. 24 25 If you interrested in a new beautiful Image Slider based on same concept of Image Categories you can find it here: 26 27 * Go Slider: [Go Slider](https://wordpress.org/plugins/go-slider/ "Go Slider") 28 29 The idea behind this plugin: 18 30 19 31 Can you imagine that there's no categories and all posts has to be manually organized? and every time you add new post you'll also have to add it manually to your blog and other page(s) otherwise it won't show up? sounds ridicules isn't it but why we keep doing this with the image galleries? … … 25 37 Your galleries will be runtime sortable and you can decide what image categories to display in each gallery. Just keep adding images and categorize them same way you doing with normal wordpress posts. 26 38 27 PLUGIN: 28 29 This plugin has been created to display beautiful and functional grid galleries with minimum configuration effort and without slowing down your page load. 30 31 Go Gallery is a powerful responsive and filterable grid gallery wordpress plugin. You can change spacings, frames, colors, etc. by simply adjusting settings directly in shortcodes. Unlimited number of galleries with different settings can be used on any page or in posts. 32 33 Go Gallery is optimized for speed. Configuration is fast and simple, everything can be done just by putting gallery shortcode(s) to the page. 34 35 Go Gallery enables categories in media images and adds filter menu to each gallery for easy and beautiful sorting. 39 [youtube https://www.youtube.com/watch?v=UJHSi1vsxYU] 36 40 37 41 = Features: =
Note: See TracChangeset
for help on using the changeset viewer.