Version Description
- Changed: Default options and theme.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.3.69 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.68 to 1.3.69
- framework/BWGOptions.php +11 -11
- images/ajax_loader.gif +0 -0
- photo-gallery.php +5 -1022
- readme.txt +4 -1
framework/BWGOptions.php
CHANGED
|
@@ -11,8 +11,8 @@ class WD_BWG_Options {
|
|
| 11 |
public $mosaic_total_width = 100;
|
| 12 |
public $image_column_number = 5;
|
| 13 |
public $images_per_page = 30;
|
| 14 |
-
public $thumb_width =
|
| 15 |
-
public $thumb_height =
|
| 16 |
public $upload_thumb_width = 500;
|
| 17 |
public $upload_thumb_height = 500;
|
| 18 |
public $image_enable_page = 1;
|
|
@@ -23,10 +23,10 @@ class WD_BWG_Options {
|
|
| 23 |
public $album_column_number = 5;
|
| 24 |
public $albums_per_page = 30;
|
| 25 |
public $album_title_show_hover = 'hover';
|
| 26 |
-
public $album_thumb_width =
|
| 27 |
-
public $album_thumb_height =
|
| 28 |
public $album_enable_page = 1;
|
| 29 |
-
public $extended_album_height =
|
| 30 |
public $extended_album_description_enable = 1;
|
| 31 |
|
| 32 |
public $image_browser_width = 800;
|
|
@@ -46,7 +46,7 @@ class WD_BWG_Options {
|
|
| 46 |
public $slideshow_enable_autoplay = 0;
|
| 47 |
public $slideshow_enable_shuffle = 0;
|
| 48 |
public $slideshow_enable_ctrl = 1;
|
| 49 |
-
public $slideshow_enable_filmstrip =
|
| 50 |
public $slideshow_filmstrip_height = 90;
|
| 51 |
public $slideshow_enable_title = 0;
|
| 52 |
public $slideshow_title_position = 'top-right';
|
|
@@ -59,8 +59,8 @@ class WD_BWG_Options {
|
|
| 59 |
public $popup_width = 800;
|
| 60 |
public $popup_height = 500;
|
| 61 |
public $popup_type = 'fade';
|
| 62 |
-
public $popup_interval = 5;
|
| 63 |
-
public $popup_enable_filmstrip =
|
| 64 |
public $popup_filmstrip_height = 70;
|
| 65 |
public $popup_enable_ctrl_btn = 1;
|
| 66 |
public $popup_enable_fullscreen = 1;
|
|
@@ -73,7 +73,7 @@ class WD_BWG_Options {
|
|
| 73 |
public $popup_enable_twitter = 1;
|
| 74 |
public $popup_enable_google = 1;
|
| 75 |
public $popup_enable_ecommerce = 1;
|
| 76 |
-
public $popup_effect_duration = 1;
|
| 77 |
|
| 78 |
public $watermark_type = 'none';
|
| 79 |
public $watermark_position = 'bottom-left';
|
|
@@ -98,7 +98,7 @@ class WD_BWG_Options {
|
|
| 98 |
public $built_in_watermark_opacity = 30;
|
| 99 |
|
| 100 |
public $image_right_click = 0;
|
| 101 |
-
public $popup_fullscreen =
|
| 102 |
public $gallery_role = 0;
|
| 103 |
public $album_role = 0;
|
| 104 |
public $image_role = 0;
|
|
@@ -131,7 +131,7 @@ class WD_BWG_Options {
|
|
| 131 |
public $instagram_access_token = '';
|
| 132 |
public $description_tb = 0;
|
| 133 |
public $enable_seo = 1;
|
| 134 |
-
public $autohide_lightbox_navigation =
|
| 135 |
public $autohide_slideshow_navigation = 1;
|
| 136 |
public $read_metadata = 1;
|
| 137 |
public $enable_loop = 1;
|
| 11 |
public $mosaic_total_width = 100;
|
| 12 |
public $image_column_number = 5;
|
| 13 |
public $images_per_page = 30;
|
| 14 |
+
public $thumb_width = 250;
|
| 15 |
+
public $thumb_height = 140;
|
| 16 |
public $upload_thumb_width = 500;
|
| 17 |
public $upload_thumb_height = 500;
|
| 18 |
public $image_enable_page = 1;
|
| 23 |
public $album_column_number = 5;
|
| 24 |
public $albums_per_page = 30;
|
| 25 |
public $album_title_show_hover = 'hover';
|
| 26 |
+
public $album_thumb_width = 250;
|
| 27 |
+
public $album_thumb_height = 140;
|
| 28 |
public $album_enable_page = 1;
|
| 29 |
+
public $extended_album_height = 200;
|
| 30 |
public $extended_album_description_enable = 1;
|
| 31 |
|
| 32 |
public $image_browser_width = 800;
|
| 46 |
public $slideshow_enable_autoplay = 0;
|
| 47 |
public $slideshow_enable_shuffle = 0;
|
| 48 |
public $slideshow_enable_ctrl = 1;
|
| 49 |
+
public $slideshow_enable_filmstrip = 1;
|
| 50 |
public $slideshow_filmstrip_height = 90;
|
| 51 |
public $slideshow_enable_title = 0;
|
| 52 |
public $slideshow_title_position = 'top-right';
|
| 59 |
public $popup_width = 800;
|
| 60 |
public $popup_height = 500;
|
| 61 |
public $popup_type = 'fade';
|
| 62 |
+
public $popup_interval = 2.5;
|
| 63 |
+
public $popup_enable_filmstrip = 1;
|
| 64 |
public $popup_filmstrip_height = 70;
|
| 65 |
public $popup_enable_ctrl_btn = 1;
|
| 66 |
public $popup_enable_fullscreen = 1;
|
| 73 |
public $popup_enable_twitter = 1;
|
| 74 |
public $popup_enable_google = 1;
|
| 75 |
public $popup_enable_ecommerce = 1;
|
| 76 |
+
public $popup_effect_duration = 0.1;
|
| 77 |
|
| 78 |
public $watermark_type = 'none';
|
| 79 |
public $watermark_position = 'bottom-left';
|
| 98 |
public $built_in_watermark_opacity = 30;
|
| 99 |
|
| 100 |
public $image_right_click = 0;
|
| 101 |
+
public $popup_fullscreen = 1;
|
| 102 |
public $gallery_role = 0;
|
| 103 |
public $album_role = 0;
|
| 104 |
public $image_role = 0;
|
| 131 |
public $instagram_access_token = '';
|
| 132 |
public $description_tb = 0;
|
| 133 |
public $enable_seo = 1;
|
| 134 |
+
public $autohide_lightbox_navigation = 0;
|
| 135 |
public $autohide_slideshow_navigation = 1;
|
| 136 |
public $read_metadata = 1;
|
| 137 |
public $enable_loop = 1;
|
images/ajax_loader.gif
CHANGED
|
Binary file
|
photo-gallery.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: Photo Gallery
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
| 6 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
| 7 |
-
* Version: 1.3.
|
| 8 |
* Author: Photo Gallery Team
|
| 9 |
* Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -468,1025 +468,8 @@ function bwg_activate() {
|
|
| 468 |
$wpdb->query($bwg_image_rate);
|
| 469 |
|
| 470 |
$exists_default = $wpdb->get_var('SELECT count(id) FROM ' . $wpdb->prefix . 'bwg_theme');
|
| 471 |
-
$theme1 = array(
|
| 472 |
-
'thumb_margin' => 4,
|
| 473 |
-
'thumb_padding' => 0,
|
| 474 |
-
'thumb_border_radius' => '0',
|
| 475 |
-
'thumb_border_width' => 0,
|
| 476 |
-
'thumb_border_style' => 'none',
|
| 477 |
-
'thumb_border_color' => 'CCCCCC',
|
| 478 |
-
'thumb_bg_color' => 'FFFFFF',
|
| 479 |
-
'thumbs_bg_color' => 'FFFFFF',
|
| 480 |
-
'thumb_bg_transparent' => 0,
|
| 481 |
-
'thumb_box_shadow' => '0px 0px 0px #888888',
|
| 482 |
-
'thumb_transparent' => 100,
|
| 483 |
-
'thumb_align' => 'center',
|
| 484 |
-
'thumb_hover_effect' => 'scale',
|
| 485 |
-
'thumb_hover_effect_value' => '1.1',
|
| 486 |
-
'thumb_transition' => 1,
|
| 487 |
-
'thumb_title_font_color' => 'CCCCCC',
|
| 488 |
-
'thumb_title_font_style' => 'segoe ui',
|
| 489 |
-
'thumb_title_pos' => 'bottom',
|
| 490 |
-
'thumb_title_font_size' => 16,
|
| 491 |
-
'thumb_title_font_weight' => 'bold',
|
| 492 |
-
'thumb_title_margin' => '2px',
|
| 493 |
-
'thumb_title_shadow' => '0px 0px 0px #888888',
|
| 494 |
-
'thumb_gal_title_font_color' => 'CCCCCC',
|
| 495 |
-
'thumb_gal_title_font_style' => 'segoe ui',
|
| 496 |
-
'thumb_gal_title_font_size' => 16,
|
| 497 |
-
'thumb_gal_title_font_weight' => 'bold',
|
| 498 |
-
'thumb_gal_title_margin' => '2px',
|
| 499 |
-
'thumb_gal_title_shadow' => '0px 0px 0px #888888',
|
| 500 |
-
'thumb_gal_title_align' => 'center',
|
| 501 |
-
|
| 502 |
-
'page_nav_position' => 'bottom',
|
| 503 |
-
'page_nav_align' => 'center',
|
| 504 |
-
'page_nav_number' => 0,
|
| 505 |
-
'page_nav_font_size' => 12,
|
| 506 |
-
'page_nav_font_style' => 'segoe ui',
|
| 507 |
-
'page_nav_font_color' => '666666',
|
| 508 |
-
'page_nav_font_weight' => 'bold',
|
| 509 |
-
'page_nav_border_width' => 1,
|
| 510 |
-
'page_nav_border_style' => 'solid',
|
| 511 |
-
'page_nav_border_color' => 'E3E3E3',
|
| 512 |
-
'page_nav_border_radius' => '0',
|
| 513 |
-
'page_nav_margin' => '0',
|
| 514 |
-
'page_nav_padding' => '3px 6px',
|
| 515 |
-
'page_nav_button_bg_color' => 'FFFFFF',
|
| 516 |
-
'page_nav_button_bg_transparent' => 100,
|
| 517 |
-
'page_nav_box_shadow' => '0',
|
| 518 |
-
'page_nav_button_transition' => 1,
|
| 519 |
-
'page_nav_button_text' => 0,
|
| 520 |
-
|
| 521 |
-
'lightbox_overlay_bg_color' => '000000',
|
| 522 |
-
'lightbox_overlay_bg_transparent' => 70,
|
| 523 |
-
'lightbox_bg_color' => '000000',
|
| 524 |
-
'lightbox_ctrl_btn_pos' => 'bottom',
|
| 525 |
-
'lightbox_ctrl_btn_align' => 'center',
|
| 526 |
-
'lightbox_ctrl_btn_height' => 20,
|
| 527 |
-
'lightbox_ctrl_btn_margin_top' => 10,
|
| 528 |
-
'lightbox_ctrl_btn_margin_left' => 7,
|
| 529 |
-
'lightbox_ctrl_btn_transparent' => 100,
|
| 530 |
-
'lightbox_ctrl_btn_color' => 'FFFFFF',
|
| 531 |
-
'lightbox_toggle_btn_height' => 14,
|
| 532 |
-
'lightbox_toggle_btn_width' => 100,
|
| 533 |
-
'lightbox_ctrl_cont_bg_color' => '000000',
|
| 534 |
-
'lightbox_ctrl_cont_transparent' => 65,
|
| 535 |
-
'lightbox_ctrl_cont_border_radius' => 4,
|
| 536 |
-
'lightbox_close_btn_transparent' => 100,
|
| 537 |
-
'lightbox_close_btn_bg_color' => '000000',
|
| 538 |
-
'lightbox_close_btn_border_width' => 2,
|
| 539 |
-
'lightbox_close_btn_border_radius' => '16px',
|
| 540 |
-
'lightbox_close_btn_border_style' => 'none',
|
| 541 |
-
'lightbox_close_btn_border_color' => 'FFFFFF',
|
| 542 |
-
'lightbox_close_btn_box_shadow' => '0',
|
| 543 |
-
'lightbox_close_btn_color' => 'FFFFFF',
|
| 544 |
-
'lightbox_close_btn_size' => 10,
|
| 545 |
-
'lightbox_close_btn_width' => 20,
|
| 546 |
-
'lightbox_close_btn_height' => 20,
|
| 547 |
-
'lightbox_close_btn_top' => '-10',
|
| 548 |
-
'lightbox_close_btn_right' => '-10',
|
| 549 |
-
'lightbox_close_btn_full_color' => 'FFFFFF',
|
| 550 |
-
'lightbox_rl_btn_bg_color' => '000000',
|
| 551 |
-
'lightbox_rl_btn_border_radius' => '20px',
|
| 552 |
-
'lightbox_rl_btn_border_width' => 0,
|
| 553 |
-
'lightbox_rl_btn_border_style' => 'none',
|
| 554 |
-
'lightbox_rl_btn_border_color' => 'FFFFFF',
|
| 555 |
-
'lightbox_rl_btn_box_shadow' => '',
|
| 556 |
-
'lightbox_rl_btn_color' => 'FFFFFF',
|
| 557 |
-
'lightbox_rl_btn_height' => 40,
|
| 558 |
-
'lightbox_rl_btn_width' => 40,
|
| 559 |
-
'lightbox_rl_btn_size' => 20,
|
| 560 |
-
'lightbox_close_rl_btn_hover_color' => 'CCCCCC',
|
| 561 |
-
'lightbox_comment_pos' => 'left',
|
| 562 |
-
'lightbox_comment_width' => 400,
|
| 563 |
-
'lightbox_comment_bg_color' => '000000',
|
| 564 |
-
'lightbox_comment_font_color' => 'CCCCCC',
|
| 565 |
-
'lightbox_comment_font_style' => 'segoe ui',
|
| 566 |
-
'lightbox_comment_font_size' => 12,
|
| 567 |
-
'lightbox_comment_button_bg_color' => '616161',
|
| 568 |
-
'lightbox_comment_button_border_color' => '666666',
|
| 569 |
-
'lightbox_comment_button_border_width' => 1,
|
| 570 |
-
'lightbox_comment_button_border_style' => 'none',
|
| 571 |
-
'lightbox_comment_button_border_radius' => '3px',
|
| 572 |
-
'lightbox_comment_button_padding' => '3px 10px',
|
| 573 |
-
'lightbox_comment_input_bg_color' => '333333',
|
| 574 |
-
'lightbox_comment_input_border_color' => '666666',
|
| 575 |
-
'lightbox_comment_input_border_width' => 1,
|
| 576 |
-
'lightbox_comment_input_border_style' => 'none',
|
| 577 |
-
'lightbox_comment_input_border_radius' => '0',
|
| 578 |
-
'lightbox_comment_input_padding' => '2px',
|
| 579 |
-
'lightbox_comment_separator_width' => 1,
|
| 580 |
-
'lightbox_comment_separator_style' => 'solid',
|
| 581 |
-
'lightbox_comment_separator_color' => '383838',
|
| 582 |
-
'lightbox_comment_author_font_size' => 14,
|
| 583 |
-
'lightbox_comment_date_font_size' => 10,
|
| 584 |
-
'lightbox_comment_body_font_size' => 12,
|
| 585 |
-
'lightbox_comment_share_button_color' => 'CCCCCC',
|
| 586 |
-
'lightbox_filmstrip_pos' => 'top',
|
| 587 |
-
'lightbox_filmstrip_rl_bg_color' => '3B3B3B',
|
| 588 |
-
'lightbox_filmstrip_rl_btn_size' => 20,
|
| 589 |
-
'lightbox_filmstrip_rl_btn_color' => 'FFFFFF',
|
| 590 |
-
'lightbox_filmstrip_thumb_margin' => '0 1px',
|
| 591 |
-
'lightbox_filmstrip_thumb_border_width' => 1,
|
| 592 |
-
'lightbox_filmstrip_thumb_border_style' => 'solid',
|
| 593 |
-
'lightbox_filmstrip_thumb_border_color' => '000000',
|
| 594 |
-
'lightbox_filmstrip_thumb_border_radius' => '0',
|
| 595 |
-
'lightbox_filmstrip_thumb_deactive_transparent' => 80,
|
| 596 |
-
'lightbox_filmstrip_thumb_active_border_width' => 0,
|
| 597 |
-
'lightbox_filmstrip_thumb_active_border_color' => 'FFFFFF',
|
| 598 |
-
'lightbox_rl_btn_style' => 'fa-chevron',
|
| 599 |
-
'lightbox_rl_btn_transparent' => 80,
|
| 600 |
-
'lightbox_bg_transparent' => 100,
|
| 601 |
-
|
| 602 |
-
'album_compact_back_font_color' => '000000',
|
| 603 |
-
'album_compact_back_font_style' => 'segoe ui',
|
| 604 |
-
'album_compact_back_font_size' => 16,
|
| 605 |
-
'album_compact_back_font_weight' => 'bold',
|
| 606 |
-
'album_compact_back_padding' => '0',
|
| 607 |
-
'album_compact_title_font_color' => 'CCCCCC',
|
| 608 |
-
'album_compact_title_font_style' => 'segoe ui',
|
| 609 |
-
'album_compact_thumb_title_pos' => 'bottom',
|
| 610 |
-
'album_compact_title_font_size' => 16,
|
| 611 |
-
'album_compact_title_font_weight' => 'bold',
|
| 612 |
-
'album_compact_title_margin' => '2px',
|
| 613 |
-
'album_compact_title_shadow' => '0px 0px 0px #888888',
|
| 614 |
-
'album_compact_thumb_margin' => 4,
|
| 615 |
-
'album_compact_thumb_padding' => 0,
|
| 616 |
-
'album_compact_thumb_border_radius' => '0',
|
| 617 |
-
'album_compact_thumb_border_width' => 0,
|
| 618 |
-
'album_compact_thumb_border_style' => 'none',
|
| 619 |
-
'album_compact_thumb_border_color' => 'CCCCCC',
|
| 620 |
-
'album_compact_thumb_bg_color' => 'FFFFFF',
|
| 621 |
-
'album_compact_thumbs_bg_color' => 'FFFFFF',
|
| 622 |
-
'album_compact_thumb_bg_transparent' => 0,
|
| 623 |
-
'album_compact_thumb_box_shadow' => '0px 0px 0px #888888',
|
| 624 |
-
'album_compact_thumb_transparent' => 100,
|
| 625 |
-
'album_compact_thumb_align' => 'center',
|
| 626 |
-
'album_compact_thumb_hover_effect' => 'scale',
|
| 627 |
-
'album_compact_thumb_hover_effect_value' => '1.1',
|
| 628 |
-
'album_compact_thumb_transition' => 0,
|
| 629 |
-
'album_compact_gal_title_font_color' => 'CCCCCC',
|
| 630 |
-
'album_compact_gal_title_font_style' => 'segoe ui',
|
| 631 |
-
'album_compact_gal_title_font_size' => 16,
|
| 632 |
-
'album_compact_gal_title_font_weight' => 'bold',
|
| 633 |
-
'album_compact_gal_title_margin' => '2px',
|
| 634 |
-
'album_compact_gal_title_shadow' => '0px 0px 0px #888888',
|
| 635 |
-
'album_compact_gal_title_align' => 'center',
|
| 636 |
-
|
| 637 |
-
'album_extended_thumb_margin' => 2,
|
| 638 |
-
'album_extended_thumb_padding' => 0,
|
| 639 |
-
'album_extended_thumb_border_radius' => '0',
|
| 640 |
-
'album_extended_thumb_border_width' => 0,
|
| 641 |
-
'album_extended_thumb_border_style' => 'none',
|
| 642 |
-
'album_extended_thumb_border_color' => 'CCCCCC',
|
| 643 |
-
'album_extended_thumb_bg_color' => 'FFFFFF',
|
| 644 |
-
'album_extended_thumbs_bg_color' => 'FFFFFF',
|
| 645 |
-
'album_extended_thumb_bg_transparent' => 0,
|
| 646 |
-
'album_extended_thumb_box_shadow' => '',
|
| 647 |
-
'album_extended_thumb_transparent' => 100,
|
| 648 |
-
'album_extended_thumb_align' => 'left',
|
| 649 |
-
'album_extended_thumb_hover_effect' => 'scale',
|
| 650 |
-
'album_extended_thumb_hover_effect_value' => '1.1',
|
| 651 |
-
'album_extended_thumb_transition' => 0,
|
| 652 |
-
'album_extended_back_font_color' => '000000',
|
| 653 |
-
'album_extended_back_font_style' => 'segoe ui',
|
| 654 |
-
'album_extended_back_font_size' => 20,
|
| 655 |
-
'album_extended_back_font_weight' => 'bold',
|
| 656 |
-
'album_extended_back_padding' => '0',
|
| 657 |
-
'album_extended_div_bg_color' => 'FFFFFF',
|
| 658 |
-
'album_extended_div_bg_transparent' => 0,
|
| 659 |
-
'album_extended_div_border_radius' => '0 0 0 0',
|
| 660 |
-
'album_extended_div_margin' => '0 0 5px 0',
|
| 661 |
-
'album_extended_div_padding' => 10,
|
| 662 |
-
'album_extended_div_separator_width' => 1,
|
| 663 |
-
'album_extended_div_separator_style' => 'solid',
|
| 664 |
-
'album_extended_div_separator_color' => 'E0E0E0',
|
| 665 |
-
'album_extended_thumb_div_bg_color' => 'FFFFFF',
|
| 666 |
-
'album_extended_thumb_div_border_radius' => '0',
|
| 667 |
-
'album_extended_thumb_div_border_width' => 1,
|
| 668 |
-
'album_extended_thumb_div_border_style' => 'solid',
|
| 669 |
-
'album_extended_thumb_div_border_color' => 'E8E8E8',
|
| 670 |
-
'album_extended_thumb_div_padding' => '5px',
|
| 671 |
-
'album_extended_text_div_bg_color' => 'FFFFFF',
|
| 672 |
-
'album_extended_text_div_border_radius' => '0',
|
| 673 |
-
'album_extended_text_div_border_width' => 1,
|
| 674 |
-
'album_extended_text_div_border_style' => 'solid',
|
| 675 |
-
'album_extended_text_div_border_color' => 'E8E8E8',
|
| 676 |
-
'album_extended_text_div_padding' => '5px',
|
| 677 |
-
'album_extended_title_span_border_width' => 1,
|
| 678 |
-
'album_extended_title_span_border_style' => 'none',
|
| 679 |
-
'album_extended_title_span_border_color' => 'CCCCCC',
|
| 680 |
-
'album_extended_title_font_color' => '000000',
|
| 681 |
-
'album_extended_title_font_style' => 'segoe ui',
|
| 682 |
-
'album_extended_title_font_size' => 16,
|
| 683 |
-
'album_extended_title_font_weight' => 'bold',
|
| 684 |
-
'album_extended_title_margin_bottom' => 2,
|
| 685 |
-
'album_extended_title_padding' => '2px',
|
| 686 |
-
'album_extended_desc_span_border_width' => 1,
|
| 687 |
-
'album_extended_desc_span_border_style' => 'none',
|
| 688 |
-
'album_extended_desc_span_border_color' => 'CCCCCC',
|
| 689 |
-
'album_extended_desc_font_color' => '000000',
|
| 690 |
-
'album_extended_desc_font_style' => 'segoe ui',
|
| 691 |
-
'album_extended_desc_font_size' => 14,
|
| 692 |
-
'album_extended_desc_font_weight' => 'normal',
|
| 693 |
-
'album_extended_desc_padding' => '2px',
|
| 694 |
-
'album_extended_desc_more_color' => 'F2D22E',
|
| 695 |
-
'album_extended_desc_more_size' => 12,
|
| 696 |
-
'album_extended_gal_title_font_color' => 'CCCCCC',
|
| 697 |
-
'album_extended_gal_title_font_style' => 'segoe ui',
|
| 698 |
-
'album_extended_gal_title_font_size' => 16,
|
| 699 |
-
'album_extended_gal_title_font_weight' => 'bold',
|
| 700 |
-
'album_extended_gal_title_margin' => '2px',
|
| 701 |
-
'album_extended_gal_title_shadow' => '0px 0px 0px #888888',
|
| 702 |
-
'album_extended_gal_title_align' => 'center',
|
| 703 |
-
|
| 704 |
-
'masonry_thumb_padding' => 4,
|
| 705 |
-
'masonry_thumb_border_radius' => '0',
|
| 706 |
-
'masonry_thumb_border_width' => 0,
|
| 707 |
-
'masonry_thumb_border_style' => 'none',
|
| 708 |
-
'masonry_thumb_border_color' => 'CCCCCC',
|
| 709 |
-
'masonry_thumbs_bg_color' => 'FFFFFF',
|
| 710 |
-
'masonry_thumb_bg_transparent' => 0,
|
| 711 |
-
'masonry_thumb_transparent' => 100,
|
| 712 |
-
'masonry_thumb_align' => 'center',
|
| 713 |
-
'masonry_thumb_hover_effect' => 'scale',
|
| 714 |
-
'masonry_thumb_hover_effect_value' => '1.1',
|
| 715 |
-
'masonry_thumb_transition' => 0,
|
| 716 |
-
'masonry_thumb_gal_title_font_color' => 'CCCCCC',
|
| 717 |
-
'masonry_thumb_gal_title_font_style' => 'segoe ui',
|
| 718 |
-
'masonry_thumb_gal_title_font_size' => 16,
|
| 719 |
-
'masonry_thumb_gal_title_font_weight' => 'bold',
|
| 720 |
-
'masonry_thumb_gal_title_margin' => '2px',
|
| 721 |
-
'masonry_thumb_gal_title_shadow' => '0px 0px 0px #888888',
|
| 722 |
-
'masonry_thumb_gal_title_align' => 'center',
|
| 723 |
-
|
| 724 |
-
'slideshow_cont_bg_color' => '000000',
|
| 725 |
-
'slideshow_close_btn_transparent' => 100,
|
| 726 |
-
'slideshow_rl_btn_bg_color' => '000000',
|
| 727 |
-
'slideshow_rl_btn_border_radius' => '20px',
|
| 728 |
-
'slideshow_rl_btn_border_width' => 0,
|
| 729 |
-
'slideshow_rl_btn_border_style' => 'none',
|
| 730 |
-
'slideshow_rl_btn_border_color' => 'FFFFFF',
|
| 731 |
-
'slideshow_rl_btn_box_shadow' => '0px 0px 0px #000000',
|
| 732 |
-
'slideshow_rl_btn_color' => 'FFFFFF',
|
| 733 |
-
'slideshow_rl_btn_height' => 40,
|
| 734 |
-
'slideshow_rl_btn_size' => 20,
|
| 735 |
-
'slideshow_rl_btn_width' => 40,
|
| 736 |
-
'slideshow_close_rl_btn_hover_color' => 'CCCCCC',
|
| 737 |
-
'slideshow_filmstrip_pos' => 'top',
|
| 738 |
-
'slideshow_filmstrip_thumb_border_width' => 1,
|
| 739 |
-
'slideshow_filmstrip_thumb_border_style' => 'solid',
|
| 740 |
-
'slideshow_filmstrip_thumb_border_color' => '000000',
|
| 741 |
-
'slideshow_filmstrip_thumb_border_radius' => '0',
|
| 742 |
-
'slideshow_filmstrip_thumb_margin' => '0 1px',
|
| 743 |
-
'slideshow_filmstrip_thumb_active_border_width' => 0,
|
| 744 |
-
'slideshow_filmstrip_thumb_active_border_color' => 'FFFFFF',
|
| 745 |
-
'slideshow_filmstrip_thumb_deactive_transparent' => 80,
|
| 746 |
-
'slideshow_filmstrip_rl_bg_color' => '3B3B3B',
|
| 747 |
-
'slideshow_filmstrip_rl_btn_color' => 'FFFFFF',
|
| 748 |
-
'slideshow_filmstrip_rl_btn_size' => 20,
|
| 749 |
-
'slideshow_title_font_size' => 16,
|
| 750 |
-
'slideshow_title_font' => 'segoe ui',
|
| 751 |
-
'slideshow_title_color' => 'FFFFFF',
|
| 752 |
-
'slideshow_title_opacity' => 70,
|
| 753 |
-
'slideshow_title_border_radius' => '5px',
|
| 754 |
-
'slideshow_title_background_color' => '000000',
|
| 755 |
-
'slideshow_title_padding' => '0 0 0 0',
|
| 756 |
-
'slideshow_description_font_size' => 14,
|
| 757 |
-
'slideshow_description_font' => 'segoe ui',
|
| 758 |
-
'slideshow_description_color' => 'FFFFFF',
|
| 759 |
-
'slideshow_description_opacity' => 70,
|
| 760 |
-
'slideshow_description_border_radius' => '0',
|
| 761 |
-
'slideshow_description_background_color' => '000000',
|
| 762 |
-
'slideshow_description_padding' => '5px 10px 5px 10px',
|
| 763 |
-
'slideshow_dots_width' => 12,
|
| 764 |
-
'slideshow_dots_height' => 12,
|
| 765 |
-
'slideshow_dots_border_radius' => '5px',
|
| 766 |
-
'slideshow_dots_background_color' => 'F2D22E',
|
| 767 |
-
'slideshow_dots_margin' => 3,
|
| 768 |
-
'slideshow_dots_active_background_color' => 'FFFFFF',
|
| 769 |
-
'slideshow_dots_active_border_width' => 1,
|
| 770 |
-
'slideshow_dots_active_border_color' => '000000',
|
| 771 |
-
'slideshow_play_pause_btn_size' => 60,
|
| 772 |
-
'slideshow_rl_btn_style' => 'fa-chevron',
|
| 773 |
-
|
| 774 |
-
'blog_style_margin' => '2px',
|
| 775 |
-
'blog_style_padding' => '0',
|
| 776 |
-
'blog_style_border_radius' => '0',
|
| 777 |
-
'blog_style_border_width' => 1,
|
| 778 |
-
'blog_style_border_style' => 'solid',
|
| 779 |
-
'blog_style_border_color' => 'F5F5F5',
|
| 780 |
-
'blog_style_bg_color' => 'FFFFFF',
|
| 781 |
-
'blog_style_transparent' => 80,
|
| 782 |
-
'blog_style_box_shadow' => '',
|
| 783 |
-
'blog_style_align' => 'center',
|
| 784 |
-
'blog_style_share_buttons_margin' => '5px auto 10px auto',
|
| 785 |
-
'blog_style_share_buttons_border_radius' => '0',
|
| 786 |
-
'blog_style_share_buttons_border_width' => 0,
|
| 787 |
-
'blog_style_share_buttons_border_style' => 'none',
|
| 788 |
-
'blog_style_share_buttons_border_color' => '000000',
|
| 789 |
-
'blog_style_share_buttons_bg_color' => 'FFFFFF',
|
| 790 |
-
'blog_style_share_buttons_align' => 'right',
|
| 791 |
-
'blog_style_img_font_size' => 16,
|
| 792 |
-
'blog_style_img_font_family' => 'segoe ui',
|
| 793 |
-
'blog_style_img_font_color' => '000000',
|
| 794 |
-
'blog_style_share_buttons_color' => 'B3AFAF',
|
| 795 |
-
'blog_style_share_buttons_bg_transparent' => 0,
|
| 796 |
-
'blog_style_share_buttons_font_size' => 20,
|
| 797 |
-
'blog_style_gal_title_font_color' => 'CCCCCC',
|
| 798 |
-
'blog_style_gal_title_font_style' => 'segoe ui',
|
| 799 |
-
'blog_style_gal_title_font_size' => 16,
|
| 800 |
-
'blog_style_gal_title_font_weight' => 'bold',
|
| 801 |
-
'blog_style_gal_title_margin' => '2px',
|
| 802 |
-
'blog_style_gal_title_shadow' => '0px 0px 0px #888888',
|
| 803 |
-
'blog_style_gal_title_align' => 'center',
|
| 804 |
-
|
| 805 |
-
'image_browser_margin' => '2px auto',
|
| 806 |
-
'image_browser_padding' => '4px',
|
| 807 |
-
'image_browser_border_radius'=> '0',
|
| 808 |
-
'image_browser_border_width' => 1,
|
| 809 |
-
'image_browser_border_style' => 'none',
|
| 810 |
-
'image_browser_border_color' => 'F5F5F5',
|
| 811 |
-
'image_browser_bg_color' => 'EBEBEB',
|
| 812 |
-
'image_browser_box_shadow' => '',
|
| 813 |
-
'image_browser_transparent' => 80,
|
| 814 |
-
'image_browser_align' => 'center',
|
| 815 |
-
'image_browser_image_description_margin' => '0px 5px 0px 5px',
|
| 816 |
-
'image_browser_image_description_padding' => '8px 8px 8px 8px',
|
| 817 |
-
'image_browser_image_description_border_radius' => '0',
|
| 818 |
-
'image_browser_image_description_border_width' => 1,
|
| 819 |
-
'image_browser_image_description_border_style' => 'none',
|
| 820 |
-
'image_browser_image_description_border_color' => 'FFFFFF',
|
| 821 |
-
'image_browser_image_description_bg_color' => 'EBEBEB',
|
| 822 |
-
'image_browser_image_description_align' => 'center',
|
| 823 |
-
'image_browser_img_font_size' => 15,
|
| 824 |
-
'image_browser_img_font_family' => 'segoe ui',
|
| 825 |
-
'image_browser_img_font_color' => '000000',
|
| 826 |
-
'image_browser_full_padding' => '4px',
|
| 827 |
-
'image_browser_full_border_radius' => '0',
|
| 828 |
-
'image_browser_full_border_width' => 2,
|
| 829 |
-
'image_browser_full_border_style' => 'none',
|
| 830 |
-
'image_browser_full_border_color' => 'F7F7F7',
|
| 831 |
-
'image_browser_full_bg_color' => 'F5F5F5',
|
| 832 |
-
'image_browser_full_transparent' => 90,
|
| 833 |
-
'image_browser_image_title_align' => 'top',
|
| 834 |
-
'image_browser_gal_title_font_color' => 'CCCCCC',
|
| 835 |
-
'image_browser_gal_title_font_style' => 'segoe ui',
|
| 836 |
-
'image_browser_gal_title_font_size' => 16,
|
| 837 |
-
'image_browser_gal_title_font_weight' => 'bold',
|
| 838 |
-
'image_browser_gal_title_margin' => '2px',
|
| 839 |
-
'image_browser_gal_title_shadow' => '0px 0px 0px #888888',
|
| 840 |
-
'image_browser_gal_title_align' => 'center',
|
| 841 |
-
|
| 842 |
-
'lightbox_info_pos' => 'top',
|
| 843 |
-
'lightbox_info_align' => 'right',
|
| 844 |
-
'lightbox_info_bg_color' => '000000',
|
| 845 |
-
'lightbox_info_bg_transparent' => 70,
|
| 846 |
-
'lightbox_info_border_width' => 1,
|
| 847 |
-
'lightbox_info_border_style' => 'none',
|
| 848 |
-
'lightbox_info_border_color' => '000000',
|
| 849 |
-
'lightbox_info_border_radius' => '5px',
|
| 850 |
-
'lightbox_info_padding' => '5px',
|
| 851 |
-
'lightbox_info_margin' => '15px',
|
| 852 |
-
'lightbox_title_color' => 'FFFFFF',
|
| 853 |
-
'lightbox_title_font_style' => 'segoe ui',
|
| 854 |
-
'lightbox_title_font_weight' => 'bold',
|
| 855 |
-
'lightbox_title_font_size' => 18,
|
| 856 |
-
'lightbox_description_color' => 'FFFFFF',
|
| 857 |
-
'lightbox_description_font_style' => 'segoe ui',
|
| 858 |
-
'lightbox_description_font_weight' => 'normal',
|
| 859 |
-
'lightbox_description_font_size' => 14,
|
| 860 |
-
|
| 861 |
-
'lightbox_rate_pos' => 'bottom',
|
| 862 |
-
'lightbox_rate_align' => 'right',
|
| 863 |
-
'lightbox_rate_icon' => 'star',
|
| 864 |
-
'lightbox_rate_color' => 'F9D062',
|
| 865 |
-
'lightbox_rate_size' => 20,
|
| 866 |
-
'lightbox_rate_stars_count' => 5,
|
| 867 |
-
'lightbox_rate_padding' => '15px',
|
| 868 |
-
'lightbox_rate_hover_color' => 'F7B50E',
|
| 869 |
-
|
| 870 |
-
'lightbox_hit_pos' => 'bottom',
|
| 871 |
-
'lightbox_hit_align' => 'left',
|
| 872 |
-
'lightbox_hit_bg_color' => '000000',
|
| 873 |
-
'lightbox_hit_bg_transparent' => 70,
|
| 874 |
-
'lightbox_hit_border_width' => 1,
|
| 875 |
-
'lightbox_hit_border_style' => 'none',
|
| 876 |
-
'lightbox_hit_border_color' => '000000',
|
| 877 |
-
'lightbox_hit_border_radius' => '5px',
|
| 878 |
-
'lightbox_hit_padding' => '5px',
|
| 879 |
-
'lightbox_hit_margin' => '0 5px',
|
| 880 |
-
'lightbox_hit_color' => 'FFFFFF',
|
| 881 |
-
'lightbox_hit_font_style' => 'segoe ui',
|
| 882 |
-
'lightbox_hit_font_weight' => 'normal',
|
| 883 |
-
'lightbox_hit_font_size' => 14,
|
| 884 |
-
'masonry_description_font_size' => 12,
|
| 885 |
-
'masonry_description_color' => 'CCCCCC',
|
| 886 |
-
'masonry_description_font_style' => 'segoe ui',
|
| 887 |
-
|
| 888 |
-
'album_masonry_back_font_color' => '000000',
|
| 889 |
-
'album_masonry_back_font_style' => 'segoe ui',
|
| 890 |
-
'album_masonry_back_font_size' => 16,
|
| 891 |
-
'album_masonry_back_font_weight' => 'bold',
|
| 892 |
-
'album_masonry_back_padding' => '0',
|
| 893 |
-
'album_masonry_title_font_color' => 'CCCCCC',
|
| 894 |
-
'album_masonry_title_font_style' => 'segoe ui',
|
| 895 |
-
'album_masonry_thumb_title_pos' => 'bottom',
|
| 896 |
-
'album_masonry_title_font_size' => 16,
|
| 897 |
-
'album_masonry_title_font_weight' => 'bold',
|
| 898 |
-
'album_masonry_title_margin' => '2px',
|
| 899 |
-
'album_masonry_title_shadow' => '0px 0px 0px #888888',
|
| 900 |
-
'album_masonry_thumb_margin' => 4,
|
| 901 |
-
'album_masonry_thumb_padding' => 0,
|
| 902 |
-
'album_masonry_thumb_border_radius' => '0',
|
| 903 |
-
'album_masonry_thumb_border_width' => 0,
|
| 904 |
-
'album_masonry_thumb_border_style' => 'none',
|
| 905 |
-
'album_masonry_thumb_border_color' => 'CCCCCC',
|
| 906 |
-
'album_masonry_thumb_bg_color' => 'FFFFFF',
|
| 907 |
-
'album_masonry_thumbs_bg_color' => 'FFFFFF',
|
| 908 |
-
'album_masonry_thumb_bg_transparent' => 0,
|
| 909 |
-
'album_masonry_thumb_box_shadow' => '0px 0px 0px #888888',
|
| 910 |
-
'album_masonry_thumb_transparent' => 100,
|
| 911 |
-
'album_masonry_thumb_align' => 'center',
|
| 912 |
-
'album_masonry_thumb_hover_effect' => 'scale',
|
| 913 |
-
'album_masonry_thumb_hover_effect_value' => '1.1',
|
| 914 |
-
'album_masonry_thumb_transition' => 0,
|
| 915 |
-
'album_masonry_gal_title_font_color' => 'CCCCCC',
|
| 916 |
-
'album_masonry_gal_title_font_style' => 'segoe ui',
|
| 917 |
-
'album_masonry_gal_title_font_size' => 16,
|
| 918 |
-
'album_masonry_gal_title_font_weight' => 'bold',
|
| 919 |
-
'album_masonry_gal_title_margin' => '2px',
|
| 920 |
-
'album_masonry_gal_title_shadow' => '0px 0px 0px #888888',
|
| 921 |
-
'album_masonry_gal_title_align' => 'center',
|
| 922 |
-
|
| 923 |
-
'mosaic_thumb_padding' => 4,
|
| 924 |
-
'mosaic_thumb_border_radius' => '0',
|
| 925 |
-
'mosaic_thumb_border_width' => 0,
|
| 926 |
-
'mosaic_thumb_border_style' => 'none',
|
| 927 |
-
'mosaic_thumb_border_color' => 'CCCCCC',
|
| 928 |
-
'mosaic_thumbs_bg_color' => 'FFFFFF',
|
| 929 |
-
'mosaic_thumb_bg_transparent' => 0,
|
| 930 |
-
'mosaic_thumb_transparent' => 100,
|
| 931 |
-
'mosaic_thumb_align' => 'center',
|
| 932 |
-
'mosaic_thumb_hover_effect' => 'scale',
|
| 933 |
-
'mosaic_thumb_hover_effect_value' => '1.1',
|
| 934 |
-
'mosaic_thumb_title_font_color' => 'CCCCCC',
|
| 935 |
-
'mosaic_thumb_title_font_style' => 'segoe ui',
|
| 936 |
-
'mosaic_thumb_title_font_weight' => 'bold',
|
| 937 |
-
'mosaic_thumb_title_margin' => '2px',
|
| 938 |
-
'mosaic_thumb_title_shadow' => '0px 0px 0px #888888',
|
| 939 |
-
'mosaic_thumb_title_font_size' => 16,
|
| 940 |
-
'mosaic_thumb_gal_title_font_color' => 'CCCCCC',
|
| 941 |
-
'mosaic_thumb_gal_title_font_style' => 'segoe ui',
|
| 942 |
-
'mosaic_thumb_gal_title_font_size' => 16,
|
| 943 |
-
'mosaic_thumb_gal_title_font_weight' => 'bold',
|
| 944 |
-
'mosaic_thumb_gal_title_margin' => '2px',
|
| 945 |
-
'mosaic_thumb_gal_title_shadow' => '0px 0px 0px #888888',
|
| 946 |
-
'mosaic_thumb_gal_title_align' => 'center',
|
| 947 |
-
|
| 948 |
-
'carousel_cont_bg_color' => '000000',
|
| 949 |
-
'carousel_cont_btn_transparent' => 0,
|
| 950 |
-
'carousel_close_btn_transparent' => 100,
|
| 951 |
-
'carousel_rl_btn_bg_color' => '000000',
|
| 952 |
-
'carousel_rl_btn_border_radius' => '20px',
|
| 953 |
-
'carousel_rl_btn_border_width' => 0,
|
| 954 |
-
'carousel_rl_btn_border_style' => 'none',
|
| 955 |
-
'carousel_rl_btn_border_color' => 'FFFFFF',
|
| 956 |
-
'carousel_rl_btn_color' => 'FFFFFF',
|
| 957 |
-
'carousel_rl_btn_height' => 40,
|
| 958 |
-
'carousel_rl_btn_size' => 20,
|
| 959 |
-
'carousel_play_pause_btn_size' => 20,
|
| 960 |
-
'carousel_rl_btn_width' => 40,
|
| 961 |
-
'carousel_close_rl_btn_hover_color' => 'CCCCCC',
|
| 962 |
-
'carousel_rl_btn_style' => 'fa-chevron',
|
| 963 |
-
'carousel_mergin_bottom' => '0.5',
|
| 964 |
-
'carousel_font_family' => 'segoe ui',
|
| 965 |
-
'carousel_feature_border_width' => 2,
|
| 966 |
-
'carousel_feature_border_style' => 'solid',
|
| 967 |
-
'carousel_feature_border_color' => '5D204F',
|
| 968 |
-
'carousel_caption_background_color' => '000000',
|
| 969 |
-
'carousel_caption_bottom' => 0,
|
| 970 |
-
'carousel_caption_p_mergin' => 0,
|
| 971 |
-
'carousel_caption_p_pedding' => 5,
|
| 972 |
-
'carousel_caption_p_font_weight' => 'bold',
|
| 973 |
-
'carousel_caption_p_font_size' => 14,
|
| 974 |
-
'carousel_caption_p_color' => 'white',
|
| 975 |
-
'carousel_title_opacity' => 100,
|
| 976 |
-
'carousel_title_border_radius' => '5px',
|
| 977 |
-
'mosaic_thumb_transition' => 1,
|
| 978 |
-
);
|
| 979 |
-
$theme2 = array(
|
| 980 |
-
'thumb_margin' => 4,
|
| 981 |
-
'thumb_padding' => 4,
|
| 982 |
-
'thumb_border_radius' => '0',
|
| 983 |
-
'thumb_border_width' => 5,
|
| 984 |
-
'thumb_border_style' => 'none',
|
| 985 |
-
'thumb_border_color' => 'FFFFFF',
|
| 986 |
-
'thumb_bg_color' => 'E8E8E8',
|
| 987 |
-
'thumbs_bg_color' => 'FFFFFF',
|
| 988 |
-
'thumb_bg_transparent' => 0,
|
| 989 |
-
'thumb_box_shadow' => '0px 0px 0px #888888',
|
| 990 |
-
'thumb_transparent' => 100,
|
| 991 |
-
'thumb_align' => 'center',
|
| 992 |
-
'thumb_hover_effect' => 'rotate',
|
| 993 |
-
'thumb_hover_effect_value' => '2deg',
|
| 994 |
-
'thumb_transition' => 1,
|
| 995 |
-
'thumb_title_font_color' => 'CCCCCC',
|
| 996 |
-
'thumb_title_font_style' => 'segoe ui',
|
| 997 |
-
'thumb_title_pos' => 'bottom',
|
| 998 |
-
'thumb_title_font_size' => 16,
|
| 999 |
-
'thumb_title_font_weight' => 'bold',
|
| 1000 |
-
'thumb_title_margin' => '5px',
|
| 1001 |
-
'thumb_title_shadow' => '',
|
| 1002 |
-
'thumb_gal_title_font_color' => 'CCCCCC',
|
| 1003 |
-
'thumb_gal_title_font_style' => 'segoe ui',
|
| 1004 |
-
'thumb_gal_title_font_size' => 16,
|
| 1005 |
-
'thumb_gal_title_font_weight' => 'bold',
|
| 1006 |
-
'thumb_gal_title_margin' => '2px',
|
| 1007 |
-
'thumb_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1008 |
-
'thumb_gal_title_align' => 'center',
|
| 1009 |
-
|
| 1010 |
-
'page_nav_position' => 'bottom',
|
| 1011 |
-
'page_nav_align' => 'center',
|
| 1012 |
-
'page_nav_number' => 0,
|
| 1013 |
-
'page_nav_font_size' => 12,
|
| 1014 |
-
'page_nav_font_style' => 'segoe ui',
|
| 1015 |
-
'page_nav_font_color' => '666666',
|
| 1016 |
-
'page_nav_font_weight' => 'bold',
|
| 1017 |
-
'page_nav_border_width' => 1,
|
| 1018 |
-
'page_nav_border_style' => 'none',
|
| 1019 |
-
'page_nav_border_color' => 'E3E3E3',
|
| 1020 |
-
'page_nav_border_radius' => '0',
|
| 1021 |
-
'page_nav_margin' => '0',
|
| 1022 |
-
'page_nav_padding' => '3px 6px',
|
| 1023 |
-
'page_nav_button_bg_color' => 'FCFCFC',
|
| 1024 |
-
'page_nav_button_bg_transparent' => 100,
|
| 1025 |
-
'page_nav_box_shadow' => '0',
|
| 1026 |
-
'page_nav_button_transition' => 1,
|
| 1027 |
-
'page_nav_button_text' => 0,
|
| 1028 |
-
|
| 1029 |
-
'lightbox_overlay_bg_color' => '000000',
|
| 1030 |
-
'lightbox_overlay_bg_transparent' => 70,
|
| 1031 |
-
'lightbox_bg_color' => '000000',
|
| 1032 |
-
'lightbox_ctrl_btn_pos' => 'bottom',
|
| 1033 |
-
'lightbox_ctrl_btn_align' => 'center',
|
| 1034 |
-
'lightbox_ctrl_btn_height' => 20,
|
| 1035 |
-
'lightbox_ctrl_btn_margin_top' => 10,
|
| 1036 |
-
'lightbox_ctrl_btn_margin_left' => 7,
|
| 1037 |
-
'lightbox_ctrl_btn_transparent' => 80,
|
| 1038 |
-
'lightbox_ctrl_btn_color' => 'FFFFFF',
|
| 1039 |
-
'lightbox_toggle_btn_height' => 14,
|
| 1040 |
-
'lightbox_toggle_btn_width' => 100,
|
| 1041 |
-
'lightbox_ctrl_cont_bg_color' => '000000',
|
| 1042 |
-
'lightbox_ctrl_cont_transparent' => 80,
|
| 1043 |
-
'lightbox_ctrl_cont_border_radius' => 4,
|
| 1044 |
-
'lightbox_close_btn_transparent' => 95,
|
| 1045 |
-
'lightbox_close_btn_bg_color' => '000000',
|
| 1046 |
-
'lightbox_close_btn_border_width' => 0,
|
| 1047 |
-
'lightbox_close_btn_border_radius' => '16px',
|
| 1048 |
-
'lightbox_close_btn_border_style' => 'none',
|
| 1049 |
-
'lightbox_close_btn_border_color' => 'FFFFFF',
|
| 1050 |
-
'lightbox_close_btn_box_shadow' => '',
|
| 1051 |
-
'lightbox_close_btn_color' => 'FFFFFF',
|
| 1052 |
-
'lightbox_close_btn_size' => 10,
|
| 1053 |
-
'lightbox_close_btn_width' => 20,
|
| 1054 |
-
'lightbox_close_btn_height' => 20,
|
| 1055 |
-
'lightbox_close_btn_top' => '-10',
|
| 1056 |
-
'lightbox_close_btn_right' => '-10',
|
| 1057 |
-
'lightbox_close_btn_full_color' => 'FFFFFF',
|
| 1058 |
-
'lightbox_rl_btn_bg_color' => '000000',
|
| 1059 |
-
'lightbox_rl_btn_border_radius' => '20px',
|
| 1060 |
-
'lightbox_rl_btn_border_width' => 2,
|
| 1061 |
-
'lightbox_rl_btn_border_style' => 'none',
|
| 1062 |
-
'lightbox_rl_btn_border_color' => 'FFFFFF',
|
| 1063 |
-
'lightbox_rl_btn_box_shadow' => '',
|
| 1064 |
-
'lightbox_rl_btn_color' => 'FFFFFF',
|
| 1065 |
-
'lightbox_rl_btn_height' => 40,
|
| 1066 |
-
'lightbox_rl_btn_width' => 40,
|
| 1067 |
-
'lightbox_rl_btn_size' => 20,
|
| 1068 |
-
'lightbox_close_rl_btn_hover_color' => 'FFFFFF',
|
| 1069 |
-
'lightbox_comment_pos' => 'left',
|
| 1070 |
-
'lightbox_comment_width' => 400,
|
| 1071 |
-
'lightbox_comment_bg_color' => '000000',
|
| 1072 |
-
'lightbox_comment_font_color' => 'CCCCCC',
|
| 1073 |
-
'lightbox_comment_font_style' => 'segoe ui',
|
| 1074 |
-
'lightbox_comment_font_size' => 12,
|
| 1075 |
-
'lightbox_comment_button_bg_color' => '333333',
|
| 1076 |
-
'lightbox_comment_button_border_color' => '666666',
|
| 1077 |
-
'lightbox_comment_button_border_width' => 1,
|
| 1078 |
-
'lightbox_comment_button_border_style' => 'none',
|
| 1079 |
-
'lightbox_comment_button_border_radius' => '3px',
|
| 1080 |
-
'lightbox_comment_button_padding' => '3px 10px',
|
| 1081 |
-
'lightbox_comment_input_bg_color' => '333333',
|
| 1082 |
-
'lightbox_comment_input_border_color' => '666666',
|
| 1083 |
-
'lightbox_comment_input_border_width' => 1,
|
| 1084 |
-
'lightbox_comment_input_border_style' => 'none',
|
| 1085 |
-
'lightbox_comment_input_border_radius' => '0',
|
| 1086 |
-
'lightbox_comment_input_padding' => '3px',
|
| 1087 |
-
'lightbox_comment_separator_width' => 1,
|
| 1088 |
-
'lightbox_comment_separator_style' => 'solid',
|
| 1089 |
-
'lightbox_comment_separator_color' => '2B2B2B',
|
| 1090 |
-
'lightbox_comment_author_font_size' => 14,
|
| 1091 |
-
'lightbox_comment_date_font_size' => 10,
|
| 1092 |
-
'lightbox_comment_body_font_size' => 12,
|
| 1093 |
-
'lightbox_comment_share_button_color' => 'FFFFFF',
|
| 1094 |
-
'lightbox_filmstrip_pos' => 'top',
|
| 1095 |
-
'lightbox_filmstrip_rl_bg_color' => '2B2B2B',
|
| 1096 |
-
'lightbox_filmstrip_rl_btn_size' => 20,
|
| 1097 |
-
'lightbox_filmstrip_rl_btn_color' => 'FFFFFF',
|
| 1098 |
-
'lightbox_filmstrip_thumb_margin' => '0 1px',
|
| 1099 |
-
'lightbox_filmstrip_thumb_border_width' => 1,
|
| 1100 |
-
'lightbox_filmstrip_thumb_border_style' => 'none',
|
| 1101 |
-
'lightbox_filmstrip_thumb_border_color' => '000000',
|
| 1102 |
-
'lightbox_filmstrip_thumb_border_radius' => '0',
|
| 1103 |
-
'lightbox_filmstrip_thumb_deactive_transparent' => 80,
|
| 1104 |
-
'lightbox_filmstrip_thumb_active_border_width' => 0,
|
| 1105 |
-
'lightbox_filmstrip_thumb_active_border_color' => 'FFFFFF',
|
| 1106 |
-
'lightbox_rl_btn_style' => 'fa-chevron',
|
| 1107 |
-
'lightbox_rl_btn_transparent' => 80,
|
| 1108 |
-
'lightbox_bg_transparent' => 100,
|
| 1109 |
-
|
| 1110 |
-
'album_compact_back_font_color' => '000000',
|
| 1111 |
-
'album_compact_back_font_style' => 'segoe ui',
|
| 1112 |
-
'album_compact_back_font_size' => 14,
|
| 1113 |
-
'album_compact_back_font_weight' => 'normal',
|
| 1114 |
-
'album_compact_back_padding' => '0',
|
| 1115 |
-
'album_compact_title_font_color' => 'CCCCCC',
|
| 1116 |
-
'album_compact_title_font_style' => 'segoe ui',
|
| 1117 |
-
'album_compact_thumb_title_pos' => 'bottom',
|
| 1118 |
-
'album_compact_title_font_size' => 16,
|
| 1119 |
-
'album_compact_title_font_weight' => 'bold',
|
| 1120 |
-
'album_compact_title_margin' => '5px',
|
| 1121 |
-
'album_compact_title_shadow' => '',
|
| 1122 |
-
'album_compact_thumb_margin' => 4,
|
| 1123 |
-
'album_compact_thumb_padding' => 4,
|
| 1124 |
-
'album_compact_thumb_border_radius' => '0',
|
| 1125 |
-
'album_compact_thumb_border_width' => 1,
|
| 1126 |
-
'album_compact_thumb_border_style' => 'none',
|
| 1127 |
-
'album_compact_thumb_border_color' => '000000',
|
| 1128 |
-
'album_compact_thumb_bg_color' => 'E8E8E8',
|
| 1129 |
-
'album_compact_thumbs_bg_color' => 'FFFFFF',
|
| 1130 |
-
'album_compact_thumb_bg_transparent' => 100,
|
| 1131 |
-
'album_compact_thumb_box_shadow' => '',
|
| 1132 |
-
'album_compact_thumb_transparent' => 100,
|
| 1133 |
-
'album_compact_thumb_align' => 'center',
|
| 1134 |
-
'album_compact_thumb_hover_effect' => 'rotate',
|
| 1135 |
-
'album_compact_thumb_hover_effect_value' => '2deg',
|
| 1136 |
-
'album_compact_thumb_transition' => 1,
|
| 1137 |
-
'album_compact_gal_title_font_color' => 'CCCCCC',
|
| 1138 |
-
'album_compact_gal_title_font_style' => 'segoe ui',
|
| 1139 |
-
'album_compact_gal_title_font_size' => 16,
|
| 1140 |
-
'album_compact_gal_title_font_weight' => 'bold',
|
| 1141 |
-
'album_compact_gal_title_margin' => '2px',
|
| 1142 |
-
'album_compact_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1143 |
-
'album_compact_gal_title_align' => 'center',
|
| 1144 |
-
|
| 1145 |
-
'album_extended_thumb_margin' => 2,
|
| 1146 |
-
'album_extended_thumb_padding' => 4,
|
| 1147 |
-
'album_extended_thumb_border_radius' => '0',
|
| 1148 |
-
'album_extended_thumb_border_width' => 4,
|
| 1149 |
-
'album_extended_thumb_border_style' => 'none',
|
| 1150 |
-
'album_extended_thumb_border_color' => 'E8E8E8',
|
| 1151 |
-
'album_extended_thumb_bg_color' => 'E8E8E8',
|
| 1152 |
-
'album_extended_thumbs_bg_color' => 'FFFFFF',
|
| 1153 |
-
'album_extended_thumb_bg_transparent' => 100,
|
| 1154 |
-
'album_extended_thumb_box_shadow' => '',
|
| 1155 |
-
'album_extended_thumb_transparent' => 100,
|
| 1156 |
-
'album_extended_thumb_align' => 'left',
|
| 1157 |
-
'album_extended_thumb_hover_effect' => 'rotate',
|
| 1158 |
-
'album_extended_thumb_hover_effect_value' => '2deg',
|
| 1159 |
-
'album_extended_thumb_transition' => 0,
|
| 1160 |
-
'album_extended_back_font_color' => '000000',
|
| 1161 |
-
'album_extended_back_font_style' => 'segoe ui',
|
| 1162 |
-
'album_extended_back_font_size' => 16,
|
| 1163 |
-
'album_extended_back_font_weight' => 'bold',
|
| 1164 |
-
'album_extended_back_padding' => '0',
|
| 1165 |
-
'album_extended_div_bg_color' => 'FFFFFF',
|
| 1166 |
-
'album_extended_div_bg_transparent' => 0,
|
| 1167 |
-
'album_extended_div_border_radius' => '0',
|
| 1168 |
-
'album_extended_div_margin' => '0 0 5px 0',
|
| 1169 |
-
'album_extended_div_padding' => 10,
|
| 1170 |
-
'album_extended_div_separator_width' => 1,
|
| 1171 |
-
'album_extended_div_separator_style' => 'none',
|
| 1172 |
-
'album_extended_div_separator_color' => 'CCCCCC',
|
| 1173 |
-
'album_extended_thumb_div_bg_color' => 'FFFFFF',
|
| 1174 |
-
'album_extended_thumb_div_border_radius' => '0',
|
| 1175 |
-
'album_extended_thumb_div_border_width' => 0,
|
| 1176 |
-
'album_extended_thumb_div_border_style' => 'none',
|
| 1177 |
-
'album_extended_thumb_div_border_color' => 'CCCCCC',
|
| 1178 |
-
'album_extended_thumb_div_padding' => '0',
|
| 1179 |
-
'album_extended_text_div_bg_color' => 'FFFFFF',
|
| 1180 |
-
'album_extended_text_div_border_radius' => '0',
|
| 1181 |
-
'album_extended_text_div_border_width' => 1,
|
| 1182 |
-
'album_extended_text_div_border_style' => 'none',
|
| 1183 |
-
'album_extended_text_div_border_color' => 'CCCCCC',
|
| 1184 |
-
'album_extended_text_div_padding' => '5px',
|
| 1185 |
-
'album_extended_title_span_border_width' => 1,
|
| 1186 |
-
'album_extended_title_span_border_style' => 'none',
|
| 1187 |
-
'album_extended_title_span_border_color' => 'CCCCCC',
|
| 1188 |
-
'album_extended_title_font_color' => '000000',
|
| 1189 |
-
'album_extended_title_font_style' => 'segoe ui',
|
| 1190 |
-
'album_extended_title_font_size' => 16,
|
| 1191 |
-
'album_extended_title_font_weight' => 'bold',
|
| 1192 |
-
'album_extended_title_margin_bottom' => 2,
|
| 1193 |
-
'album_extended_title_padding' => '2px',
|
| 1194 |
-
'album_extended_desc_span_border_width' => 1,
|
| 1195 |
-
'album_extended_desc_span_border_style' => 'none',
|
| 1196 |
-
'album_extended_desc_span_border_color' => 'CCCCCC',
|
| 1197 |
-
'album_extended_desc_font_color' => '000000',
|
| 1198 |
-
'album_extended_desc_font_style' => 'segoe ui',
|
| 1199 |
-
'album_extended_desc_font_size' => 14,
|
| 1200 |
-
'album_extended_desc_font_weight' => 'normal',
|
| 1201 |
-
'album_extended_desc_padding' => '2px',
|
| 1202 |
-
'album_extended_desc_more_color' => 'FFC933',
|
| 1203 |
-
'album_extended_desc_more_size' => 12,
|
| 1204 |
-
'album_extended_gal_title_font_color' => 'CCCCCC',
|
| 1205 |
-
'album_extended_gal_title_font_style' => 'segoe ui',
|
| 1206 |
-
'album_extended_gal_title_font_size' => 16,
|
| 1207 |
-
'album_extended_gal_title_font_weight' => 'bold',
|
| 1208 |
-
'album_extended_gal_title_margin' => '2px',
|
| 1209 |
-
'album_extended_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1210 |
-
'album_extended_gal_title_align' => 'center',
|
| 1211 |
-
|
| 1212 |
-
'masonry_thumb_padding' => 4,
|
| 1213 |
-
'masonry_thumb_border_radius' => '2px',
|
| 1214 |
-
'masonry_thumb_border_width' => 1,
|
| 1215 |
-
'masonry_thumb_border_style' => 'none',
|
| 1216 |
-
'masonry_thumb_border_color' => 'CCCCCC',
|
| 1217 |
-
'masonry_thumbs_bg_color' => 'FFFFFF',
|
| 1218 |
-
'masonry_thumb_bg_transparent' => 0,
|
| 1219 |
-
'masonry_thumb_transparent' => 80,
|
| 1220 |
-
'masonry_thumb_align' => 'center',
|
| 1221 |
-
'masonry_thumb_hover_effect' => 'rotate',
|
| 1222 |
-
'masonry_thumb_hover_effect_value' => '2deg',
|
| 1223 |
-
'masonry_thumb_transition' => 0,
|
| 1224 |
-
'masonry_thumb_gal_title_font_color' => 'CCCCCC',
|
| 1225 |
-
'masonry_thumb_gal_title_font_style' => 'segoe ui',
|
| 1226 |
-
'masonry_thumb_gal_title_font_size' => 16,
|
| 1227 |
-
'masonry_thumb_gal_title_font_weight' => 'bold',
|
| 1228 |
-
'masonry_thumb_gal_title_margin' => '2px',
|
| 1229 |
-
'masonry_thumb_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1230 |
-
'masonry_thumb_gal_title_align' => 'center',
|
| 1231 |
-
|
| 1232 |
-
'slideshow_cont_bg_color' => '000000',
|
| 1233 |
-
'slideshow_close_btn_transparent' => 100,
|
| 1234 |
-
'slideshow_rl_btn_bg_color' => '000000',
|
| 1235 |
-
'slideshow_rl_btn_border_radius' => '20px',
|
| 1236 |
-
'slideshow_rl_btn_border_width' => 0,
|
| 1237 |
-
'slideshow_rl_btn_border_style' => 'none',
|
| 1238 |
-
'slideshow_rl_btn_border_color' => 'FFFFFF',
|
| 1239 |
-
'slideshow_rl_btn_box_shadow' => '',
|
| 1240 |
-
'slideshow_rl_btn_color' => 'FFFFFF',
|
| 1241 |
-
'slideshow_rl_btn_height' => 40,
|
| 1242 |
-
'slideshow_rl_btn_size' => 20,
|
| 1243 |
-
'slideshow_rl_btn_width' => 40,
|
| 1244 |
-
'slideshow_close_rl_btn_hover_color' => 'DBDBDB',
|
| 1245 |
-
'slideshow_filmstrip_pos' => 'bottom',
|
| 1246 |
-
'slideshow_filmstrip_thumb_border_width' => 1,
|
| 1247 |
-
'slideshow_filmstrip_thumb_border_style' => 'none',
|
| 1248 |
-
'slideshow_filmstrip_thumb_border_color' => '000000',
|
| 1249 |
-
'slideshow_filmstrip_thumb_border_radius' => '0',
|
| 1250 |
-
'slideshow_filmstrip_thumb_margin' => '0 1px',
|
| 1251 |
-
'slideshow_filmstrip_thumb_active_border_width' => 0,
|
| 1252 |
-
'slideshow_filmstrip_thumb_active_border_color' => 'FFFFFF',
|
| 1253 |
-
'slideshow_filmstrip_thumb_deactive_transparent' => 80,
|
| 1254 |
-
'slideshow_filmstrip_rl_bg_color' => '303030',
|
| 1255 |
-
'slideshow_filmstrip_rl_btn_color' => 'FFFFFF',
|
| 1256 |
-
'slideshow_filmstrip_rl_btn_size' => 20,
|
| 1257 |
-
'slideshow_title_font_size' => 16,
|
| 1258 |
-
'slideshow_title_font' => 'segoe ui',
|
| 1259 |
-
'slideshow_title_color' => 'FFFFFF',
|
| 1260 |
-
'slideshow_title_opacity' => 70,
|
| 1261 |
-
'slideshow_title_border_radius' => '5px',
|
| 1262 |
-
'slideshow_title_background_color' => '000000',
|
| 1263 |
-
'slideshow_title_padding' => '5px 10px 5px 10px',
|
| 1264 |
-
'slideshow_description_font_size' => 14,
|
| 1265 |
-
'slideshow_description_font' => 'segoe ui',
|
| 1266 |
-
'slideshow_description_color' => 'FFFFFF',
|
| 1267 |
-
'slideshow_description_opacity' => 70,
|
| 1268 |
-
'slideshow_description_border_radius' => '0',
|
| 1269 |
-
'slideshow_description_background_color' => '000000',
|
| 1270 |
-
'slideshow_description_padding' => '5px 10px 5px 10px',
|
| 1271 |
-
'slideshow_dots_width' => 10,
|
| 1272 |
-
'slideshow_dots_height' => 10,
|
| 1273 |
-
'slideshow_dots_border_radius' => '10px',
|
| 1274 |
-
'slideshow_dots_background_color' => '292929',
|
| 1275 |
-
'slideshow_dots_margin' => 1,
|
| 1276 |
-
'slideshow_dots_active_background_color' => '292929',
|
| 1277 |
-
'slideshow_dots_active_border_width' => 2,
|
| 1278 |
-
'slideshow_dots_active_border_color' => 'FFC933',
|
| 1279 |
-
'slideshow_play_pause_btn_size' => 60,
|
| 1280 |
-
'slideshow_rl_btn_style' => 'fa-chevron',
|
| 1281 |
-
|
| 1282 |
-
'blog_style_margin' => '2px',
|
| 1283 |
-
'blog_style_padding' => '4px',
|
| 1284 |
-
'blog_style_border_radius' => '0',
|
| 1285 |
-
'blog_style_border_width' => 1,
|
| 1286 |
-
'blog_style_border_style' => 'none',
|
| 1287 |
-
'blog_style_border_color' => 'CCCCCC',
|
| 1288 |
-
'blog_style_bg_color' => 'E8E8E8',
|
| 1289 |
-
'blog_style_transparent' => 70,
|
| 1290 |
-
'blog_style_box_shadow' => '',
|
| 1291 |
-
'blog_style_align' => 'center',
|
| 1292 |
-
'blog_style_share_buttons_margin' => '5px auto 10px auto',
|
| 1293 |
-
'blog_style_share_buttons_border_radius' => '0',
|
| 1294 |
-
'blog_style_share_buttons_border_width' => 0,
|
| 1295 |
-
'blog_style_share_buttons_border_style' => 'none',
|
| 1296 |
-
'blog_style_share_buttons_border_color' => '000000',
|
| 1297 |
-
'blog_style_share_buttons_bg_color' => 'FFFFFF',
|
| 1298 |
-
'blog_style_share_buttons_align' => 'right',
|
| 1299 |
-
'blog_style_img_font_size' => 16,
|
| 1300 |
-
'blog_style_img_font_family' => 'segoe ui',
|
| 1301 |
-
'blog_style_img_font_color' => '000000',
|
| 1302 |
-
'blog_style_share_buttons_color' => 'A1A1A1',
|
| 1303 |
-
'blog_style_share_buttons_bg_transparent' => 0,
|
| 1304 |
-
'blog_style_share_buttons_font_size' => 20,
|
| 1305 |
-
'blog_style_image_title_align' => 'top',
|
| 1306 |
-
'blog_style_gal_title_font_color' => 'CCCCCC',
|
| 1307 |
-
'blog_style_gal_title_font_style' => 'segoe ui',
|
| 1308 |
-
'blog_style_gal_title_font_size' => 16,
|
| 1309 |
-
'blog_style_gal_title_font_weight' => 'bold',
|
| 1310 |
-
'blog_style_gal_title_margin' => '2px',
|
| 1311 |
-
'blog_style_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1312 |
-
'blog_style_gal_title_align' => 'center',
|
| 1313 |
-
|
| 1314 |
-
'image_browser_margin' => '2px auto',
|
| 1315 |
-
'image_browser_padding' => '4px',
|
| 1316 |
-
'image_browser_border_radius'=> '2px',
|
| 1317 |
-
'image_browser_border_width' => 1,
|
| 1318 |
-
'image_browser_border_style' => 'none',
|
| 1319 |
-
'image_browser_border_color' => 'E8E8E8',
|
| 1320 |
-
'image_browser_bg_color' => 'E8E8E8',
|
| 1321 |
-
'image_browser_box_shadow' => '',
|
| 1322 |
-
'image_browser_transparent' => 80,
|
| 1323 |
-
'image_browser_align' => 'center',
|
| 1324 |
-
'image_browser_image_description_margin' => '24px 0px 0px 0px',
|
| 1325 |
-
'image_browser_image_description_padding' => '8px 8px 8px 8px',
|
| 1326 |
-
'image_browser_image_description_border_radius' => '0',
|
| 1327 |
-
'image_browser_image_description_border_width' => 1,
|
| 1328 |
-
'image_browser_image_description_border_style' => 'none',
|
| 1329 |
-
'image_browser_image_description_border_color' => 'FFFFFF',
|
| 1330 |
-
'image_browser_image_description_bg_color' => 'E8E8E8',
|
| 1331 |
-
'image_browser_image_description_align' => 'center',
|
| 1332 |
-
'image_browser_img_font_size' => 14,
|
| 1333 |
-
'image_browser_img_font_family' => 'segoe ui',
|
| 1334 |
-
'image_browser_img_font_color' => '000000',
|
| 1335 |
-
'image_browser_full_padding' => '4px',
|
| 1336 |
-
'image_browser_full_border_radius' => '0',
|
| 1337 |
-
'image_browser_full_border_width' => 1,
|
| 1338 |
-
'image_browser_full_border_style' => 'solid',
|
| 1339 |
-
'image_browser_full_border_color' => 'EDEDED',
|
| 1340 |
-
'image_browser_full_bg_color' => 'FFFFFF',
|
| 1341 |
-
'image_browser_full_transparent' => 90,
|
| 1342 |
-
'image_browser_image_title_align' => 'top',
|
| 1343 |
-
'image_browser_gal_title_font_color' => 'CCCCCC',
|
| 1344 |
-
'image_browser_gal_title_font_style' => 'segoe ui',
|
| 1345 |
-
'image_browser_gal_title_font_size' => 16,
|
| 1346 |
-
'image_browser_gal_title_font_weight' => 'bold',
|
| 1347 |
-
'image_browser_gal_title_margin' => '2px',
|
| 1348 |
-
'image_browser_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1349 |
-
'image_browser_gal_title_align' => 'center',
|
| 1350 |
-
|
| 1351 |
-
'lightbox_info_pos' => 'top',
|
| 1352 |
-
'lightbox_info_align' => 'right',
|
| 1353 |
-
'lightbox_info_bg_color' => '000000',
|
| 1354 |
-
'lightbox_info_bg_transparent' => 70,
|
| 1355 |
-
'lightbox_info_border_width' => 1,
|
| 1356 |
-
'lightbox_info_border_style' => 'none',
|
| 1357 |
-
'lightbox_info_border_color' => '000000',
|
| 1358 |
-
'lightbox_info_border_radius' => '5px',
|
| 1359 |
-
'lightbox_info_padding' => '5px',
|
| 1360 |
-
'lightbox_info_margin' => '15px',
|
| 1361 |
-
'lightbox_title_color' => 'FFFFFF',
|
| 1362 |
-
'lightbox_title_font_style' => 'segoe ui',
|
| 1363 |
-
'lightbox_title_font_weight' => 'bold',
|
| 1364 |
-
'lightbox_title_font_size' => 18,
|
| 1365 |
-
'lightbox_description_color' => 'FFFFFF',
|
| 1366 |
-
'lightbox_description_font_style' => 'segoe ui',
|
| 1367 |
-
'lightbox_description_font_weight' => 'normal',
|
| 1368 |
-
'lightbox_description_font_size' => 14,
|
| 1369 |
-
|
| 1370 |
-
'lightbox_rate_pos' => 'bottom',
|
| 1371 |
-
'lightbox_rate_align' => 'right',
|
| 1372 |
-
'lightbox_rate_icon' => 'star',
|
| 1373 |
-
'lightbox_rate_color' => 'F9D062',
|
| 1374 |
-
'lightbox_rate_size' => 20,
|
| 1375 |
-
'lightbox_rate_stars_count' => 5,
|
| 1376 |
-
'lightbox_rate_padding' => '15px',
|
| 1377 |
-
'lightbox_rate_hover_color' => 'F7B50E',
|
| 1378 |
-
|
| 1379 |
-
'lightbox_hit_pos' => 'bottom',
|
| 1380 |
-
'lightbox_hit_align' => 'left',
|
| 1381 |
-
'lightbox_hit_bg_color' => '000000',
|
| 1382 |
-
'lightbox_hit_bg_transparent' => 70,
|
| 1383 |
-
'lightbox_hit_border_width' => 1,
|
| 1384 |
-
'lightbox_hit_border_style' => 'none',
|
| 1385 |
-
'lightbox_hit_border_color' => '000000',
|
| 1386 |
-
'lightbox_hit_border_radius' => '5px',
|
| 1387 |
-
'lightbox_hit_padding' => '5px',
|
| 1388 |
-
'lightbox_hit_margin' => '0 5px',
|
| 1389 |
-
'lightbox_hit_color' => 'FFFFFF',
|
| 1390 |
-
'lightbox_hit_font_style' => 'segoe ui',
|
| 1391 |
-
'lightbox_hit_font_weight' => 'normal',
|
| 1392 |
-
'lightbox_hit_font_size' => 14,
|
| 1393 |
-
'masonry_description_font_size' => 12,
|
| 1394 |
-
'masonry_description_color' => 'CCCCCC',
|
| 1395 |
-
'masonry_description_font_style' => 'segoe ui',
|
| 1396 |
-
|
| 1397 |
-
'album_masonry_back_font_color' => '000000',
|
| 1398 |
-
'album_masonry_back_font_style' => 'segoe ui',
|
| 1399 |
-
'album_masonry_back_font_size' => 14,
|
| 1400 |
-
'album_masonry_back_font_weight' => 'normal',
|
| 1401 |
-
'album_masonry_back_padding' => '0',
|
| 1402 |
-
'album_masonry_title_font_color' => 'CCCCCC',
|
| 1403 |
-
'album_masonry_title_font_style' => 'segoe ui',
|
| 1404 |
-
'album_masonry_thumb_title_pos' => 'bottom',
|
| 1405 |
-
'album_masonry_title_font_size' => 16,
|
| 1406 |
-
'album_masonry_title_font_weight' => 'bold',
|
| 1407 |
-
'album_masonry_title_margin' => '5px',
|
| 1408 |
-
'album_masonry_title_shadow' => '',
|
| 1409 |
-
'album_masonry_thumb_margin' => 4,
|
| 1410 |
-
'album_masonry_thumb_padding' => 4,
|
| 1411 |
-
'album_masonry_thumb_border_radius' => '0',
|
| 1412 |
-
'album_masonry_thumb_border_width' => 1,
|
| 1413 |
-
'album_masonry_thumb_border_style' => 'none',
|
| 1414 |
-
'album_masonry_thumb_border_color' => '000000',
|
| 1415 |
-
'album_masonry_thumb_bg_color' => 'E8E8E8',
|
| 1416 |
-
'album_masonry_thumbs_bg_color' => 'FFFFFF',
|
| 1417 |
-
'album_masonry_thumb_bg_transparent' => 100,
|
| 1418 |
-
'album_masonry_thumb_box_shadow' => '',
|
| 1419 |
-
'album_masonry_thumb_transparent' => 100,
|
| 1420 |
-
'album_masonry_thumb_align' => 'center',
|
| 1421 |
-
'album_masonry_thumb_hover_effect' => 'rotate',
|
| 1422 |
-
'album_masonry_thumb_hover_effect_value' => '2deg',
|
| 1423 |
-
'album_masonry_thumb_transition' => 1,
|
| 1424 |
-
'album_masonry_gal_title_font_color' => 'CCCCCC',
|
| 1425 |
-
'album_masonry_gal_title_font_style' => 'segoe ui',
|
| 1426 |
-
'album_masonry_gal_title_font_size' => 16,
|
| 1427 |
-
'album_masonry_gal_title_font_weight' => 'bold',
|
| 1428 |
-
'album_masonry_gal_title_margin' => '2px',
|
| 1429 |
-
'album_masonry_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1430 |
-
'album_masonry_gal_title_align' => 'center',
|
| 1431 |
-
|
| 1432 |
-
'mosaic_thumb_padding' => 4,
|
| 1433 |
-
'mosaic_thumb_border_radius' => '2px',
|
| 1434 |
-
'mosaic_thumb_border_width' => 1,
|
| 1435 |
-
'mosaic_thumb_border_style' => 'none',
|
| 1436 |
-
'mosaic_thumb_border_color' => 'CCCCCC',
|
| 1437 |
-
'mosaic_thumbs_bg_color' => 'FFFFFF',
|
| 1438 |
-
'mosaic_thumb_bg_transparent' => 0,
|
| 1439 |
-
'mosaic_thumb_transparent' => 80,
|
| 1440 |
-
'mosaic_thumb_align' => 'center',
|
| 1441 |
-
'mosaic_thumb_hover_effect' => 'rotate',
|
| 1442 |
-
'mosaic_thumb_hover_effect_value' => '2deg',
|
| 1443 |
-
'mosaic_thumb_title_font_color' => 'CCCCCC',
|
| 1444 |
-
'mosaic_thumb_title_font_style' => 'segoe ui',
|
| 1445 |
-
'mosaic_thumb_title_font_weight' => 'bold',
|
| 1446 |
-
'mosaic_thumb_title_margin' => '2px',
|
| 1447 |
-
'mosaic_thumb_title_shadow' => '0px 0px 0px #888888',
|
| 1448 |
-
'mosaic_thumb_title_font_size' => 16,
|
| 1449 |
-
'mosaic_thumb_gal_title_font_color' => 'CCCCCC',
|
| 1450 |
-
'mosaic_thumb_gal_title_font_style' => 'segoe ui',
|
| 1451 |
-
'mosaic_thumb_gal_title_font_size' => 16,
|
| 1452 |
-
'mosaic_thumb_gal_title_font_weight' => 'bold',
|
| 1453 |
-
'mosaic_thumb_gal_title_margin' => '2px',
|
| 1454 |
-
'mosaic_thumb_gal_title_shadow' => '0px 0px 0px #888888',
|
| 1455 |
-
'mosaic_thumb_gal_title_align' => 'center',
|
| 1456 |
-
|
| 1457 |
-
'carousel_cont_bg_color' => '000000',
|
| 1458 |
-
'carousel_cont_btn_transparent' => 0,
|
| 1459 |
-
'carousel_close_btn_transparent' => 100,
|
| 1460 |
-
'carousel_rl_btn_bg_color' => '000000',
|
| 1461 |
-
'carousel_rl_btn_border_radius' => '20px',
|
| 1462 |
-
'carousel_rl_btn_border_width' => 0,
|
| 1463 |
-
'carousel_rl_btn_border_style' => 'none',
|
| 1464 |
-
'carousel_rl_btn_border_color' => 'FFFFFF',
|
| 1465 |
-
'carousel_rl_btn_color' => 'FFFFFF',
|
| 1466 |
-
'carousel_rl_btn_height' => 40,
|
| 1467 |
-
'carousel_rl_btn_size' => 20,
|
| 1468 |
-
'carousel_play_pause_btn_size' => 20,
|
| 1469 |
-
'carousel_rl_btn_width' => 40,
|
| 1470 |
-
'carousel_close_rl_btn_hover_color' => 'CCCCCC',
|
| 1471 |
-
'carousel_rl_btn_style' => 'fa-chevron',
|
| 1472 |
-
'carousel_mergin_bottom' => '0.5',
|
| 1473 |
-
'carousel_font_family' => 'segoe ui',
|
| 1474 |
-
'carousel_feature_border_width' => 2,
|
| 1475 |
-
'carousel_feature_border_style' => 'solid',
|
| 1476 |
-
'carousel_feature_border_color' => '5D204F',
|
| 1477 |
-
'carousel_caption_background_color' => '000000',
|
| 1478 |
-
'carousel_caption_bottom' => 0,
|
| 1479 |
-
'carousel_caption_p_mergin' => 0,
|
| 1480 |
-
'carousel_caption_p_pedding' => 5,
|
| 1481 |
-
'carousel_caption_p_font_weight' => 'bold',
|
| 1482 |
-
'carousel_caption_p_font_size' => 14,
|
| 1483 |
-
'carousel_caption_p_color' => 'white',
|
| 1484 |
-
'carousel_title_opacity' => 100,
|
| 1485 |
-
'carousel_title_border_radius' => '5px',
|
| 1486 |
-
'mosaic_thumb_transition' => 1
|
| 1487 |
-
);
|
| 1488 |
-
$theme1 = json_encode($theme1);
|
| 1489 |
-
$theme2 = json_encode($theme2);
|
| 1490 |
if (!$exists_default) {
|
| 1491 |
$wpdb->insert($wpdb->prefix . 'bwg_theme', array(
|
| 1492 |
'id' => 1,
|
|
@@ -1504,7 +487,7 @@ function bwg_activate() {
|
|
| 1504 |
}
|
| 1505 |
|
| 1506 |
$version = get_option('wd_bwg_version');
|
| 1507 |
-
$new_version = '1.3.
|
| 1508 |
if ($version && version_compare($version, $new_version, '<')) {
|
| 1509 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
| 1510 |
bwg_update($version);
|
|
@@ -1556,7 +539,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
| 1556 |
|
| 1557 |
function bwg_update_hook() {
|
| 1558 |
$version = get_option('wd_bwg_version');
|
| 1559 |
-
$new_version = '1.3.
|
| 1560 |
if ($version && version_compare($version, $new_version, '<')) {
|
| 1561 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
| 1562 |
bwg_update($version);
|
| 4 |
* Plugin Name: Photo Gallery
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
| 6 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
| 7 |
+
* Version: 1.3.69
|
| 8 |
* Author: Photo Gallery Team
|
| 9 |
* Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 468 |
$wpdb->query($bwg_image_rate);
|
| 469 |
|
| 470 |
$exists_default = $wpdb->get_var('SELECT count(id) FROM ' . $wpdb->prefix . 'bwg_theme');
|
| 471 |
+
$theme1 = '{"thumb_margin":"2","thumb_padding":"0","thumb_border_radius":"0","thumb_border_width":0,"thumb_border_style":"none","thumb_border_color":"CCCCCC","thumb_bg_color":"FFFFFF","thumbs_bg_color":"FFFFFF","thumb_bg_transparent":0,"thumb_box_shadow":"","thumb_transparent":100,"thumb_align":"center","thumb_hover_effect":"scale","thumb_hover_effect_value":"1.08","thumb_transition":1,"thumb_title_margin":"2px","thumb_title_font_style":"Ubuntu","thumb_title_pos":"bottom","thumb_title_font_color":"CCCCCC","thumb_title_shadow":"0px 0px 0px #888888","thumb_title_font_size":16,"thumb_title_font_weight":"bold","thumb_gal_title_font_color":"CCCCCC","thumb_gal_title_font_style":"segoe ui","thumb_gal_title_font_size":16,"thumb_gal_title_font_weight":"bold","thumb_gal_title_margin":"2px","thumb_gal_title_shadow":"0px 0px 0px #888888","thumb_gal_title_align":"center","page_nav_position":"bottom","page_nav_align":"center","page_nav_number":0,"page_nav_font_size":12,"page_nav_font_style":"segoe ui","page_nav_font_color":"666666","page_nav_font_weight":"bold","page_nav_border_width":1,"page_nav_border_style":"solid","page_nav_border_color":"E3E3E3","page_nav_border_radius":"0","page_nav_margin":"0","page_nav_padding":"3px 6px","page_nav_button_bg_color":"FFFFFF","page_nav_button_bg_transparent":100,"page_nav_box_shadow":"0","page_nav_button_transition":1,"page_nav_button_text":0,"lightbox_ctrl_btn_pos":"bottom","lightbox_ctrl_btn_align":"center","lightbox_ctrl_btn_height":20,"lightbox_ctrl_btn_margin_top":10,"lightbox_ctrl_btn_margin_left":7,"lightbox_ctrl_btn_transparent":100,"lightbox_ctrl_btn_color":"808080","lightbox_toggle_btn_height":20,"lightbox_toggle_btn_width":100,"lightbox_ctrl_cont_bg_color":"FFFFFF","lightbox_ctrl_cont_border_radius":4,"lightbox_ctrl_cont_transparent":85,"lightbox_close_btn_bg_color":"FFFFFF","lightbox_close_btn_border_radius":"16px","lightbox_close_btn_border_width":2,"lightbox_close_btn_border_style":"none","lightbox_close_btn_border_color":"FFFFFF","lightbox_close_btn_box_shadow":"0","lightbox_close_btn_color":"808080","lightbox_close_btn_size":20,"lightbox_close_btn_width":30,"lightbox_close_btn_height":30,"lightbox_close_btn_top":"-20","lightbox_close_btn_right":"-15","lightbox_close_btn_full_color":"000000","lightbox_close_btn_transparent":60,"lightbox_rl_btn_bg_color":"FFFFFF","lightbox_rl_btn_transparent":"60","lightbox_rl_btn_border_radius":"20px","lightbox_rl_btn_border_width":0,"lightbox_rl_btn_border_style":"none","lightbox_rl_btn_border_color":"FFFFFF","lightbox_rl_btn_box_shadow":"","lightbox_rl_btn_color":"ADADAD","lightbox_rl_btn_height":35,"lightbox_rl_btn_width":35,"lightbox_rl_btn_size":25,"lightbox_close_rl_btn_hover_color":"808080","lightbox_comment_pos":"left","lightbox_comment_width":350,"lightbox_comment_bg_color":"FFFFFF","lightbox_comment_font_color":"7A7A7A","lightbox_comment_font_style":"Ubuntu","lightbox_comment_font_size":12,"lightbox_comment_button_bg_color":"2F2F2F","lightbox_comment_button_border_color":"666666","lightbox_comment_button_border_width":1,"lightbox_comment_button_border_style":"none","lightbox_comment_button_border_radius":"7px","lightbox_comment_button_padding":"10px 10px","lightbox_comment_input_bg_color":"F7F8F9","lightbox_comment_input_border_color":"EBEBEB","lightbox_comment_input_border_width":2,"lightbox_comment_input_border_style":"none","lightbox_comment_input_border_radius":"7px","lightbox_comment_input_padding":"5px","lightbox_comment_separator_width":20,"lightbox_comment_separator_style":"none","lightbox_comment_separator_color":"383838","lightbox_comment_author_font_size":14,"lightbox_comment_date_font_size":10,"lightbox_comment_body_font_size":12,"lightbox_comment_share_button_color":"808080","lightbox_filmstrip_rl_bg_color":"EBEBEB","lightbox_filmstrip_rl_btn_size":20,"lightbox_filmstrip_rl_btn_color":"808080","lightbox_filmstrip_thumb_margin":"0 1px","lightbox_filmstrip_thumb_border_width":1,"lightbox_filmstrip_thumb_border_style":"none","lightbox_filmstrip_thumb_border_color":"000000","lightbox_filmstrip_thumb_border_radius":"0","lightbox_filmstrip_thumb_deactive_transparent":80,"lightbox_filmstrip_pos":"bottom","lightbox_filmstrip_thumb_active_border_width":0,"lightbox_filmstrip_thumb_active_border_color":"FFFFFF","lightbox_overlay_bg_transparent":95,"lightbox_bg_color":"FFFFFF","lightbox_overlay_bg_color":"FFFFFF","lightbox_rl_btn_style":"fa-angle","lightbox_bg_transparent":100,"blog_style_margin":"2px","blog_style_padding":"0","blog_style_border_radius":"0","blog_style_border_width":1,"blog_style_border_style":"solid","blog_style_border_color":"F5F5F5","blog_style_bg_color":"FFFFFF","blog_style_transparent":80,"blog_style_box_shadow":"","blog_style_align":"center","blog_style_share_buttons_margin":"5px auto 10px auto","blog_style_share_buttons_border_radius":"0","blog_style_share_buttons_border_width":0,"blog_style_share_buttons_border_style":"none","blog_style_share_buttons_border_color":"000000","blog_style_share_buttons_bg_color":"FFFFFF","blog_style_share_buttons_align":"right","blog_style_img_font_size":16,"blog_style_img_font_family":"segoe ui","blog_style_img_font_color":"000000","blog_style_share_buttons_font_size":20,"blog_style_share_buttons_color":"B3AFAF","blog_style_share_buttons_bg_transparent":0,"blog_style_gal_title_font_color":"CCCCCC","blog_style_gal_title_font_style":"segoe ui","blog_style_gal_title_font_size":16,"blog_style_gal_title_font_weight":"bold","blog_style_gal_title_margin":"2px","blog_style_gal_title_shadow":"0px 0px 0px #888888","blog_style_gal_title_align":"center","image_browser_margin":"2px auto","image_browser_padding":"4px","image_browser_border_radius":"0","image_browser_border_width":1,"image_browser_border_style":"none","image_browser_border_color":"F5F5F5","image_browser_bg_color":"EBEBEB","image_browser_box_shadow":"","image_browser_transparent":80,"image_browser_align":"center","image_browser_image_description_margin":"0px 5px 0px 5px","image_browser_image_description_padding":"8px 8px 8px 8px","image_browser_image_description_border_radius":"0","image_browser_image_description_border_width":1,"image_browser_image_description_border_style":"none","image_browser_image_description_border_color":"FFFFFF","image_browser_image_description_bg_color":"EBEBEB","image_browser_image_description_align":"center","image_browser_img_font_size":15,"image_browser_img_font_family":"Ubuntu","image_browser_img_font_color":"000000","image_browser_full_padding":"4px","image_browser_full_border_radius":"0","image_browser_full_border_width":2,"image_browser_full_border_style":"none","image_browser_full_border_color":"F7F7F7","image_browser_full_bg_color":"F5F5F5","image_browser_full_transparent":90,"image_browser_image_title_align":"top","image_browser_gal_title_font_color":"CCCCCC","image_browser_gal_title_font_style":"segoe ui","image_browser_gal_title_font_size":16,"image_browser_gal_title_font_weight":"bold","image_browser_gal_title_margin":"2px","image_browser_gal_title_shadow":"0px 0px 0px #888888","image_browser_gal_title_align":"center","album_compact_title_margin":"2px","album_compact_thumb_margin":2,"album_compact_back_padding":"0","album_compact_thumb_padding":0,"album_compact_thumb_border_radius":"0","album_compact_thumb_border_width":0,"album_compact_title_font_style":"segoe ui","album_compact_back_font_color":"000000","album_compact_title_font_color":"FFFFFF","album_compact_title_shadow":"0px 0px 0px #888888","album_compact_thumb_bg_transparent":0,"album_compact_thumb_box_shadow":"0px 0px 0px #888888","album_compact_thumb_transition":1,"album_compact_thumb_border_style":"none","album_compact_thumb_border_color":"CCCCCC","album_compact_thumb_bg_color":"FFFFFF","album_compact_back_font_weight":"bold","album_compact_back_font_size":16,"album_compact_back_font_style":"segoe ui","album_compact_thumb_title_pos":"bottom","album_compact_thumbs_bg_color":"FFFFFF","album_compact_title_font_size":16,"album_compact_title_font_weight":"bold","album_compact_thumb_align":"center","album_compact_thumb_hover_effect":"scale","album_compact_thumb_transparent":100,"album_compact_thumb_hover_effect_value":"1.08","album_compact_gal_title_font_color":"CCCCCC","album_compact_gal_title_font_style":"segoe ui","album_compact_gal_title_font_size":16,"album_compact_gal_title_font_weight":"bold","album_compact_gal_title_margin":"2px","album_compact_gal_title_shadow":"0px 0px 0px #888888","album_compact_gal_title_align":"center","album_extended_thumb_margin":2,"album_extended_thumb_padding":0,"album_extended_thumb_border_radius":"0","album_extended_thumb_border_width":0,"album_extended_thumb_border_style":"none","album_extended_thumb_border_color":"CCCCCC","album_extended_thumb_bg_color":"FFFFFF","album_extended_thumbs_bg_color":"FFFFFF","album_extended_thumb_bg_transparent":0,"album_extended_thumb_box_shadow":"","album_extended_thumb_transparent":100,"album_extended_thumb_align":"left","album_extended_thumb_hover_effect":"scale","album_extended_thumb_hover_effect_value":"1.08","album_extended_thumb_transition":1,"album_extended_back_font_color":"000000","album_extended_back_font_style":"segoe ui","album_extended_back_font_size":20,"album_extended_back_font_weight":"bold","album_extended_back_padding":"0","album_extended_div_bg_color":"FFFFFF","album_extended_div_bg_transparent":0,"album_extended_div_border_radius":"0 0 0 0","album_extended_div_margin":"0 0 5px 0","album_extended_div_padding":10,"album_extended_div_separator_width":1,"album_extended_div_separator_style":"solid","album_extended_div_separator_color":"E0E0E0","album_extended_thumb_div_bg_color":"FFFFFF","album_extended_thumb_div_border_radius":"0","album_extended_thumb_div_border_width":1,"album_extended_thumb_div_border_style":"solid","album_extended_thumb_div_border_color":"E8E8E8","album_extended_thumb_div_padding":"5px","album_extended_text_div_bg_color":"FFFFFF","album_extended_text_div_border_radius":"0","album_extended_text_div_border_width":1,"album_extended_text_div_border_style":"solid","album_extended_text_div_border_color":"E8E8E8","album_extended_text_div_padding":"5px","album_extended_title_span_border_width":1,"album_extended_title_span_border_style":"none","album_extended_title_span_border_color":"CCCCCC","album_extended_title_font_color":"000000","album_extended_title_font_style":"segoe ui","album_extended_title_font_size":16,"album_extended_title_font_weight":"bold","album_extended_title_margin_bottom":2,"album_extended_title_padding":"2px","album_extended_desc_span_border_width":1,"album_extended_desc_span_border_style":"none","album_extended_desc_span_border_color":"CCCCCC","album_extended_desc_font_color":"000000","album_extended_desc_font_style":"segoe ui","album_extended_desc_font_size":14,"album_extended_desc_font_weight":"normal","album_extended_desc_padding":"2px","album_extended_desc_more_color":"F2D22E","album_extended_desc_more_size":12,"album_extended_gal_title_font_color":"CCCCCC","album_extended_gal_title_font_style":"segoe ui","album_extended_gal_title_font_size":16,"album_extended_gal_title_font_weight":"bold","album_extended_gal_title_margin":"2px","album_extended_gal_title_shadow":"0px 0px 0px #888888","album_extended_gal_title_align":"center","slideshow_cont_bg_color":"F2F2F2","slideshow_close_btn_transparent":100,"slideshow_rl_btn_bg_color":"FFFFFF","slideshow_rl_btn_border_radius":"20px","slideshow_rl_btn_border_width":0,"slideshow_rl_btn_border_style":"none","slideshow_rl_btn_border_color":"FFFFFF","slideshow_rl_btn_box_shadow":"0px 0px 0px #000000","slideshow_rl_btn_color":"D6D6D6","slideshow_rl_btn_height":37,"slideshow_rl_btn_size":12,"slideshow_rl_btn_width":37,"slideshow_close_rl_btn_hover_color":"BABABA","slideshow_filmstrip_pos":"bottom","slideshow_filmstrip_thumb_border_width":0,"slideshow_filmstrip_thumb_border_style":"none","slideshow_filmstrip_thumb_border_color":"000000","slideshow_filmstrip_thumb_border_radius":"0","slideshow_filmstrip_thumb_margin":"0px 2px 0 0 ","slideshow_filmstrip_thumb_active_border_width":0,"slideshow_filmstrip_thumb_active_border_color":"FFFFFF","slideshow_filmstrip_thumb_deactive_transparent":100,"slideshow_filmstrip_rl_bg_color":"F2F2F2","slideshow_filmstrip_rl_btn_color":"BABABA","slideshow_filmstrip_rl_btn_size":20,"slideshow_title_font_size":16,"slideshow_title_font":"segoe ui","slideshow_title_color":"FFFFFF","slideshow_title_opacity":70,"slideshow_title_border_radius":"5px","slideshow_title_background_color":"000000","slideshow_title_padding":"0 0 0 0","slideshow_description_font_size":14,"slideshow_description_font":"segoe ui","slideshow_description_color":"FFFFFF","slideshow_description_opacity":70,"slideshow_description_border_radius":"0","slideshow_description_background_color":"000000","slideshow_description_padding":"5px 10px 5px 10px","slideshow_dots_width":12,"slideshow_dots_height":12,"slideshow_dots_border_radius":"5px","slideshow_dots_background_color":"F2D22E","slideshow_dots_margin":3,"slideshow_dots_active_background_color":"FFFFFF","slideshow_dots_active_border_width":1,"slideshow_dots_active_border_color":"000000","slideshow_play_pause_btn_size":35,"slideshow_rl_btn_style":"fa-chevron","masonry_thumb_padding":"2","masonry_thumb_border_radius":"0","masonry_thumb_border_width":"0","masonry_thumb_border_style":"none","masonry_thumb_border_color":"CCCCCC","masonry_thumbs_bg_color":"FFFFFF","masonry_thumb_bg_transparent":"0","masonry_thumb_transparent":"100","masonry_thumb_align":"center","masonry_thumb_hover_effect":"scale","masonry_thumb_hover_effect_value":"1.08","masonry_thumb_transition":"1","masonry_thumb_gal_title_font_color":"CCCCCC","masonry_thumb_gal_title_font_style":"segoe ui","masonry_thumb_gal_title_font_size":16,"masonry_thumb_gal_title_font_weight":"bold","masonry_thumb_gal_title_margin":"2px","masonry_thumb_gal_title_shadow":"0px 0px 0px #888888","masonry_thumb_gal_title_align":"center","mosaic_thumb_padding":"2","mosaic_thumb_border_radius":"0","mosaic_thumb_border_width":"0","mosaic_thumb_border_style":"none","mosaic_thumb_border_color":"CCCCCC","mosaic_thumbs_bg_color":"FFFFFF","mosaic_thumb_bg_transparent":"0","mosaic_thumb_transparent":"100","mosaic_thumb_align":"center","mosaic_thumb_hover_effect":"scale","mosaic_thumb_hover_effect_value":"1.08","mosaic_thumb_title_margin":"2px","mosaic_thumb_title_font_style":"segoe ui","mosaic_thumb_title_font_color":"CCCCCC","mosaic_thumb_title_shadow":"0px 0px 0px #888888","mosaic_thumb_title_font_size":16,"mosaic_thumb_title_font_weight":"bold","mosaic_thumb_gal_title_font_color":"CCCCCC","mosaic_thumb_gal_title_font_style":"segoe ui","mosaic_thumb_gal_title_font_size":16,"mosaic_thumb_gal_title_font_weight":"bold","mosaic_thumb_gal_title_margin":"2px","mosaic_thumb_gal_title_shadow":"0px 0px 0px #888888","mosaic_thumb_gal_title_align":"center","lightbox_info_pos":"bottom","lightbox_info_align":"left","lightbox_info_bg_color":"FFFFFF","lightbox_info_bg_transparent":"70","lightbox_info_border_width":"1","lightbox_info_border_style":"none","lightbox_info_border_color":"000000","lightbox_info_border_radius":"0px","lightbox_info_padding":"10px 7px 44px 10px","lightbox_info_margin":"10px 10px -5px 10px","lightbox_title_color":"808080","lightbox_title_font_style":"Ubuntu","lightbox_title_font_weight":"bold","lightbox_title_font_size":"16","lightbox_description_color":"B0B0B0","lightbox_description_font_style":"Ubuntu","lightbox_description_font_weight":"bold","lightbox_description_font_size":"13","lightbox_rate_pos":"bottom","lightbox_rate_align":"right","lightbox_rate_icon":"star","lightbox_rate_color":"F9D062","lightbox_rate_size":"20","lightbox_rate_stars_count":"5","lightbox_rate_padding":"15px","lightbox_rate_hover_color":"F7B50E","lightbox_hit_pos":"bottom","lightbox_hit_align":"left","lightbox_hit_bg_color":"000000","lightbox_hit_bg_transparent":"70","lightbox_hit_border_width":"1","lightbox_hit_border_style":"none","lightbox_hit_border_color":"000000","lightbox_hit_border_radius":"5px","lightbox_hit_padding":"5px","lightbox_hit_margin":"0 5px","lightbox_hit_color":"FFFFFF","lightbox_hit_font_style":"segoe ui","lightbox_hit_font_weight":"normal","lightbox_hit_font_size":"14","masonry_description_font_size":12,"masonry_description_color":"CCCCCC","masonry_description_font_style":"segoe ui","album_masonry_back_font_color":"000000","album_masonry_back_font_style":"segoe ui","album_masonry_back_font_size":16,"album_masonry_back_font_weight":"bold","album_masonry_back_padding":"0","album_masonry_title_font_color":"CCCCCC","album_masonry_title_font_style":"segoe ui","album_masonry_thumb_title_pos":"bottom","album_masonry_title_font_size":16,"album_masonry_title_font_weight":"bold","album_masonry_title_margin":"","album_masonry_title_shadow":"0px 0px 0px #888888","album_masonry_thumb_margin":0,"album_masonry_thumb_padding":0,"album_masonry_thumb_border_radius":"0","album_masonry_thumb_border_width":0,"album_masonry_thumb_border_style":"none","album_masonry_thumb_border_color":"CCCCCC","album_masonry_thumb_bg_color":"FFFFFF","album_masonry_thumbs_bg_color":"FFFFFF","album_masonry_thumb_bg_transparent":0,"album_masonry_thumb_box_shadow":"","album_masonry_thumb_transparent":100,"album_masonry_thumb_align":"center","album_masonry_thumb_hover_effect":"scale","album_masonry_thumb_hover_effect_value":"1.08","album_masonry_thumb_transition":1,"album_masonry_gal_title_font_color":"CCCCCC","album_masonry_gal_title_font_style":"segoe ui","album_masonry_gal_title_font_size":16,"album_masonry_gal_title_font_weight":"bold","album_masonry_gal_title_margin":"2px","album_masonry_gal_title_shadow":"0px 0px 0px #888888","album_masonry_gal_title_align":"center","carousel_cont_bg_color":"000000","carousel_cont_btn_transparent":0,"carousel_close_btn_transparent":50,"carousel_rl_btn_bg_color":"FFFFFF","carousel_rl_btn_border_radius":"20px","carousel_rl_btn_border_width":0,"carousel_rl_btn_border_style":"none","carousel_rl_btn_border_color":"FFFFFF","carousel_rl_btn_color":"303030","carousel_rl_btn_height":35,"carousel_rl_btn_size":15,"carousel_play_pause_btn_size":25,"carousel_rl_btn_width":35,"carousel_close_rl_btn_hover_color":"191919","carousel_rl_btn_style":"fa-chevron","carousel_mergin_bottom":"0.5","carousel_font_family":"arial","carousel_feature_border_width":2,"carousel_feature_border_style":"none","carousel_feature_border_color":"5D204F","carousel_caption_background_color":"000000","carousel_caption_bottom":0,"carousel_caption_p_mergin":0,"carousel_caption_p_pedding":5,"carousel_caption_p_font_weight":"bold","carousel_caption_p_font_size":14,"carousel_caption_p_color":"FFFFFF","carousel_title_opacity":100,"carousel_title_border_radius":"5px","mosaic_thumb_transition":"1"}';
|
| 472 |
+
$theme2 = '{"thumb_margin":4,"thumb_padding":4,"thumb_border_radius":"0","thumb_border_width":5,"thumb_border_style":"none","thumb_border_color":"FFFFFF","thumb_bg_color":"E8E8E8","thumbs_bg_color":"FFFFFF","thumb_bg_transparent":0,"thumb_box_shadow":"0px 0px 0px #888888","thumb_transparent":100,"thumb_align":"center","thumb_hover_effect":"rotate","thumb_hover_effect_value":"2deg","thumb_transition":1,"thumb_title_font_color":"CCCCCC","thumb_title_font_style":"segoe ui","thumb_title_pos":"bottom","thumb_title_font_size":16,"thumb_title_font_weight":"bold","thumb_title_margin":"5px","thumb_title_shadow":"","thumb_gal_title_font_color":"CCCCCC","thumb_gal_title_font_style":"segoe ui","thumb_gal_title_font_size":16,"thumb_gal_title_font_weight":"bold","thumb_gal_title_margin":"2px","thumb_gal_title_shadow":"0px 0px 0px #888888","thumb_gal_title_align":"center","page_nav_position":"bottom","page_nav_align":"center","page_nav_number":0,"page_nav_font_size":12,"page_nav_font_style":"segoe ui","page_nav_font_color":"666666","page_nav_font_weight":"bold","page_nav_border_width":1,"page_nav_border_style":"none","page_nav_border_color":"E3E3E3","page_nav_border_radius":"0","page_nav_margin":"0","page_nav_padding":"3px 6px","page_nav_button_bg_color":"FCFCFC","page_nav_button_bg_transparent":100,"page_nav_box_shadow":"0","page_nav_button_transition":1,"page_nav_button_text":0,"lightbox_overlay_bg_color":"000000","lightbox_overlay_bg_transparent":70,"lightbox_bg_color":"000000","lightbox_ctrl_btn_pos":"bottom","lightbox_ctrl_btn_align":"center","lightbox_ctrl_btn_height":20,"lightbox_ctrl_btn_margin_top":10,"lightbox_ctrl_btn_margin_left":7,"lightbox_ctrl_btn_transparent":80,"lightbox_ctrl_btn_color":"FFFFFF","lightbox_toggle_btn_height":14,"lightbox_toggle_btn_width":100,"lightbox_ctrl_cont_bg_color":"000000","lightbox_ctrl_cont_transparent":80,"lightbox_ctrl_cont_border_radius":4,"lightbox_close_btn_transparent":95,"lightbox_close_btn_bg_color":"000000","lightbox_close_btn_border_width":0,"lightbox_close_btn_border_radius":"16px","lightbox_close_btn_border_style":"none","lightbox_close_btn_border_color":"FFFFFF","lightbox_close_btn_box_shadow":"","lightbox_close_btn_color":"FFFFFF","lightbox_close_btn_size":10,"lightbox_close_btn_width":20,"lightbox_close_btn_height":20,"lightbox_close_btn_top":"-10","lightbox_close_btn_right":"-10","lightbox_close_btn_full_color":"FFFFFF","lightbox_rl_btn_bg_color":"000000","lightbox_rl_btn_border_radius":"20px","lightbox_rl_btn_border_width":2,"lightbox_rl_btn_border_style":"none","lightbox_rl_btn_border_color":"FFFFFF","lightbox_rl_btn_box_shadow":"","lightbox_rl_btn_color":"FFFFFF","lightbox_rl_btn_height":40,"lightbox_rl_btn_width":40,"lightbox_rl_btn_size":20,"lightbox_close_rl_btn_hover_color":"FFFFFF","lightbox_comment_pos":"left","lightbox_comment_width":400,"lightbox_comment_bg_color":"000000","lightbox_comment_font_color":"CCCCCC","lightbox_comment_font_style":"segoe ui","lightbox_comment_font_size":12,"lightbox_comment_button_bg_color":"333333","lightbox_comment_button_border_color":"666666","lightbox_comment_button_border_width":1,"lightbox_comment_button_border_style":"none","lightbox_comment_button_border_radius":"3px","lightbox_comment_button_padding":"3px 10px","lightbox_comment_input_bg_color":"333333","lightbox_comment_input_border_color":"666666","lightbox_comment_input_border_width":1,"lightbox_comment_input_border_style":"none","lightbox_comment_input_border_radius":"0","lightbox_comment_input_padding":"3px","lightbox_comment_separator_width":1,"lightbox_comment_separator_style":"solid","lightbox_comment_separator_color":"2B2B2B","lightbox_comment_author_font_size":14,"lightbox_comment_date_font_size":10,"lightbox_comment_body_font_size":12,"lightbox_comment_share_button_color":"FFFFFF","lightbox_filmstrip_pos":"top","lightbox_filmstrip_rl_bg_color":"2B2B2B","lightbox_filmstrip_rl_btn_size":20,"lightbox_filmstrip_rl_btn_color":"FFFFFF","lightbox_filmstrip_thumb_margin":"0 1px","lightbox_filmstrip_thumb_border_width":1,"lightbox_filmstrip_thumb_border_style":"none","lightbox_filmstrip_thumb_border_color":"000000","lightbox_filmstrip_thumb_border_radius":"0","lightbox_filmstrip_thumb_deactive_transparent":80,"lightbox_filmstrip_thumb_active_border_width":0,"lightbox_filmstrip_thumb_active_border_color":"FFFFFF","lightbox_rl_btn_style":"fa-chevron","lightbox_rl_btn_transparent":80,"lightbox_bg_transparent":100,"album_compact_back_font_color":"000000","album_compact_back_font_style":"segoe ui","album_compact_back_font_size":14,"album_compact_back_font_weight":"normal","album_compact_back_padding":"0","album_compact_title_font_color":"CCCCCC","album_compact_title_font_style":"segoe ui","album_compact_thumb_title_pos":"bottom","album_compact_title_font_size":16,"album_compact_title_font_weight":"bold","album_compact_title_margin":"5px","album_compact_title_shadow":"","album_compact_thumb_margin":4,"album_compact_thumb_padding":4,"album_compact_thumb_border_radius":"0","album_compact_thumb_border_width":1,"album_compact_thumb_border_style":"none","album_compact_thumb_border_color":"000000","album_compact_thumb_bg_color":"E8E8E8","album_compact_thumbs_bg_color":"FFFFFF","album_compact_thumb_bg_transparent":100,"album_compact_thumb_box_shadow":"","album_compact_thumb_transparent":100,"album_compact_thumb_align":"center","album_compact_thumb_hover_effect":"rotate","album_compact_thumb_hover_effect_value":"2deg","album_compact_thumb_transition":1,"album_compact_gal_title_font_color":"CCCCCC","album_compact_gal_title_font_style":"segoe ui","album_compact_gal_title_font_size":16,"album_compact_gal_title_font_weight":"bold","album_compact_gal_title_margin":"2px","album_compact_gal_title_shadow":"0px 0px 0px #888888","album_compact_gal_title_align":"center","album_extended_thumb_margin":2,"album_extended_thumb_padding":4,"album_extended_thumb_border_radius":"0","album_extended_thumb_border_width":4,"album_extended_thumb_border_style":"none","album_extended_thumb_border_color":"E8E8E8","album_extended_thumb_bg_color":"E8E8E8","album_extended_thumbs_bg_color":"FFFFFF","album_extended_thumb_bg_transparent":100,"album_extended_thumb_box_shadow":"","album_extended_thumb_transparent":100,"album_extended_thumb_align":"left","album_extended_thumb_hover_effect":"rotate","album_extended_thumb_hover_effect_value":"2deg","album_extended_thumb_transition":0,"album_extended_back_font_color":"000000","album_extended_back_font_style":"segoe ui","album_extended_back_font_size":16,"album_extended_back_font_weight":"bold","album_extended_back_padding":"0","album_extended_div_bg_color":"FFFFFF","album_extended_div_bg_transparent":0,"album_extended_div_border_radius":"0","album_extended_div_margin":"0 0 5px 0","album_extended_div_padding":10,"album_extended_div_separator_width":1,"album_extended_div_separator_style":"none","album_extended_div_separator_color":"CCCCCC","album_extended_thumb_div_bg_color":"FFFFFF","album_extended_thumb_div_border_radius":"0","album_extended_thumb_div_border_width":0,"album_extended_thumb_div_border_style":"none","album_extended_thumb_div_border_color":"CCCCCC","album_extended_thumb_div_padding":"0","album_extended_text_div_bg_color":"FFFFFF","album_extended_text_div_border_radius":"0","album_extended_text_div_border_width":1,"album_extended_text_div_border_style":"none","album_extended_text_div_border_color":"CCCCCC","album_extended_text_div_padding":"5px","album_extended_title_span_border_width":1,"album_extended_title_span_border_style":"none","album_extended_title_span_border_color":"CCCCCC","album_extended_title_font_color":"000000","album_extended_title_font_style":"segoe ui","album_extended_title_font_size":16,"album_extended_title_font_weight":"bold","album_extended_title_margin_bottom":2,"album_extended_title_padding":"2px","album_extended_desc_span_border_width":1,"album_extended_desc_span_border_style":"none","album_extended_desc_span_border_color":"CCCCCC","album_extended_desc_font_color":"000000","album_extended_desc_font_style":"segoe ui","album_extended_desc_font_size":14,"album_extended_desc_font_weight":"normal","album_extended_desc_padding":"2px","album_extended_desc_more_color":"FFC933","album_extended_desc_more_size":12,"album_extended_gal_title_font_color":"CCCCCC","album_extended_gal_title_font_style":"segoe ui","album_extended_gal_title_font_size":16,"album_extended_gal_title_font_weight":"bold","album_extended_gal_title_margin":"2px","album_extended_gal_title_shadow":"0px 0px 0px #888888","album_extended_gal_title_align":"center","masonry_thumb_padding":4,"masonry_thumb_border_radius":"2px","masonry_thumb_border_width":1,"masonry_thumb_border_style":"none","masonry_thumb_border_color":"CCCCCC","masonry_thumbs_bg_color":"FFFFFF","masonry_thumb_bg_transparent":0,"masonry_thumb_transparent":80,"masonry_thumb_align":"center","masonry_thumb_hover_effect":"rotate","masonry_thumb_hover_effect_value":"2deg","masonry_thumb_transition":0,"masonry_thumb_gal_title_font_color":"CCCCCC","masonry_thumb_gal_title_font_style":"segoe ui","masonry_thumb_gal_title_font_size":16,"masonry_thumb_gal_title_font_weight":"bold","masonry_thumb_gal_title_margin":"2px","masonry_thumb_gal_title_shadow":"0px 0px 0px #888888","masonry_thumb_gal_title_align":"center","slideshow_cont_bg_color":"000000","slideshow_close_btn_transparent":100,"slideshow_rl_btn_bg_color":"000000","slideshow_rl_btn_border_radius":"20px","slideshow_rl_btn_border_width":0,"slideshow_rl_btn_border_style":"none","slideshow_rl_btn_border_color":"FFFFFF","slideshow_rl_btn_box_shadow":"","slideshow_rl_btn_color":"FFFFFF","slideshow_rl_btn_height":40,"slideshow_rl_btn_size":20,"slideshow_rl_btn_width":40,"slideshow_close_rl_btn_hover_color":"DBDBDB","slideshow_filmstrip_pos":"bottom","slideshow_filmstrip_thumb_border_width":1,"slideshow_filmstrip_thumb_border_style":"none","slideshow_filmstrip_thumb_border_color":"000000","slideshow_filmstrip_thumb_border_radius":"0","slideshow_filmstrip_thumb_margin":"0 1px","slideshow_filmstrip_thumb_active_border_width":0,"slideshow_filmstrip_thumb_active_border_color":"FFFFFF","slideshow_filmstrip_thumb_deactive_transparent":80,"slideshow_filmstrip_rl_bg_color":"303030","slideshow_filmstrip_rl_btn_color":"FFFFFF","slideshow_filmstrip_rl_btn_size":20,"slideshow_title_font_size":16,"slideshow_title_font":"segoe ui","slideshow_title_color":"FFFFFF","slideshow_title_opacity":70,"slideshow_title_border_radius":"5px","slideshow_title_background_color":"000000","slideshow_title_padding":"5px 10px 5px 10px","slideshow_description_font_size":14,"slideshow_description_font":"segoe ui","slideshow_description_color":"FFFFFF","slideshow_description_opacity":70,"slideshow_description_border_radius":"0","slideshow_description_background_color":"000000","slideshow_description_padding":"5px 10px 5px 10px","slideshow_dots_width":10,"slideshow_dots_height":10,"slideshow_dots_border_radius":"10px","slideshow_dots_background_color":"292929","slideshow_dots_margin":1,"slideshow_dots_active_background_color":"292929","slideshow_dots_active_border_width":2,"slideshow_dots_active_border_color":"FFC933","slideshow_play_pause_btn_size":60,"slideshow_rl_btn_style":"fa-chevron","blog_style_margin":"2px","blog_style_padding":"4px","blog_style_border_radius":"0","blog_style_border_width":1,"blog_style_border_style":"none","blog_style_border_color":"CCCCCC","blog_style_bg_color":"E8E8E8","blog_style_transparent":70,"blog_style_box_shadow":"","blog_style_align":"center","blog_style_share_buttons_margin":"5px auto 10px auto","blog_style_share_buttons_border_radius":"0","blog_style_share_buttons_border_width":0,"blog_style_share_buttons_border_style":"none","blog_style_share_buttons_border_color":"000000","blog_style_share_buttons_bg_color":"FFFFFF","blog_style_share_buttons_align":"right","blog_style_img_font_size":16,"blog_style_img_font_family":"segoe ui","blog_style_img_font_color":"000000","blog_style_share_buttons_color":"A1A1A1","blog_style_share_buttons_bg_transparent":0,"blog_style_share_buttons_font_size":20,"blog_style_image_title_align":"top","blog_style_gal_title_font_color":"CCCCCC","blog_style_gal_title_font_style":"segoe ui","blog_style_gal_title_font_size":16,"blog_style_gal_title_font_weight":"bold","blog_style_gal_title_margin":"2px","blog_style_gal_title_shadow":"0px 0px 0px #888888","blog_style_gal_title_align":"center","image_browser_margin":"2px auto","image_browser_padding":"4px","image_browser_border_radius":"2px","image_browser_border_width":1,"image_browser_border_style":"none","image_browser_border_color":"E8E8E8","image_browser_bg_color":"E8E8E8","image_browser_box_shadow":"","image_browser_transparent":80,"image_browser_align":"center","image_browser_image_description_margin":"24px 0px 0px 0px","image_browser_image_description_padding":"8px 8px 8px 8px","image_browser_image_description_border_radius":"0","image_browser_image_description_border_width":1,"image_browser_image_description_border_style":"none","image_browser_image_description_border_color":"FFFFFF","image_browser_image_description_bg_color":"E8E8E8","image_browser_image_description_align":"center","image_browser_img_font_size":14,"image_browser_img_font_family":"segoe ui","image_browser_img_font_color":"000000","image_browser_full_padding":"4px","image_browser_full_border_radius":"0","image_browser_full_border_width":1,"image_browser_full_border_style":"solid","image_browser_full_border_color":"EDEDED","image_browser_full_bg_color":"FFFFFF","image_browser_full_transparent":90,"image_browser_image_title_align":"top","image_browser_gal_title_font_color":"CCCCCC","image_browser_gal_title_font_style":"segoe ui","image_browser_gal_title_font_size":16,"image_browser_gal_title_font_weight":"bold","image_browser_gal_title_margin":"2px","image_browser_gal_title_shadow":"0px 0px 0px #888888","image_browser_gal_title_align":"center","lightbox_info_pos":"top","lightbox_info_align":"right","lightbox_info_bg_color":"000000","lightbox_info_bg_transparent":70,"lightbox_info_border_width":1,"lightbox_info_border_style":"none","lightbox_info_border_color":"000000","lightbox_info_border_radius":"5px","lightbox_info_padding":"5px","lightbox_info_margin":"15px","lightbox_title_color":"FFFFFF","lightbox_title_font_style":"segoe ui","lightbox_title_font_weight":"bold","lightbox_title_font_size":18,"lightbox_description_color":"FFFFFF","lightbox_description_font_style":"segoe ui","lightbox_description_font_weight":"normal","lightbox_description_font_size":14,"lightbox_rate_pos":"bottom","lightbox_rate_align":"right","lightbox_rate_icon":"star","lightbox_rate_color":"F9D062","lightbox_rate_size":20,"lightbox_rate_stars_count":5,"lightbox_rate_padding":"15px","lightbox_rate_hover_color":"F7B50E","lightbox_hit_pos":"bottom","lightbox_hit_align":"left","lightbox_hit_bg_color":"000000","lightbox_hit_bg_transparent":70,"lightbox_hit_border_width":1,"lightbox_hit_border_style":"none","lightbox_hit_border_color":"000000","lightbox_hit_border_radius":"5px","lightbox_hit_padding":"5px","lightbox_hit_margin":"0 5px","lightbox_hit_color":"FFFFFF","lightbox_hit_font_style":"segoe ui","lightbox_hit_font_weight":"normal","lightbox_hit_font_size":14,"masonry_description_font_size":12,"masonry_description_color":"CCCCCC","masonry_description_font_style":"segoe ui","album_masonry_back_font_color":"000000","album_masonry_back_font_style":"segoe ui","album_masonry_back_font_size":14,"album_masonry_back_font_weight":"normal","album_masonry_back_padding":"0","album_masonry_title_font_color":"CCCCCC","album_masonry_title_font_style":"segoe ui","album_masonry_thumb_title_pos":"bottom","album_masonry_title_font_size":16,"album_masonry_title_font_weight":"bold","album_masonry_title_margin":"5px","album_masonry_title_shadow":"","album_masonry_thumb_margin":4,"album_masonry_thumb_padding":4,"album_masonry_thumb_border_radius":"0","album_masonry_thumb_border_width":1,"album_masonry_thumb_border_style":"none","album_masonry_thumb_border_color":"000000","album_masonry_thumb_bg_color":"E8E8E8","album_masonry_thumbs_bg_color":"FFFFFF","album_masonry_thumb_bg_transparent":100,"album_masonry_thumb_box_shadow":"","album_masonry_thumb_transparent":100,"album_masonry_thumb_align":"center","album_masonry_thumb_hover_effect":"rotate","album_masonry_thumb_hover_effect_value":"2deg","album_masonry_thumb_transition":1,"album_masonry_gal_title_font_color":"CCCCCC","album_masonry_gal_title_font_style":"segoe ui","album_masonry_gal_title_font_size":16,"album_masonry_gal_title_font_weight":"bold","album_masonry_gal_title_margin":"2px","album_masonry_gal_title_shadow":"0px 0px 0px #888888","album_masonry_gal_title_align":"center","mosaic_thumb_padding":4,"mosaic_thumb_border_radius":"2px","mosaic_thumb_border_width":1,"mosaic_thumb_border_style":"none","mosaic_thumb_border_color":"CCCCCC","mosaic_thumbs_bg_color":"FFFFFF","mosaic_thumb_bg_transparent":0,"mosaic_thumb_transparent":80,"mosaic_thumb_align":"center","mosaic_thumb_hover_effect":"rotate","mosaic_thumb_hover_effect_value":"2deg","mosaic_thumb_title_font_color":"CCCCCC","mosaic_thumb_title_font_style":"segoe ui","mosaic_thumb_title_font_weight":"bold","mosaic_thumb_title_margin":"2px","mosaic_thumb_title_shadow":"0px 0px 0px #888888","mosaic_thumb_title_font_size":16,"mosaic_thumb_gal_title_font_color":"CCCCCC","mosaic_thumb_gal_title_font_style":"segoe ui","mosaic_thumb_gal_title_font_size":16,"mosaic_thumb_gal_title_font_weight":"bold","mosaic_thumb_gal_title_margin":"2px","mosaic_thumb_gal_title_shadow":"0px 0px 0px #888888","mosaic_thumb_gal_title_align":"center","carousel_cont_bg_color":"000000","carousel_cont_btn_transparent":0,"carousel_close_btn_transparent":100,"carousel_rl_btn_bg_color":"000000","carousel_rl_btn_border_radius":"20px","carousel_rl_btn_border_width":0,"carousel_rl_btn_border_style":"none","carousel_rl_btn_border_color":"FFFFFF","carousel_rl_btn_color":"FFFFFF","carousel_rl_btn_height":40,"carousel_rl_btn_size":20,"carousel_play_pause_btn_size":20,"carousel_rl_btn_width":40,"carousel_close_rl_btn_hover_color":"CCCCCC","carousel_rl_btn_style":"fa-chevron","carousel_mergin_bottom":"0.5","carousel_font_family":"segoe ui","carousel_feature_border_width":2,"carousel_feature_border_style":"solid","carousel_feature_border_color":"5D204F","carousel_caption_background_color":"000000","carousel_caption_bottom":0,"carousel_caption_p_mergin":0,"carousel_caption_p_pedding":5,"carousel_caption_p_font_weight":"bold","carousel_caption_p_font_size":14,"carousel_caption_p_color":"FFFFFF","carousel_title_opacity":100,"carousel_title_border_radius":"5px","mosaic_thumb_transition":1}';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 473 |
if (!$exists_default) {
|
| 474 |
$wpdb->insert($wpdb->prefix . 'bwg_theme', array(
|
| 475 |
'id' => 1,
|
| 487 |
}
|
| 488 |
|
| 489 |
$version = get_option('wd_bwg_version');
|
| 490 |
+
$new_version = '1.3.69';
|
| 491 |
if ($version && version_compare($version, $new_version, '<')) {
|
| 492 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
| 493 |
bwg_update($version);
|
| 539 |
|
| 540 |
function bwg_update_hook() {
|
| 541 |
$version = get_option('wd_bwg_version');
|
| 542 |
+
$new_version = '1.3.69';
|
| 543 |
if ($version && version_compare($version, $new_version, '<')) {
|
| 544 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
| 545 |
bwg_update($version);
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: webdorado,wdsupport,photogallerysupport
|
|
| 3 |
Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
|
| 4 |
Requires at least: 3.4
|
| 5 |
Tested up to: 4.9
|
| 6 |
-
Stable tag: 1.3.
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
|
@@ -279,6 +279,9 @@ Choose whether to display random or the first/last specific number of images.
|
|
| 279 |
|
| 280 |
== Changelog ==
|
| 281 |
|
|
|
|
|
|
|
|
|
|
| 282 |
= 1.3.68 =
|
| 283 |
* Fixed: Import from media library for large amount images.
|
| 284 |
|
| 3 |
Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
|
| 4 |
Requires at least: 3.4
|
| 5 |
Tested up to: 4.9
|
| 6 |
+
Stable tag: 1.3.69
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
| 279 |
|
| 280 |
== Changelog ==
|
| 281 |
|
| 282 |
+
= 1.3.69 =
|
| 283 |
+
* Changed: Default options and theme.
|
| 284 |
+
|
| 285 |
= 1.3.68 =
|
| 286 |
* Fixed: Import from media library for large amount images.
|
| 287 |
|
