Lasirena Group

'0', 'lockheight' => '1', 'height' => '500', 'maxheight' => '0', 'imageZoom' => 'FILL', 'autoSlideshow' => '1', 'slideshowDelay' => '10', 'thumbHeight' => '100', 'descrVisOnMouseover' => '1', 'wmode' => 'opaque', 'bgColor' => 'ffffff', 'imagesBgColor' => '000000', 'barsBgColor' => '000000', 'catButtonColor' => '75c30f', 'catButtonColorHover' => 'ffffff', 'scrollBarTrackColor' => '75c30f', 'scrollBarButtonColor' => 'f1f1f1', 'thumbBgColor' => 'ffffff', 'thumbLoaderColor' => '75c30f', 'imageTitleColor' => '75c30f', 'imageTitleFontSize' => '14', 'imageDescrColor' => 'ffffff', 'imageDescrFontSize' => '12', 'imageDescrBgColor' => '000000', 'imageDescrBgAlpha' => '85', 'customCSS' => '');$options_tree = array( array( 'label' => __('Common Settings', 'grand-media'), 'fields' => array( 'maxwidth' => array( 'label' => __('Max-Width', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="0"', 'text' => __('By default gallery width always 100%. Set the maximum width of the gallery (in pixels). Leave 0 to disable max-width.', 'grand-media') ), 'lockheight' => array( 'label' => __('Set height manually', 'grand-media'), 'tag' => 'checkbox', 'attr' => 'data-watch="change"', 'text' => __('By default a gallery automatically calculates own height to best fit the tallest image in a gallery.', 'grand-media') ), 'height' => array( 'label' => __('Height', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" min="0" data-lockheight="is:1"', 'text' => __('Set height of the gallery. Do not set % unless you know what you doing.', 'grand-media') ), 'maxheight' => array( 'label' => __('Max-Height', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="0" data-lockheight="is:0"', 'text' => __('Set the maximum height of the gallery. Leave 0 to disable max-height.', 'grand-media') ), 'imageZoom' => array( 'label' => __('Image Zoom', 'grand-media'), 'tag' => 'select', 'attr' => '', 'text' => __('Default value: Fill.', 'grand-media'), 'choices' => array( array( 'label' => __('Fill', 'grand-media'), 'value' => 'FILL' ), array( 'label' => __('Fit', 'grand-media'), 'value' => 'FIT' ) ) ), 'autoSlideshow' => array( 'label' => __('Automatic Slideshow (On/Off)', 'grand-media'), 'tag' => 'checkbox', 'attr' => '', 'text' => '' ), 'slideshowDelay' => array( 'label' => __('Slideshow Delay', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="1" max="60"', 'text' => __('Set delay between slides in seconds', 'grand-media') ), 'thumbHeight' => array( 'label' => __('Thumbnails Height', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="0" max="300"', 'text' => __('Set bottom thumbnails row height in pixels', 'grand-media') ), 'descrVisOnMouseover' => array( 'label' => __('Show Description', 'grand-media'), 'tag' => 'checkbox', 'attr' => '', 'text' => __('Show image description on mouseover', 'grand-media') ) /*, 'hitcounter' => array( 'label' => __('Count Image Views', 'grand-media'), 'tag' => 'checkbox', 'attr' => '', 'text' => '' )*/ ) ), array( 'label' => __('Colors and Fonts', 'grand-media'), 'fields' => array( 'wmode' => array( 'label' => __('Wmode for flash object', 'grand-media'), 'tag' => 'select', 'attr' => 'data-watch="change"', 'text' => __('Default value: Opaque. If \'transparent\' - "Background Color" option is ignored, but you can position the absolute elements over the flash', 'grand-media'), 'choices' => array( array( 'label' => __('Opaque', 'grand-media'), 'value' => 'opaque' ), array( 'label' => __('Window', 'grand-media'), 'value' => 'window' ), array( 'label' => __('Transparent', 'grand-media'), 'value' => 'transparent' ) ) ), 'bgColor' => array( 'label' => __('Background Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color" data-wmode="not:transparent"', 'text' => __('Set gallery background color', 'grand-media') ), 'imagesBgColor' => array( 'label' => __('Images Background Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('Set loading images background color', 'grand-media') ), 'barsBgColor' => array( 'label' => __('Bars Background Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('Background color for Menu bar, Thumbnails bar and Scroll bar', 'grand-media') ), 'catButtonColor' => array( 'label' => __('Menu Bar Buttons Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => '' ), 'catButtonColorHover' => array( 'label' => __('Menu Bar Buttons Color on Mouseover', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => '' ), 'scrollBarTrackColor' => array( 'label' => __('Scroll Bar Track Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => '' ), 'scrollBarButtonColor' => array( 'label' => __('Scroll Bar Button Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => '' ), 'thumbBgColor' => array( 'label' => __('Thumbnail BG Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('Background of the thumbnail placeholder while thumbnail is loading', 'grand-media') ), 'thumbLoaderColor' => array( 'label' => __('Thumbnail Loader Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => '' ), 'imageTitleColor' => array( 'label' => __('Image Title Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('Color for image title text', 'grand-media') ), 'imageTitleFontSize' => array( 'label' => __('Image Title Font Size', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="10" max="30"', 'text' => '' ), 'imageDescrColor' => array( 'label' => __('Image Description Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('Color for image description text', 'grand-media') ), 'imageDescrFontSize' => array( 'label' => __('Image Description Font Size', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="10" max="30"', 'text' => '' ), 'imageDescrBgColor' => array( 'label' => __('Image Description BG Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('Background color for the description pane that appears on mouseover', 'grand-media') ), 'imageDescrBgAlpha' => array( 'label' => __('Image Description Background Alpha', 'grand-media'), 'tag' => 'input', 'attr' => 'type="number" min="0" max="100" step="5"', 'text' => __('Opacity of the description pane background', 'grand-media') ) /*, 'backButtonTextColor' => array( 'label' => __('Back Button Text Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'text' => __('(only for Full Window template). Default: ffffff', 'grand-media') ), 'backButtonBgColor' => array( 'label' => __('Back Button Background Color', 'grand-media'), 'tag' => 'input', 'attr' => 'type="text" data-type="color"', 'desc' => __('(only for Full Window template). Default: 000000', 'grand-media') )*/ ) ), array( 'label' => __('Advanced Settings', 'grand-media'), 'fields' => array( 'customCSS' => array( 'label' => __('Custom CSS', 'grand-media'), 'tag' => 'textarea', 'attr' => 'cols="20" rows="10"', 'text' => __('You can enter custom style rules into this box if you\'d like. IE: a{color: red !important;}
This is an advanced option! This is not recommended for users not fluent in CSS... but if you do know CSS, anything you add here will override the default styles', 'grand-media') ) /*, 'loveLink' => array( 'label' => __('Display LoveLink?', 'grand-media'), 'tag' => 'checkbox', 'attr' => '', 'text' => __('Selecting "Yes" will show the lovelink icon (codeasily.com) somewhere on the gallery', 'grand-media') )*/ ) ));

er1-191

er1-182

er1-185

er1-186

Related posts