class-admin-notice-custom-css.php
4 weeks ago
class-admin-notices.php
4 weeks ago
class-admin.php
4 weeks ago
class-attachment-fields.php
4 weeks ago
class-columns.php
4 weeks ago
class-demo-content.php
4 weeks ago
class-extensions.php
4 weeks ago
class-gallery-attachment-modal.php
4 weeks ago
class-gallery-datasources.php
4 weeks ago
class-gallery-editor.php
4 weeks ago
class-gallery-metabox-fields.php
4 weeks ago
class-gallery-metabox-items.php
4 weeks ago
class-gallery-metabox-settings-helper.php
4 weeks ago
class-gallery-metabox-settings.php
4 weeks ago
class-gallery-metabox-template.php
4 weeks ago
class-gallery-metaboxes.php
4 weeks ago
class-menu.php
4 weeks ago
class-pro-promotion.php
4 weeks ago
class-settings.php
4 weeks ago
class-silent-installer-skin.php
4 weeks ago
class-trial-mode.php
4 weeks ago
demo-content-galleries.php
4 weeks ago
demo-content-images.php
4 weeks ago
index.php
4 weeks ago
pro-features.php
4 weeks ago
view-features.php
4 weeks ago
view-help-demos.php
4 weeks ago
view-help-getting-started.php
4 weeks ago
view-help-pro.php
4 weeks ago
view-help.php
4 weeks ago
view-system-info.php
4 weeks ago
demo-content-galleries.php
660 lines
| 1 | <?php |
| 2 | |
| 3 | return array( |
| 4 | array( |
| 5 | 'key' => 'responsive', |
| 6 | 'post_title' => 'Demo : Responsive', |
| 7 | 'post_status' => 'publish', |
| 8 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 9 | 'items' => array( 'demo1', 'demo2', 'demo3', 'demo4', 'demo5', 'demo6' ), |
| 10 | 'meta_input' => array( |
| 11 | FOOGALLERY_META_TEMPLATE => 'default', |
| 12 | FOOGALLERY_META_SETTINGS => array( |
| 13 | 'foogallery_items_view' => 'preview', |
| 14 | |
| 15 | //General |
| 16 | 'default_thumbnail_dimensions' => array( |
| 17 | 'width' => '270', |
| 18 | 'height' => '230', |
| 19 | ), |
| 20 | 'default_thumbnail_link' => 'image', |
| 21 | 'default_lightbox' => 'foogallery', |
| 22 | 'default_spacing' => 'fg-gutter-10', |
| 23 | 'default_alignment' => 'fg-center', |
| 24 | |
| 25 | |
| 26 | //Appearance |
| 27 | 'default_theme' => 'fg-dark', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 28 | 'default_spacing' => 'fg-gutter-10', |
| 29 | 'default_border_size' => '', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 30 | 'default_rounded_corners' => '', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 31 | 'default_drop_shadow' => 'fg-shadow-medium', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 32 | 'default_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 33 | 'default_loading_icon' => 'fg-loading-partial', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 34 | |
| 35 | 'default_loaded_effect' => 'fg-loaded-flip', // options : 'fg-loaded-fade-in', |
| 36 | 'default_instagram' => '', |
| 37 | |
| 38 | //Captions |
| 39 | 'default_captions_type' => '', |
| 40 | 'default_caption_title_source' => '', |
| 41 | 'default_caption_desc_source' => '', |
| 42 | 'default_captions_limit_length' => 'clamp', |
| 43 | 'default_caption_title_clamp' => '2', |
| 44 | 'default_caption_desc_clamp' => '3', |
| 45 | |
| 46 | //Hover Effects |
| 47 | |
| 48 | //'default_hover_effect_caption_visibility' => 'fg-caption-hover', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 49 | //'default_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 50 | //'default_hover_effect_icon' => 'fg-hover-zoom', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 51 | //'default_hover_effect_scale' => 'fg-hover-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 52 | //'default_hover_effect_transition' => 'fg-hover-fade', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 53 | 'default_hover_effect_type' => 'preset', // options : 'none', 'normal', 'preset' |
| 54 | 'default_hover_effect_preset' => 'fg-preset fg-brad', |
| 55 | 'default_hover_effect_preset_size' => 'fg-preset-small', |
| 56 | //'default_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 57 | |
| 58 | |
| 59 | //Filtering |
| 60 | 'default_filtering_type' => '', |
| 61 | |
| 62 | //Paging |
| 63 | 'default_paging_type' => '', |
| 64 | |
| 65 | //Advanced |
| 66 | 'default_state' => 'no', |
| 67 | 'default_custom_settings' => '', |
| 68 | 'default_lazyload' => '', |
| 69 | |
| 70 | //Video |
| 71 | 'default_video_autoplay' => 'yes', |
| 72 | 'default_video_hover_icon' => 'fg-video-default', |
| 73 | 'default_video_size' => '640x360', |
| 74 | 'default_video_sticky_icon' => '', |
| 75 | ), |
| 76 | ), |
| 77 | ), //Demo : Responsive |
| 78 | array( |
| 79 | 'key' => 'image-viewer', |
| 80 | 'post_title' => 'Demo : Image Viewer', |
| 81 | 'post_status' => 'publish', |
| 82 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 83 | 'items' => array( 'demo3', 'demo1', 'demo5', 'demo10', 'demo7', 'demo2' ), |
| 84 | 'meta_input' => array( |
| 85 | FOOGALLERY_META_TEMPLATE => 'image-viewer', |
| 86 | FOOGALLERY_META_SETTINGS => array( |
| 87 | 'foogallery_items_view' => 'preview', |
| 88 | |
| 89 | //General |
| 90 | 'image-viewer_thumbnail_size' => array( |
| 91 | 'width' => '640', |
| 92 | 'height' => '360', |
| 93 | 'crop' => '1' |
| 94 | ), |
| 95 | 'image-viewer_thumbnail_link' => 'image', |
| 96 | 'image-viewer_lightbox' => 'foogallery', |
| 97 | 'image-viewer_alignment' => 'fg-center', |
| 98 | 'image-viewer_looping' => 'enabled', |
| 99 | |
| 100 | //Appearance |
| 101 | 'image-viewer_theme' => 'fg-light', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 102 | 'image-viewer_border_size' => 'fg-border-medium', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 103 | 'image-viewer_rounded_corners' => 'fg-round-small', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 104 | 'image-viewer_drop_shadow' => 'fg-shadow-outline', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 105 | 'image-viewer_inner_shadow' => 'fg-shadow-inset-large', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 106 | 'image-viewer_loading_icon' => 'fg-loading-pulse', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 107 | |
| 108 | 'image-viewer_loaded_effect' => 'fg-loaded-scale-up', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 109 | 'image-viewer_instagram' => '', |
| 110 | |
| 111 | //Captions |
| 112 | 'image-viewer_captions_type' => '', |
| 113 | 'image-viewer_caption_title_source' => '', |
| 114 | 'image-viewer_caption_desc_source' => '', |
| 115 | 'image-viewer_captions_limit_length' => '', |
| 116 | |
| 117 | //Hover Effects |
| 118 | 'image-viewer_gutter_width' => '10', |
| 119 | 'image-viewer_hover_effect_caption_visibility' => 'fg-caption-always', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 120 | 'image-viewer_hover_effect_color' => 'fg-hover-grayscale', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 121 | 'image-viewer_hover_effect_icon' => 'fg-hover-plus3', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 122 | 'image-viewer_hover_effect_preset' => 'fg-custom', |
| 123 | 'image-viewer_hover_effect_scale' => 'fg-hover-semi-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 124 | 'image-viewer_hover_effect_transition' => 'fg-hover-fade', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 125 | 'image-viewer_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 126 | 'image-viewer_caption_invert_color' => 'fg-light-overlays', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 127 | |
| 128 | //Filtering |
| 129 | 'image-viewer_filtering_type' => '', |
| 130 | |
| 131 | //Paging |
| 132 | 'image-viewer_paging_type' => '', |
| 133 | |
| 134 | //Advanced |
| 135 | 'image-viewer_state' => 'no', |
| 136 | 'image-viewer_custom_settings' => '', |
| 137 | 'image-viewer_lazyload' => '', |
| 138 | |
| 139 | //Video |
| 140 | 'image-viewer_video_autoplay' => 'yes', |
| 141 | 'image-viewer_video_hover_icon' => 'fg-video-default', |
| 142 | 'image-viewer_video_size' => '640x360', |
| 143 | 'image-viewer_video_sticky_icon' => '', |
| 144 | ), |
| 145 | ), |
| 146 | ), //Demo : Image Viewer |
| 147 | array( |
| 148 | 'key' => 'justified', |
| 149 | 'post_title' => 'Demo : Justified', |
| 150 | 'post_status' => 'publish', |
| 151 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 152 | 'items' => array( 'demo2', 'demo1', 'demo3', 'demo4', 'demo5', 'demo6', 'demo7', 'demo8', 'demo9', 'demo10' ), |
| 153 | 'meta_input' => array( |
| 154 | FOOGALLERY_META_TEMPLATE => 'justified', |
| 155 | FOOGALLERY_META_SETTINGS => array( |
| 156 | 'foogallery_items_view' => 'preview', |
| 157 | |
| 158 | //General |
| 159 | 'justified_row_height' => '200', |
| 160 | 'justified_thumb_height' => '300', |
| 161 | 'justified_thumbnail_link' => 'image', |
| 162 | 'justified_lightbox' => 'foogallery', |
| 163 | 'justified_align' => 'center', |
| 164 | 'justified_margins' => '1', |
| 165 | |
| 166 | //Appearance |
| 167 | 'justified_theme' => 'fg-dark', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 168 | 'justified_border_size' => '', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 169 | 'justified_rounded_corners' => '', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 170 | 'justified_drop_shadow' => '', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 171 | 'justified_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 172 | 'justified_loading_icon' => 'fg-loading-default', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 173 | |
| 174 | 'justified_loaded_effect' => 'fg-loaded-fade-in', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 175 | 'justified_instagram' => '', |
| 176 | |
| 177 | //Captions |
| 178 | 'justified_captions_type' => '', |
| 179 | 'justified_caption_title_source' => '', |
| 180 | 'justified_caption_desc_source' => 'none', |
| 181 | 'justified_captions_limit_length' => 'clamp', |
| 182 | 'justified_caption_alignment' => 'fg-c-c', |
| 183 | 'justified_caption_title_clamp' => '1', |
| 184 | 'justified_caption_desc_clamp' => '2', |
| 185 | |
| 186 | //Hover Effects |
| 187 | 'justified_hover_effect_caption_visibility' => 'fg-caption-always', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 188 | 'justified_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 189 | 'justified_hover_effect_icon' => 'fg-hover-zoom2', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 190 | 'justified_hover_effect_preset' => 'fg-custom', |
| 191 | 'justified_hover_effect_scale' => 'fg-hover-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 192 | 'justified_hover_effect_transition' => 'fg-hover-instant', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 193 | 'justified_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 194 | 'justified_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 195 | |
| 196 | //Filtering |
| 197 | 'justified_filtering_type' => '', |
| 198 | |
| 199 | //Paging |
| 200 | 'justified_paging_type' => '', |
| 201 | |
| 202 | //Advanced |
| 203 | 'justified_state' => 'no', |
| 204 | 'justified_custom_settings' => '', |
| 205 | 'justified_lazyload' => '', |
| 206 | |
| 207 | //Video |
| 208 | 'justified_video_autoplay' => 'yes', |
| 209 | 'justified_video_hover_icon' => 'fg-video-default', |
| 210 | 'justified_video_size' => '640x360', |
| 211 | 'justified_video_sticky_icon' => '', |
| 212 | ), |
| 213 | ), |
| 214 | ), //Demo : Justified |
| 215 | array( |
| 216 | 'key' => 'masonry', |
| 217 | 'post_title' => 'Demo : Masonry', |
| 218 | 'post_status' => 'publish', |
| 219 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 220 | 'items' => array( 'demo4', 'demo2', 'demo3', 'demo1', 'demo5', 'demo6', 'demo7', 'demo8', 'demo9', 'demo10' ), |
| 221 | 'meta_input' => array( |
| 222 | FOOGALLERY_META_TEMPLATE => 'masonry', |
| 223 | FOOGALLERY_META_SETTINGS => array( |
| 224 | 'foogallery_items_view' => 'preview', |
| 225 | |
| 226 | //General |
| 227 | 'masonry_thumbnail_width' => '250', |
| 228 | 'masonry_layout' => 'fixed', |
| 229 | 'masonry_thumbnail_link' => 'image', |
| 230 | 'masonry_lightbox' => 'foogallery', |
| 231 | 'masonry_align' => 'fg-center', |
| 232 | 'masonry_gutter_width' => '10', |
| 233 | |
| 234 | //Appearance |
| 235 | 'masonry_theme' => 'fg-light', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 236 | 'masonry_border_size' => 'fg-border-medium', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 237 | 'masonry_rounded_corners' => 'fg-round-small', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 238 | 'masonry_drop_shadow' => 'fg-shadow-outline', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 239 | 'masonry_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 240 | 'masonry_loading_icon' => 'fg-loading-default', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 241 | |
| 242 | 'masonry_loaded_effect' => 'fg-loaded-fade-in', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 243 | 'masonry_instagram' => '', |
| 244 | |
| 245 | //Captions |
| 246 | 'masonry_captions_type' => '', |
| 247 | 'masonry_caption_title_source' => '', |
| 248 | 'masonry_caption_desc_source' => '', |
| 249 | 'masonry_captions_limit_length' => 'clamp', |
| 250 | 'masonry_caption_title_clamp' => '1', |
| 251 | 'masonry_caption_desc_clamp' => '2', |
| 252 | 'masonry_caption_alignment' => '', |
| 253 | 'masonry_caption_visibility_no_hover_effect' => 'fg-captions-bottom', |
| 254 | |
| 255 | //Hover Effects |
| 256 | 'masonry_hover_effect_caption_visibility' => 'fg-captions-bottom', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 257 | 'masonry_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 258 | 'masonry_hover_effect_icon' => 'fg-hover-zoom4', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 259 | 'masonry_hover_effect_preset' => '', |
| 260 | 'masonry_hover_effect_scale' => 'fg-hover-semi-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 261 | 'masonry_hover_effect_transition' => 'fg-hover-fade', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 262 | 'masonry_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 263 | 'masonry_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 264 | |
| 265 | //Filtering |
| 266 | 'masonry_filtering_type' => '', |
| 267 | |
| 268 | //Paging |
| 269 | 'masonry_paging_type' => '', |
| 270 | |
| 271 | //Advanced |
| 272 | 'masonry_state' => 'no', |
| 273 | 'masonry_custom_settings' => '', |
| 274 | 'masonry_lazyload' => '', |
| 275 | |
| 276 | //Video |
| 277 | 'masonry_video_autoplay' => 'yes', |
| 278 | 'masonry_video_hover_icon' => 'fg-video-default', |
| 279 | 'masonry_video_size' => '640x360', |
| 280 | 'masonry_video_sticky_icon' => '', |
| 281 | ), |
| 282 | ), |
| 283 | ), //Demo : Masonry |
| 284 | array( |
| 285 | 'key' => 'portfolio', |
| 286 | 'post_title' => 'Demo : Simple Portfolio', |
| 287 | 'post_status' => 'publish', |
| 288 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 289 | 'items' => array( 'demo5', 'demo1', 'demo2', 'demo3', 'demo4', 'demo6', 'demo7', 'demo8', 'demo9', 'demo10' ), |
| 290 | 'meta_input' => array( |
| 291 | FOOGALLERY_META_TEMPLATE => 'simple_portfolio', |
| 292 | FOOGALLERY_META_SETTINGS => array( |
| 293 | 'foogallery_items_view' => 'preview', |
| 294 | |
| 295 | //General |
| 296 | 'simple_portfolio_thumbnail_dimensions' => array( |
| 297 | 'width' => '250', |
| 298 | 'height' => '200', |
| 299 | ), |
| 300 | 'simple_portfolio_thumbnail_link' => 'image', |
| 301 | 'simple_portfolio_lightbox' => 'foogallery', |
| 302 | 'simple_portfolio_align' => 'center', |
| 303 | 'simple_portfolio_gutter' => '5', |
| 304 | |
| 305 | //Appearance |
| 306 | 'simple_portfolio_theme' => 'fg-dark', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 307 | 'simple_portfolio_border_size' => 'fg-border-medium', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 308 | 'simple_portfolio_rounded_corners' => '', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 309 | 'simple_portfolio_drop_shadow' => '', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 310 | 'simple_portfolio_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 311 | 'simple_portfolio_loading_icon' => 'fg-loading-default', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 312 | |
| 313 | 'simple_portfolio_loaded_effect' => 'fg-loaded-swing-down', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 314 | 'simple_portfolio_instagram' => '', |
| 315 | |
| 316 | //Captions |
| 317 | 'simple_portfolio_captions_type' => '', |
| 318 | 'simple_portfolio_caption_title_source' => '', |
| 319 | 'simple_portfolio_caption_desc_source' => '', |
| 320 | 'simple_portfolio_captions_limit_length' => 'clamp', |
| 321 | 'simple_portfolio_caption_title_clamp' => '2', |
| 322 | 'simple_portfolio_caption_desc_clamp' => '2', |
| 323 | 'simple_portfolio_caption_alignment' => 'fg-c-c', |
| 324 | |
| 325 | //Hover Effects |
| 326 | 'simple_portfolio_hover_effect_caption_visibility' => 'fg-caption-always', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 327 | 'simple_portfolio_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 328 | 'simple_portfolio_hover_effect_icon' => 'fg-hover-plus3', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 329 | 'simple_portfolio_hover_effect_preset' => '', |
| 330 | 'simple_portfolio_hover_effect_scale' => '', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 331 | 'simple_portfolio_hover_effect_transition' => 'fg-hover-slide-down', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 332 | 'simple_portfolio_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 333 | 'simple_portfolio_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 334 | |
| 335 | //Filtering |
| 336 | 'simple_portfolio_filtering_type' => '', |
| 337 | |
| 338 | //Paging |
| 339 | 'simple_portfolio_paging_type' => '', |
| 340 | |
| 341 | //Advanced |
| 342 | 'simple_portfolio_state' => 'no', |
| 343 | 'simple_portfolio_custom_settings' => '', |
| 344 | 'simple_portfolio_lazyload' => '', |
| 345 | |
| 346 | //Video |
| 347 | 'simple_portfolio_video_autoplay' => 'yes', |
| 348 | 'simple_portfolio_video_hover_icon' => 'fg-video-default', |
| 349 | 'simple_portfolio_video_size' => '640x360', |
| 350 | 'simple_portfolio_video_sticky_icon' => '', |
| 351 | ), |
| 352 | ), |
| 353 | ), //Demo : Simple Portfolio |
| 354 | array( |
| 355 | 'key' => 'portfolio2', |
| 356 | 'post_title' => 'Demo : Simple Portfolio (Variation)', |
| 357 | 'post_status' => 'publish', |
| 358 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 359 | 'items' => array( 'demo6', 'demo1', 'demo2', 'demo3', 'demo4', 'demo5', 'demo7', 'demo8', 'demo9', 'demo10' ), |
| 360 | 'meta_input' => array( |
| 361 | FOOGALLERY_META_TEMPLATE => 'simple_portfolio', |
| 362 | FOOGALLERY_META_SETTINGS => array( |
| 363 | 'foogallery_items_view' => 'preview', |
| 364 | |
| 365 | //General |
| 366 | 'simple_portfolio_thumbnail_dimensions' => array( |
| 367 | 'width' => '220', |
| 368 | 'height' => '180', |
| 369 | ), |
| 370 | 'simple_portfolio_thumbnail_link' => 'image', |
| 371 | 'simple_portfolio_lightbox' => 'foogallery', |
| 372 | 'simple_portfolio_align' => 'center', |
| 373 | 'simple_portfolio_gutter' => '5', |
| 374 | |
| 375 | //Appearance |
| 376 | 'simple_portfolio_theme' => 'fg-transparent', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 377 | 'simple_portfolio_border_size' => '', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 378 | 'simple_portfolio_rounded_corners' => 'fg-round-large', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 379 | 'simple_portfolio_drop_shadow' => '', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 380 | 'simple_portfolio_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 381 | 'simple_portfolio_loading_icon' => 'fg-loading-default', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 382 | |
| 383 | 'simple_portfolio_loaded_effect' => 'fg-loaded-flip', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 384 | 'simple_portfolio_instagram' => '', |
| 385 | |
| 386 | //Captions |
| 387 | 'simple_portfolio_captions_type' => '', |
| 388 | 'simple_portfolio_caption_title_source' => '', |
| 389 | 'simple_portfolio_caption_desc_source' => 'none', |
| 390 | 'simple_portfolio_captions_limit_length' => 'clamp', |
| 391 | 'simple_portfolio_caption_title_clamp' => '1', |
| 392 | 'simple_portfolio_caption_desc_clamp' => '0', |
| 393 | 'simple_portfolio_caption_alignment' => 'fg-c-c', |
| 394 | |
| 395 | //Hover Effects |
| 396 | 'simple_portfolio_hover_effect_caption_visibility' => 'fg-caption-always', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 397 | 'simple_portfolio_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 398 | 'simple_portfolio_hover_effect_icon' => 'fg-hover-zoom2', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 399 | 'simple_portfolio_hover_effect_preset' => 'fg-custom', |
| 400 | 'simple_portfolio_hover_effect_scale' => 'fg-hover-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 401 | 'simple_portfolio_hover_effect_transition' => 'fg-hover-fade', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 402 | 'simple_portfolio_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 403 | 'simple_portfolio_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 404 | |
| 405 | //Filtering |
| 406 | 'simple_portfolio_filtering_type' => '', |
| 407 | |
| 408 | //Paging |
| 409 | 'simple_portfolio_paging_type' => '', |
| 410 | |
| 411 | //Advanced |
| 412 | 'simple_portfolio_state' => 'no', |
| 413 | 'simple_portfolio_custom_settings' => '', |
| 414 | 'simple_portfolio_lazyload' => '', |
| 415 | |
| 416 | //Video |
| 417 | 'simple_portfolio_video_autoplay' => 'yes', |
| 418 | 'simple_portfolio_video_hover_icon' => 'fg-video-default', |
| 419 | 'simple_portfolio_video_size' => '640x360', |
| 420 | 'simple_portfolio_video_sticky_icon' => '', |
| 421 | ), |
| 422 | ), |
| 423 | ), //Demo : Simple Portfolio : Variation |
| 424 | array( |
| 425 | 'key' => 'thumbnail', |
| 426 | 'post_title' => 'Demo : Single Thumbnail', |
| 427 | 'post_status' => 'publish', |
| 428 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 429 | 'items' => array( 'demo10', 'demo4', 'demo3', 'demo2', 'demo1', 'demo5', 'demo6', 'demo7', 'demo8', 'demo9' ), |
| 430 | 'meta_input' => array( |
| 431 | FOOGALLERY_META_TEMPLATE => 'thumbnail', |
| 432 | FOOGALLERY_META_SETTINGS => array( |
| 433 | 'foogallery_items_view' => 'preview', |
| 434 | |
| 435 | //General |
| 436 | 'thumbnail_thumbnail_dimensions' => array( |
| 437 | 'width' => '350', |
| 438 | 'height' => '250', |
| 439 | ), |
| 440 | 'thumbnail_show_as_stack' => 'fg-stacked', |
| 441 | 'thumbnail_thumbnail_link' => 'image', |
| 442 | 'thumbnail_lightbox' => 'foogallery', |
| 443 | 'thumbnail_align' => 'fg-center', |
| 444 | |
| 445 | //Appearance |
| 446 | 'thumbnail_theme' => 'fg-light', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 447 | 'thumbnail_border_size' => 'fg-border-medium', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 448 | 'thumbnail_rounded_corners' => 'fg-round-small', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 449 | 'thumbnail_drop_shadow' => 'fg-shadow-small', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 450 | 'thumbnail_inner_shadow' => 'fg-shadow-inset-medium',// options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 451 | 'thumbnail_loading_icon' => 'fg-loading-default', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 452 | |
| 453 | 'thumbnail_loaded_effect' => '', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 454 | 'thumbnail_instagram' => '', |
| 455 | |
| 456 | //Captions |
| 457 | 'thumbnail_captions_type' => '', |
| 458 | 'thumbnail_caption_title_source' => '', |
| 459 | 'thumbnail_caption_desc_source' => '', |
| 460 | 'thumbnail_captions_limit_length' => 'clamp', |
| 461 | 'thumbnail_caption_title_clamp' => '1', |
| 462 | 'thumbnail_caption_desc_clamp' => '1', |
| 463 | 'thumbnail_caption_alignment' => 'fg-c-c', |
| 464 | 'thumbnail_caption_title' => '{{gallery-title}}', |
| 465 | 'thumbnail_caption_description' => '{{gallery-count}} Images', |
| 466 | |
| 467 | |
| 468 | //Hover Effects |
| 469 | 'thumbnail_hover_effect_caption_visibility' => 'fg-caption-always', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 470 | 'thumbnail_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 471 | 'thumbnail_hover_effect_icon' => 'fg-hover-zoom4', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 472 | 'thumbnail_hover_effect_preset' => '', |
| 473 | 'thumbnail_hover_effect_scale' => 'fg-hover-semi-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 474 | 'thumbnail_hover_effect_transition' => 'fg-hover-fade', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 475 | 'thumbnail_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 476 | 'thumbnail_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 477 | |
| 478 | //Filtering |
| 479 | 'thumbnail_filtering_type' => '', |
| 480 | |
| 481 | //Paging |
| 482 | 'thumbnail_paging_type' => '', |
| 483 | |
| 484 | //Advanced |
| 485 | 'thumbnail_state' => 'no', |
| 486 | 'thumbnail_custom_settings' => '', |
| 487 | 'thumbnail_lazyload' => '', |
| 488 | |
| 489 | //Video |
| 490 | 'thumbnail_video_autoplay' => 'yes', |
| 491 | 'thumbnail_video_hover_icon' => 'fg-video-default', |
| 492 | 'thumbnail_video_size' => '640x360', |
| 493 | 'thumbnail_video_sticky_icon' => '', |
| 494 | ), |
| 495 | ), |
| 496 | ), //Demo : Single Thumbnail |
| 497 | array( |
| 498 | 'key' => 'carousel', |
| 499 | 'post_title' => 'Demo : Carousel', |
| 500 | 'post_status' => 'publish', |
| 501 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 502 | 'items' => array( 'demo7', 'demo1', 'demo2', 'demo3', 'demo4', 'demo5', 'demo7', 'demo8', 'demo9' ), |
| 503 | 'meta_input' => array( |
| 504 | FOOGALLERY_META_TEMPLATE => 'carousel', |
| 505 | FOOGALLERY_META_SETTINGS => array( |
| 506 | 'foogallery_items_view' => 'preview', |
| 507 | 'carousel_autoplay_interaction'=> 'pause', |
| 508 | 'carousel_autoplay_time' => '0', |
| 509 | 'carousel_centerOnClick'=> 'true', |
| 510 | 'carousel_maxItems'=> '5', |
| 511 | 'carousel_scale'=> '0.12', |
| 512 | 'carousel_gutter'=> |
| 513 | array( |
| 514 | 'min'=> '-40', |
| 515 | 'max'=> '-20', |
| 516 | 'units'=> '%', |
| 517 | ), |
| 518 | 'carousel_inverted'=> '', |
| 519 | |
| 520 | //General |
| 521 | 'carousel_thumbnail_dimensions' => array( |
| 522 | 'width' => '200', |
| 523 | 'height' => '200', |
| 524 | ), |
| 525 | 'carousel_thumbnail_link' => 'image', |
| 526 | 'carousel_lightbox' => 'foogallery', |
| 527 | |
| 528 | |
| 529 | //Appearance |
| 530 | 'carousel_theme' => 'fg-light', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 531 | 'carousel_border_size' => 'fg-border-medium', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 532 | 'carousel_rounded_corners' => 'fg-round-small', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 533 | 'carousel_drop_shadow' => 'fg-shadow-medium', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 534 | 'carousel_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 535 | 'carousel_loading_icon' => 'fg-loading-bars', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 536 | |
| 537 | 'carousel_loaded_effect' => 'fg-loaded-flip', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 538 | 'carousel_instagram' => '', |
| 539 | |
| 540 | //Captions |
| 541 | 'carousel_captions_type' => '', |
| 542 | 'carousel_caption_title_source' => '', |
| 543 | 'carousel_caption_desc_source' => 'none', |
| 544 | 'carousel_captions_limit_length' => 'clamp', |
| 545 | 'carousel_caption_title_clamp' => '1', |
| 546 | 'carousel_caption_desc_clamp' => '1', |
| 547 | |
| 548 | //Hover Effects |
| 549 | 'carousel_hover_effect_caption_visibility' => '', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 550 | 'carousel_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 551 | 'carousel_hover_effect_icon' => 'fg-hover-circle-plus2', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 552 | 'carousel_hover_effect_preset' => 'fg-custom', |
| 553 | 'carousel_hover_effect_scale' => 'fg-hover-semi-zoomed', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 554 | 'carousel_hover_effect_transition' => 'fg-hover-fade', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 555 | 'carousel_hover_effect_type' => 'normal', // options : 'none', 'normal', 'preset' |
| 556 | 'carousel_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 557 | |
| 558 | //Filtering |
| 559 | 'carousel_filtering_type' => '', |
| 560 | |
| 561 | //Paging |
| 562 | 'carousel_paging_type' => '', |
| 563 | |
| 564 | //Advanced |
| 565 | 'carousel_state' => 'no', |
| 566 | 'carousel_custom_settings' => '', |
| 567 | 'carousel_lazyload' => '', |
| 568 | |
| 569 | //Video |
| 570 | 'carousel_video_autoplay' => 'yes', |
| 571 | 'carousel_video_hover_icon' => 'fg-video-default', |
| 572 | 'carousel_video_size' => '640x360', |
| 573 | 'carousel_video_sticky_icon' => '', |
| 574 | ), |
| 575 | ), |
| 576 | ), //Demo : Carousel |
| 577 | array( |
| 578 | 'key' => 'carousel2', |
| 579 | 'post_title' => 'Demo : Carousel Logo Scroller', |
| 580 | 'post_status' => 'publish', |
| 581 | 'post_type' => FOOGALLERY_CPT_GALLERY, |
| 582 | 'items' => array( 'demo8', 'demo1', 'demo2', 'demo3', 'demo4', 'demo5', 'demo6', 'demo7', 'demo9' ), |
| 583 | 'meta_input' => array( |
| 584 | FOOGALLERY_META_TEMPLATE => 'carousel', |
| 585 | FOOGALLERY_META_SETTINGS => array( |
| 586 | 'foogallery_items_view' => 'preview', |
| 587 | 'carousel_autoplay_interaction'=> 'pause', |
| 588 | 'carousel_autoplay_time' => '2', |
| 589 | 'carousel_centerOnClick'=> 'true', |
| 590 | 'carousel_maxItems'=> '7', |
| 591 | 'carousel_scale'=> '0', |
| 592 | 'carousel_gutter'=> |
| 593 | array( |
| 594 | 'min'=> '20', |
| 595 | 'max'=> '20', |
| 596 | 'units'=> 'px', |
| 597 | ), |
| 598 | 'carousel_inverted'=> '', |
| 599 | 'carousel_show_pagination' => 'fg-carousel-hide-pagination', |
| 600 | 'carousel_show_progress' => 'fg-carousel-hide-progress-bar', |
| 601 | |
| 602 | //General |
| 603 | 'carousel_thumbnail_dimensions' => array( |
| 604 | 'width' => '100', |
| 605 | 'height' => '100', |
| 606 | ), |
| 607 | 'carousel_thumbnail_link' => 'none', |
| 608 | 'carousel_lightbox' => 'foogallery', |
| 609 | |
| 610 | |
| 611 | //Appearance |
| 612 | 'carousel_theme' => 'fg-light', // options : 'fg-light', 'fg-dark', 'fg-custom' |
| 613 | 'carousel_border_size' => '', // options : '', 'fg-border-thin', 'fg-border-medium', 'fg-border-thick' |
| 614 | 'carousel_rounded_corners' => 'fg-round-medium', // options : '', 'fg-round-small', 'fg-round-medium', 'fg-round-large', 'fg-round-full' |
| 615 | 'carousel_drop_shadow' => '', // options : '', 'fg-shadow-outline', 'fg-shadow-small', 'fg-shadow-medium', 'fg-shadow-large' |
| 616 | 'carousel_inner_shadow' => '', // options : '', 'fg-shadow-inset-small', 'fg-shadow-inset-medium', 'fg-shadow-inset-large' |
| 617 | 'carousel_loading_icon' => 'fg-loading-bars', // options : '', 'fg-loading-default', 'fg-loading-bars', 'fg-loading-dots', 'fg-loading-partial', 'fg-loading-pulse', 'fg-loading-trail', |
| 618 | |
| 619 | 'carousel_loaded_effect' => 'fg-loaded-flip', // options : 'fg-loaded-fade-in', 'fg-loaded-scale-up' |
| 620 | 'carousel_instagram' => '', |
| 621 | |
| 622 | //Captions |
| 623 | 'carousel_captions_type' => '', |
| 624 | 'carousel_caption_title_source' => '', |
| 625 | 'carousel_caption_desc_source' => 'none', |
| 626 | 'carousel_captions_limit_length' => 'clamp', |
| 627 | 'carousel_caption_title_clamp' => '1', |
| 628 | 'carousel_caption_desc_clamp' => '1', |
| 629 | 'carousel_caption_visibility_no_hover_effect' => '', |
| 630 | |
| 631 | //Hover Effects |
| 632 | 'carousel_hover_effect_caption_visibility' => '', // options : '', 'fg-caption-hover', 'fg-caption-always', 'fg-captions-bottom' |
| 633 | 'carousel_hover_effect_color' => '', // options : '', 'fg-hover-colorize', 'fg-hover-grayscale |
| 634 | 'carousel_hover_effect_icon' => '', // options : 'fg-hover-zoom', 'fg-hover-zoom2', 'fg-hover-zoom3', 'fg-hover-plus', 'fg-hover-circle-plus', 'fg-hover-eye', 'fg-hover-external' |
| 635 | 'carousel_hover_effect_preset' => '', |
| 636 | 'carousel_hover_effect_scale' => '', // options : '', 'fg-hover-scale', 'fg-hover-zoomed' |
| 637 | 'carousel_hover_effect_transition' => '', // options : 'fg-hover-instant', 'fg-hover-fade', 'fg-hover-slide-up', 'fg-hover-slide-down', 'fg-hover-slide-left', 'fg-hover-slide-right', 'fg-hover-push' |
| 638 | 'carousel_hover_effect_type' => 'none', // options : 'none', 'normal', 'preset' |
| 639 | 'carousel_caption_invert_color' => '', // options : '', 'fg-light-overlays', 'fg-transparent-overlays' |
| 640 | |
| 641 | //Filtering |
| 642 | 'carousel_filtering_type' => '', |
| 643 | |
| 644 | //Paging |
| 645 | 'carousel_paging_type' => '', |
| 646 | |
| 647 | //Advanced |
| 648 | 'carousel_state' => 'no', |
| 649 | 'carousel_custom_settings' => '', |
| 650 | 'carousel_lazyload' => '', |
| 651 | |
| 652 | //Video |
| 653 | 'carousel_video_autoplay' => 'yes', |
| 654 | 'carousel_video_hover_icon' => 'fg-video-default', |
| 655 | 'carousel_video_size' => '640x360', |
| 656 | 'carousel_video_sticky_icon' => '', |
| 657 | ), |
| 658 | ), |
| 659 | ), //Demo : Carousel Logo Scroller |
| 660 | ); |