"500px Settings", 'desc' => "Control settings for 500px", 'category' => "500px-settings", 'type' => "section",), array('name' => '500px.com API Access', 'desc' => '
[gallery type='500px' feature='xyz'].",
'grouping' => "500px-photos",
'type' => 'blurb',),
array('name' => "Photo Title Display",
'desc' => "How do you want the title of the photos?",
'id' => "500px_photo_title_display",
'grouping' => "500px-photos",
'type' => 'radio',
'options' => photonic_title_styles(),
'std' => "tooltip"),
array('name' => "Constrain Photos Per Row",
'desc' => "How do you want the control the number of photo thumbnails per row by default? This can be overridden by adding the 'columns' parameter to the 'gallery' shortcode.",
'id' => "500px_photos_per_row_constraint",
'grouping' => "500px-photos",
'type' => 'select',
'options' => array("padding" => "Fix the padding around the thumbnails",
"count" => "Fix the number of thumbnails per row",
),
'std' => "padding"),
array('name' => "Constrain by padding",
'desc' => " If you have constrained by padding above, enter the number of pixels here to pad the thumbs by",
'id' => "500px_photos_constrain_by_padding",
'grouping' => "500px-photos",
'type' => 'text',
'hint' => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.",
'std' => "15"),
array('name' => "Constrain by number of thumbnails",
'desc' => " If you have constrained by number of thumbnails per row above, enter the number of thumbnails",
'id' => "500px_photos_constrain_by_count",
'grouping' => "500px-photos",
'type' => 'select',
'options' => photonic_selection_range(1, 25),
'std' => 5),
array('name' => "Photo Thumbnail Border",
'desc' => "Setup the border of photo thumbnail when the photo is displayed as a part of a photoset or in a photo-stream. This is valid for the short-code usage [gallery type='500px' photoset_id='xyz'], or [gallery type='500px' user_id='abc' view='photos'].",
'id' => "500px_photo_thumb_border",
'grouping' => "500px-photos",
'type' => 'border',
'options' => array(),
'std' => photonic_default_border(),
),
array('name' => "Photo Thumbnail - Padding between border and image",
'desc' => "Setup the padding between the photo thumbnail and its border.",
'id' => "500px_photo_thumb_padding",
'grouping' => "500px-photos",
'type' => 'padding',
'options' => array(),
'std' => photonic_default_padding(),
),
array('name' => "Galleries",
'desc' => "Control settings for 500px Galleries when displayed in your page",
'category' => "500px-galleries",
'type' => "section",),
array('name' => "Constrain Photos Per Row",
'desc' => "How do you want the control the number of photo thumbnails per row by default? This can be overridden by adding the 'columns' parameter to the 'gallery' shortcode.",
'id' => "500px_gallery_photos_per_row_constraint",
'grouping' => "500px-galleries",
'type' => 'select',
'options' => array("padding" => "Fix the padding around the thumbnails",
"count" => "Fix the number of thumbnails per row",
),
'std' => "padding"),
array('name' => "Constrain by padding",
'desc' => " If you have constrained by padding above, enter the number of pixels here to pad the thumbs by",
'id' => "500px_gallery_photos_constrain_by_padding",
'grouping' => "500px-galleries",
'type' => 'text',
'hint' => "Enter the number of pixels here (don't enter 'px'). Non-integers will be ignored.",
'std' => "15"),
array('name' => "Constrain by number of thumbnails",
'desc' => " If you have constrained by number of thumbnails per row above, enter the number of thumbnails",
'id' => "500px_gallery_photos_constrain_by_count",
'grouping' => "500px-galleries",
'type' => 'select',
'options' => photonic_selection_range(1, 25),
'std' => 5),
array('name' => "Photo Title Display",
'desc' => "How do you want the title of the photos?",
'id' => "500px_gallery_photo_title_display",
'grouping' => "500px-galleries",
'type' => 'radio',
'options' => photonic_title_styles(),
'std' => "tooltip"),
);