Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- frontend/views/BWGViewAlbum_compact_preview.php +5 -13
- frontend/views/BWGViewAlbum_extended_preview.php +7 -17
- frontend/views/BWGViewGalleryBox.php +3 -10
- frontend/views/BWGViewImage_browser.php +3 -8
- frontend/views/BWGViewSlideshow.php +11 -26
- frontend/views/BWGViewThumbnails.php +2 -7
- photo-gallery.php +1 -1
- readme.txt +4 -4
frontend/views/BWGViewAlbum_compact_preview.php
CHANGED
@@ -299,8 +299,7 @@ class BWGViewAlbum_compact_preview {
|
|
299 |
word-break: break-all;
|
300 |
word-wrap: break-word;
|
301 |
}
|
302 |
-
|
303 |
-
/*Pagination styles.*/
|
304 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
305 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
306 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
@@ -357,8 +356,7 @@ class BWGViewAlbum_compact_preview {
|
|
357 |
box-shadow: <?php echo $theme_row->page_nav_box_shadow; ?>;
|
358 |
<?php echo ($theme_row->page_nav_button_transition ) ? 'transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;' : ''; ?>
|
359 |
}
|
360 |
-
|
361 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_back_<?php echo $bwg; ?> {
|
362 |
background-color: rgba(0, 0, 0, 0);
|
363 |
color: #<?php echo $theme_row->album_compact_back_font_color; ?> !important;
|
364 |
cursor: pointer;
|
@@ -369,8 +367,7 @@ class BWGViewAlbum_compact_preview {
|
|
369 |
text-decoration: none;
|
370 |
padding: <?php echo $theme_row->album_compact_back_padding; ?>;
|
371 |
}
|
372 |
-
|
373 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_popup_overlay_<?php echo $bwg; ?> {
|
374 |
background-color: #<?php echo $theme_row->lightbox_overlay_bg_color; ?>;
|
375 |
opacity: <?php echo $theme_row->lightbox_overlay_bg_transparent / 100; ?>;
|
376 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_overlay_bg_transparent; ?>);
|
@@ -450,8 +447,7 @@ class BWGViewAlbum_compact_preview {
|
|
450 |
<span class="bwg_album_thumb_<?php echo $bwg; ?>">
|
451 |
<span class="bwg_album_thumb_span1_<?php echo $bwg; ?>">
|
452 |
<span class="bwg_album_thumb_span2_<?php echo $bwg; ?>">
|
453 |
-
<img style="padding: 0 !important; max-height: none !important; max-width: none !important; width: <?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;"
|
454 |
-
src="<?php echo $preview_url; ?>" />
|
455 |
<?php
|
456 |
if ($params['compuct_album_title'] == 'hover') {
|
457 |
?>
|
@@ -540,11 +536,7 @@ class BWGViewAlbum_compact_preview {
|
|
540 |
<span class="bwg_standart_thumb_<?php echo $bwg; ?>">
|
541 |
<span class="bwg_standart_thumb_span1_<?php echo $bwg; ?>">
|
542 |
<span class="bwg_standart_thumb_span2_<?php echo $bwg; ?>">
|
543 |
-
<img style="max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;"
|
544 |
-
id="<?php echo $image_row->id; ?>"
|
545 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->thumb_url; ?>"
|
546 |
-
alt="<?php echo $image_row->alt; ?>"
|
547 |
-
title="<?php echo $image_row->alt; ?>" />
|
548 |
<?php
|
549 |
if ($params['compuct_album_image_title'] == 'hover') {
|
550 |
?>
|
299 |
word-break: break-all;
|
300 |
word-wrap: break-word;
|
301 |
}
|
302 |
+
/*Pagination styles.*/
|
|
|
303 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
304 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
305 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
356 |
box-shadow: <?php echo $theme_row->page_nav_box_shadow; ?>;
|
357 |
<?php echo ($theme_row->page_nav_button_transition ) ? 'transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;' : ''; ?>
|
358 |
}
|
359 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_back_<?php echo $bwg; ?> {
|
|
|
360 |
background-color: rgba(0, 0, 0, 0);
|
361 |
color: #<?php echo $theme_row->album_compact_back_font_color; ?> !important;
|
362 |
cursor: pointer;
|
367 |
text-decoration: none;
|
368 |
padding: <?php echo $theme_row->album_compact_back_padding; ?>;
|
369 |
}
|
370 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_popup_overlay_<?php echo $bwg; ?> {
|
|
|
371 |
background-color: #<?php echo $theme_row->lightbox_overlay_bg_color; ?>;
|
372 |
opacity: <?php echo $theme_row->lightbox_overlay_bg_transparent / 100; ?>;
|
373 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_overlay_bg_transparent; ?>);
|
447 |
<span class="bwg_album_thumb_<?php echo $bwg; ?>">
|
448 |
<span class="bwg_album_thumb_span1_<?php echo $bwg; ?>">
|
449 |
<span class="bwg_album_thumb_span2_<?php echo $bwg; ?>">
|
450 |
+
<img style="padding: 0 !important; max-height: none !important; max-width: none !important; width: <?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" src="<?php echo $preview_url; ?>" />
|
|
|
451 |
<?php
|
452 |
if ($params['compuct_album_title'] == 'hover') {
|
453 |
?>
|
536 |
<span class="bwg_standart_thumb_<?php echo $bwg; ?>">
|
537 |
<span class="bwg_standart_thumb_span1_<?php echo $bwg; ?>">
|
538 |
<span class="bwg_standart_thumb_span2_<?php echo $bwg; ?>">
|
539 |
+
<img style="max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" title="<?php echo $image_row->alt; ?>" />
|
|
|
|
|
|
|
|
|
540 |
<?php
|
541 |
if ($params['compuct_album_image_title'] == 'hover') {
|
542 |
?>
|
frontend/views/BWGViewAlbum_extended_preview.php
CHANGED
@@ -173,8 +173,7 @@ class BWGViewAlbum_extended_preview {
|
|
173 |
font-size: <?php echo $theme_row->album_extended_desc_more_size; ?>px;
|
174 |
font-weight: normal;
|
175 |
}
|
176 |
-
|
177 |
-
/*Album thumbs styles.*/
|
178 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_album_thumb_<?php echo $bwg; ?> {
|
179 |
display: inline-block;
|
180 |
text-align: center;
|
@@ -214,8 +213,7 @@ class BWGViewAlbum_extended_preview {
|
|
214 |
overflow: hidden;
|
215 |
width: <?php echo $params['extended_album_thumb_width']; ?>px;
|
216 |
}
|
217 |
-
|
218 |
-
/*Image thumbs styles.*/
|
219 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumb_span1_<?php echo $bwg; ?> {
|
220 |
background-color: #<?php echo $theme_row->thumb_bg_color; ?>;
|
221 |
border-radius: <?php echo $theme_row->thumb_border_radius; ?>;
|
@@ -317,8 +315,7 @@ class BWGViewAlbum_extended_preview {
|
|
317 |
word-break: break-all;
|
318 |
word-wrap: break-word;
|
319 |
}
|
320 |
-
|
321 |
-
/*Pagination styles.*/
|
322 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
323 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
324 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
@@ -375,8 +372,7 @@ class BWGViewAlbum_extended_preview {
|
|
375 |
box-shadow: <?php echo $theme_row->page_nav_box_shadow; ?>;
|
376 |
<?php echo ($theme_row->page_nav_button_transition ) ? 'transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;' : ''; ?>
|
377 |
}
|
378 |
-
|
379 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_back_<?php echo $bwg; ?> {
|
380 |
background-color: rgba(0, 0, 0, 0);
|
381 |
color: #<?php echo $theme_row->album_extended_back_font_color; ?> !important;
|
382 |
cursor: pointer;
|
@@ -387,8 +383,7 @@ class BWGViewAlbum_extended_preview {
|
|
387 |
text-decoration: none;
|
388 |
padding: <?php echo $theme_row->album_extended_back_padding; ?>;
|
389 |
}
|
390 |
-
|
391 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_popup_overlay_<?php echo $bwg; ?> {
|
392 |
background-color: #<?php echo $theme_row->lightbox_overlay_bg_color; ?>;
|
393 |
opacity: <?php echo $theme_row->lightbox_overlay_bg_transparent / 100; ?>;
|
394 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_overlay_bg_transparent; ?>);
|
@@ -469,8 +464,7 @@ class BWGViewAlbum_extended_preview {
|
|
469 |
<span class="bwg_album_thumb_<?php echo $bwg; ?>" style="height:inherit;">
|
470 |
<span class="bwg_album_thumb_span1_<?php echo $bwg; ?>">
|
471 |
<span class="bwg_album_thumb_span2_<?php echo $bwg; ?>">
|
472 |
-
<img style="padding: 0; max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;"
|
473 |
-
src="<?php echo $preview_url; ?>" />
|
474 |
</span>
|
475 |
</span>
|
476 |
</span>
|
@@ -577,11 +571,7 @@ class BWGViewAlbum_extended_preview {
|
|
577 |
<span class="bwg_standart_thumb_<?php echo $bwg; ?>">
|
578 |
<span class="bwg_standart_thumb_span1_<?php echo $bwg; ?>">
|
579 |
<span class="bwg_standart_thumb_span2_<?php echo $bwg; ?>">
|
580 |
-
<img style="max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;"
|
581 |
-
id="<?php echo $image_row->id; ?>"
|
582 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->thumb_url; ?>"
|
583 |
-
alt="<?php echo $image_row->alt; ?>"
|
584 |
-
title="<?php echo $image_row->alt; ?>" />
|
585 |
<?php
|
586 |
if ($params['extended_album_image_title'] == 'hover') {
|
587 |
?>
|
173 |
font-size: <?php echo $theme_row->album_extended_desc_more_size; ?>px;
|
174 |
font-weight: normal;
|
175 |
}
|
176 |
+
/*Album thumbs styles.*/
|
|
|
177 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_album_thumb_<?php echo $bwg; ?> {
|
178 |
display: inline-block;
|
179 |
text-align: center;
|
213 |
overflow: hidden;
|
214 |
width: <?php echo $params['extended_album_thumb_width']; ?>px;
|
215 |
}
|
216 |
+
/*Image thumbs styles.*/
|
|
|
217 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_standart_thumb_span1_<?php echo $bwg; ?> {
|
218 |
background-color: #<?php echo $theme_row->thumb_bg_color; ?>;
|
219 |
border-radius: <?php echo $theme_row->thumb_border_radius; ?>;
|
315 |
word-break: break-all;
|
316 |
word-wrap: break-word;
|
317 |
}
|
318 |
+
/*Pagination styles.*/
|
|
|
319 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
320 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
321 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
372 |
box-shadow: <?php echo $theme_row->page_nav_box_shadow; ?>;
|
373 |
<?php echo ($theme_row->page_nav_button_transition ) ? 'transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;' : ''; ?>
|
374 |
}
|
375 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_back_<?php echo $bwg; ?> {
|
|
|
376 |
background-color: rgba(0, 0, 0, 0);
|
377 |
color: #<?php echo $theme_row->album_extended_back_font_color; ?> !important;
|
378 |
cursor: pointer;
|
383 |
text-decoration: none;
|
384 |
padding: <?php echo $theme_row->album_extended_back_padding; ?>;
|
385 |
}
|
386 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_popup_overlay_<?php echo $bwg; ?> {
|
|
|
387 |
background-color: #<?php echo $theme_row->lightbox_overlay_bg_color; ?>;
|
388 |
opacity: <?php echo $theme_row->lightbox_overlay_bg_transparent / 100; ?>;
|
389 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_overlay_bg_transparent; ?>);
|
464 |
<span class="bwg_album_thumb_<?php echo $bwg; ?>" style="height:inherit;">
|
465 |
<span class="bwg_album_thumb_span1_<?php echo $bwg; ?>">
|
466 |
<span class="bwg_album_thumb_span2_<?php echo $bwg; ?>">
|
467 |
+
<img style="padding: 0; max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" src="<?php echo $preview_url; ?>" />
|
|
|
468 |
</span>
|
469 |
</span>
|
470 |
</span>
|
571 |
<span class="bwg_standart_thumb_<?php echo $bwg; ?>">
|
572 |
<span class="bwg_standart_thumb_span1_<?php echo $bwg; ?>">
|
573 |
<span class="bwg_standart_thumb_span2_<?php echo $bwg; ?>">
|
574 |
+
<img style="max-height:none; max-width:none; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" title="<?php echo $image_row->alt; ?>" />
|
|
|
|
|
|
|
|
|
575 |
<?php
|
576 |
if ($params['extended_album_image_title'] == 'hover') {
|
577 |
?>
|
frontend/views/BWGViewGalleryBox.php
CHANGED
@@ -414,8 +414,7 @@ class BWGViewGalleryBox {
|
|
414 |
.bwg_google {
|
415 |
color: #<?php echo $theme_row->lightbox_comment_share_button_color; ?>;
|
416 |
}
|
417 |
-
|
418 |
-
.bwg_image_container {
|
419 |
display: table;
|
420 |
position: absolute;
|
421 |
text-align: center;
|
@@ -423,7 +422,6 @@ class BWGViewGalleryBox {
|
|
423 |
vertical-align: middle;
|
424 |
width: 100%;
|
425 |
}
|
426 |
-
|
427 |
.bwg_filmstrip_container {
|
428 |
display: table;
|
429 |
height: <?php echo $image_filmstrip_height; ?>px;
|
@@ -661,10 +659,7 @@ class BWGViewGalleryBox {
|
|
661 |
<span class="bwg_popup_image_span" id="image_id_<?php echo $image_row->id; ?>">
|
662 |
<span class="bwg_popup_image_span1" style="display: table; width: inherit; height: inherit;">
|
663 |
<span class="bwg_popup_image_span2" style="display: table-cell; vertical-align: middle; text-align: center;">
|
664 |
-
<img id="bwg_popup_image"
|
665 |
-
class="bwg_popup_image"
|
666 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>"
|
667 |
-
image_id="<?php echo $image_row->id; ?>" />
|
668 |
</span>
|
669 |
</span>
|
670 |
</span>
|
@@ -682,9 +677,7 @@ class BWGViewGalleryBox {
|
|
682 |
<span class="bwg_popup_image_second_span" id="image_id_<?php echo $image_row->id; ?>">
|
683 |
<span class="bwg_popup_image_span1" style="display: table; width: inherit; height: inherit;">
|
684 |
<span class="bwg_popup_image_span2" style="display: table-cell; vertical-align: middle; text-align: center;">
|
685 |
-
<img id="bwg_popup_image_second"
|
686 |
-
class="bwg_popup_image"
|
687 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" />
|
688 |
</span>
|
689 |
</span>
|
690 |
</span>
|
414 |
.bwg_google {
|
415 |
color: #<?php echo $theme_row->lightbox_comment_share_button_color; ?>;
|
416 |
}
|
417 |
+
.bwg_image_container {
|
|
|
418 |
display: table;
|
419 |
position: absolute;
|
420 |
text-align: center;
|
422 |
vertical-align: middle;
|
423 |
width: 100%;
|
424 |
}
|
|
|
425 |
.bwg_filmstrip_container {
|
426 |
display: table;
|
427 |
height: <?php echo $image_filmstrip_height; ?>px;
|
659 |
<span class="bwg_popup_image_span" id="image_id_<?php echo $image_row->id; ?>">
|
660 |
<span class="bwg_popup_image_span1" style="display: table; width: inherit; height: inherit;">
|
661 |
<span class="bwg_popup_image_span2" style="display: table-cell; vertical-align: middle; text-align: center;">
|
662 |
+
<img id="bwg_popup_image" class="bwg_popup_image" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" image_id="<?php echo $image_row->id; ?>" />
|
|
|
|
|
|
|
663 |
</span>
|
664 |
</span>
|
665 |
</span>
|
677 |
<span class="bwg_popup_image_second_span" id="image_id_<?php echo $image_row->id; ?>">
|
678 |
<span class="bwg_popup_image_span1" style="display: table; width: inherit; height: inherit;">
|
679 |
<span class="bwg_popup_image_span2" style="display: table-cell; vertical-align: middle; text-align: center;">
|
680 |
+
<img id="bwg_popup_image_second" class="bwg_popup_image" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" />
|
|
|
|
|
681 |
</span>
|
682 |
</span>
|
683 |
</span>
|
frontend/views/BWGViewImage_browser.php
CHANGED
@@ -162,8 +162,7 @@ class BWGViewImage_browser {
|
|
162 |
height: inherit !important;
|
163 |
width: 100%;
|
164 |
}
|
165 |
-
|
166 |
-
@media only screen and (max-width : 320px) {
|
167 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .displaying-num_<?php echo $bwg; ?> {
|
168 |
display: none;
|
169 |
}
|
@@ -201,8 +200,7 @@ class BWGViewImage_browser {
|
|
201 |
font-size: 10px !important;
|
202 |
}
|
203 |
}
|
204 |
-
|
205 |
-
/*pagination styles*/
|
206 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
207 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
208 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
@@ -419,10 +417,7 @@ class BWGViewImage_browser {
|
|
419 |
}
|
420 |
?>
|
421 |
<a style="position:relative;" href="javascript:spider_createpopup('<?php echo addslashes(add_query_arg($params_array, admin_url('admin-ajax.php'))); ?>', '<?php echo $bwg; ?>', '<?php echo $params['popup_width']; ?>', '<?php echo $params['popup_height']; ?>', 1, 'testpopup', 5);">
|
422 |
-
<img class="bwg_image_browser_img_<?php echo $bwg; ?>"
|
423 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>"
|
424 |
-
alt="<?php echo $image_row->alt; ?>"
|
425 |
-
title="<?php echo $image_row->alt; ?>" />
|
426 |
</a>
|
427 |
<script>
|
428 |
setTimeout(function(){
|
162 |
height: inherit !important;
|
163 |
width: 100%;
|
164 |
}
|
165 |
+
@media only screen and (max-width : 320px) {
|
|
|
166 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .displaying-num_<?php echo $bwg; ?> {
|
167 |
display: none;
|
168 |
}
|
200 |
font-size: 10px !important;
|
201 |
}
|
202 |
}
|
203 |
+
/*pagination styles*/
|
|
|
204 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
205 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
206 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
417 |
}
|
418 |
?>
|
419 |
<a style="position:relative;" href="javascript:spider_createpopup('<?php echo addslashes(add_query_arg($params_array, admin_url('admin-ajax.php'))); ?>', '<?php echo $bwg; ?>', '<?php echo $params['popup_width']; ?>', '<?php echo $params['popup_height']; ?>', 1, 'testpopup', 5);">
|
420 |
+
<img class="bwg_image_browser_img_<?php echo $bwg; ?>" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" alt="<?php echo $image_row->alt; ?>" title="<?php echo $image_row->alt; ?>" />
|
|
|
|
|
|
|
421 |
</a>
|
422 |
<script>
|
423 |
setTimeout(function(){
|
frontend/views/BWGViewSlideshow.php
CHANGED
@@ -145,8 +145,7 @@ class BWGViewSlideshow {
|
|
145 |
-moz-backface-visibility: hidden;
|
146 |
-ms-backface-visibility: hidden;*/
|
147 |
}
|
148 |
-
|
149 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_image_wrap_<?php echo $bwg; ?> {
|
150 |
background-color: #<?php echo $theme_row->slideshow_cont_bg_color; ?>;
|
151 |
border-collapse: collapse;
|
152 |
display: table;
|
@@ -229,17 +228,14 @@ class BWGViewSlideshow {
|
|
229 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?> {
|
230 |
right: 0;
|
231 |
}
|
232 |
-
|
233 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_left_<?php echo $bwg; ?>:hover,
|
234 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?>:hover {
|
235 |
visibility: visible;
|
236 |
}
|
237 |
-
|
238 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_left_<?php echo $bwg; ?>:hover span {
|
239 |
left: 20px;
|
240 |
}
|
241 |
-
|
242 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?>:hover span {
|
243 |
left: auto;
|
244 |
right: 20px;
|
245 |
}
|
@@ -279,8 +275,7 @@ class BWGViewSlideshow {
|
|
279 |
color: #<?php echo $theme_row->slideshow_close_rl_btn_hover_color; ?>;
|
280 |
cursor: pointer;
|
281 |
}
|
282 |
-
|
283 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_image_container_<?php echo $bwg; ?> {
|
284 |
display: table;
|
285 |
position: absolute;
|
286 |
text-align: center;
|
@@ -289,7 +284,6 @@ class BWGViewSlideshow {
|
|
289 |
width: <?php echo $image_width; ?>px;
|
290 |
height: <?php echo $image_height; ?>px;
|
291 |
}
|
292 |
-
|
293 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_filmstrip_container_<?php echo $bwg; ?> {
|
294 |
display: table;
|
295 |
height: <?php echo $slideshow_filmstrip_height; ?>px;
|
@@ -457,13 +451,11 @@ class BWGViewSlideshow {
|
|
457 |
word-break: break-word;
|
458 |
<?php if (!$enable_slideshow_filmstrip && $slideshow_description_position[0] == $theme_row->slideshow_filmstrip_pos) echo $theme_row->slideshow_filmstrip_pos . ':' . ($theme_row->slideshow_dots_height + 4) . 'px;'; ?>
|
459 |
}
|
460 |
-
|
461 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_description_text_<?php echo $bwg; ?> * {
|
462 |
text-decoration: none;
|
463 |
color: #<?php echo $theme_row->slideshow_description_color; ?> !important;
|
464 |
}
|
465 |
-
|
466 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slide_container_<?php echo $bwg; ?> {
|
467 |
display: table-cell;
|
468 |
margin: 0 auto;
|
469 |
position: absolute;
|
@@ -512,8 +504,7 @@ class BWGViewSlideshow {
|
|
512 |
filter: Alpha(opacity=100);
|
513 |
position: absolute;
|
514 |
}
|
515 |
-
|
516 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_dots_<?php echo $bwg; ?> {
|
517 |
display: inline-block;
|
518 |
position: relative;
|
519 |
width: <?php echo $theme_row->slideshow_dots_width; ?>px;
|
@@ -525,8 +516,7 @@ class BWGViewSlideshow {
|
|
525 |
overflow: hidden;
|
526 |
z-index: 17;
|
527 |
}
|
528 |
-
|
529 |
-
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_dots_container_<?php echo $bwg; ?> {
|
530 |
display: block;
|
531 |
overflow: hidden;
|
532 |
position: absolute;
|
@@ -625,10 +615,7 @@ class BWGViewSlideshow {
|
|
625 |
<span class="bwg_slideshow_image_span_<?php echo $bwg; ?>" id="image_id_<?php echo $bwg; ?>_<?php echo $image_row->id; ?>">
|
626 |
<span class="bwg_slideshow_image_span1_<?php echo $bwg; ?>">
|
627 |
<span class="bwg_slideshow_image_span2_<?php echo $bwg; ?>">
|
628 |
-
<img id="bwg_slideshow_image_<?php echo $bwg; ?>"
|
629 |
-
class="bwg_slideshow_image_<?php echo $bwg; ?>"
|
630 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>"
|
631 |
-
image_id="<?php echo $image_row->id; ?>" />
|
632 |
</span>
|
633 |
</span>
|
634 |
</span>
|
@@ -640,9 +627,7 @@ class BWGViewSlideshow {
|
|
640 |
<span class="bwg_slideshow_image_second_span_<?php echo $bwg; ?>" id="image_id_<?php echo $bwg; ?>_<?php echo $image_row->id; ?>">
|
641 |
<span class="bwg_slideshow_image_span1_<?php echo $bwg; ?>">
|
642 |
<span class="bwg_slideshow_image_span2_<?php echo $bwg; ?>">
|
643 |
-
<img id="bwg_slideshow_image_second_<?php echo $bwg; ?>"
|
644 |
-
class="bwg_slideshow_image_<?php echo $bwg; ?>"
|
645 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" />
|
646 |
</span>
|
647 |
</span>
|
648 |
</span>
|
145 |
-moz-backface-visibility: hidden;
|
146 |
-ms-backface-visibility: hidden;*/
|
147 |
}
|
148 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_image_wrap_<?php echo $bwg; ?> {
|
|
|
149 |
background-color: #<?php echo $theme_row->slideshow_cont_bg_color; ?>;
|
150 |
border-collapse: collapse;
|
151 |
display: table;
|
228 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?> {
|
229 |
right: 0;
|
230 |
}
|
231 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_left_<?php echo $bwg; ?>:hover,
|
|
|
232 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?>:hover {
|
233 |
visibility: visible;
|
234 |
}
|
235 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_left_<?php echo $bwg; ?>:hover span {
|
|
|
236 |
left: 20px;
|
237 |
}
|
238 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?>:hover span {
|
|
|
239 |
left: auto;
|
240 |
right: 20px;
|
241 |
}
|
275 |
color: #<?php echo $theme_row->slideshow_close_rl_btn_hover_color; ?>;
|
276 |
cursor: pointer;
|
277 |
}
|
278 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_image_container_<?php echo $bwg; ?> {
|
|
|
279 |
display: table;
|
280 |
position: absolute;
|
281 |
text-align: center;
|
284 |
width: <?php echo $image_width; ?>px;
|
285 |
height: <?php echo $image_height; ?>px;
|
286 |
}
|
|
|
287 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_filmstrip_container_<?php echo $bwg; ?> {
|
288 |
display: table;
|
289 |
height: <?php echo $slideshow_filmstrip_height; ?>px;
|
451 |
word-break: break-word;
|
452 |
<?php if (!$enable_slideshow_filmstrip && $slideshow_description_position[0] == $theme_row->slideshow_filmstrip_pos) echo $theme_row->slideshow_filmstrip_pos . ':' . ($theme_row->slideshow_dots_height + 4) . 'px;'; ?>
|
453 |
}
|
454 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_description_text_<?php echo $bwg; ?> * {
|
|
|
455 |
text-decoration: none;
|
456 |
color: #<?php echo $theme_row->slideshow_description_color; ?> !important;
|
457 |
}
|
458 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slide_container_<?php echo $bwg; ?> {
|
|
|
459 |
display: table-cell;
|
460 |
margin: 0 auto;
|
461 |
position: absolute;
|
504 |
filter: Alpha(opacity=100);
|
505 |
position: absolute;
|
506 |
}
|
507 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_dots_<?php echo $bwg; ?> {
|
|
|
508 |
display: inline-block;
|
509 |
position: relative;
|
510 |
width: <?php echo $theme_row->slideshow_dots_width; ?>px;
|
516 |
overflow: hidden;
|
517 |
z-index: 17;
|
518 |
}
|
519 |
+
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .bwg_slideshow_dots_container_<?php echo $bwg; ?> {
|
|
|
520 |
display: block;
|
521 |
overflow: hidden;
|
522 |
position: absolute;
|
615 |
<span class="bwg_slideshow_image_span_<?php echo $bwg; ?>" id="image_id_<?php echo $bwg; ?>_<?php echo $image_row->id; ?>">
|
616 |
<span class="bwg_slideshow_image_span1_<?php echo $bwg; ?>">
|
617 |
<span class="bwg_slideshow_image_span2_<?php echo $bwg; ?>">
|
618 |
+
<img id="bwg_slideshow_image_<?php echo $bwg; ?>" class="bwg_slideshow_image_<?php echo $bwg; ?>" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" image_id="<?php echo $image_row->id; ?>" />
|
|
|
|
|
|
|
619 |
</span>
|
620 |
</span>
|
621 |
</span>
|
627 |
<span class="bwg_slideshow_image_second_span_<?php echo $bwg; ?>" id="image_id_<?php echo $bwg; ?>_<?php echo $image_row->id; ?>">
|
628 |
<span class="bwg_slideshow_image_span1_<?php echo $bwg; ?>">
|
629 |
<span class="bwg_slideshow_image_span2_<?php echo $bwg; ?>">
|
630 |
+
<img id="bwg_slideshow_image_second_<?php echo $bwg; ?>" class="bwg_slideshow_image_<?php echo $bwg; ?>" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url; ?>" />
|
|
|
|
|
631 |
</span>
|
632 |
</span>
|
633 |
</span>
|
frontend/views/BWGViewThumbnails.php
CHANGED
@@ -198,8 +198,7 @@ class BWGViewThumbnails {
|
|
198 |
word-break: break-all;
|
199 |
word-wrap: break-word;
|
200 |
}
|
201 |
-
|
202 |
-
/*pagination styles*/
|
203 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
204 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
205 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
@@ -333,11 +332,7 @@ class BWGViewThumbnails {
|
|
333 |
<span class="bwg_standart_thumb_<?php echo $bwg; ?>">
|
334 |
<span class="bwg_standart_thumb_span1_<?php echo $bwg; ?>">
|
335 |
<span class="bwg_standart_thumb_span2_<?php echo $bwg; ?>">
|
336 |
-
<img class="bwg_standart_thumb_img_<?php echo $bwg; ?>" style="max-height: none !important; max-width: none !important; padding: 0 !important; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;"
|
337 |
-
id="<?php echo $image_row->id; ?>"
|
338 |
-
src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->thumb_url; ?>"
|
339 |
-
alt="<?php echo $image_row->alt; ?>"
|
340 |
-
title="<?php echo $image_row->alt; ?>" />
|
341 |
<?php
|
342 |
if ($params['image_title'] == 'hover') {
|
343 |
?>
|
198 |
word-break: break-all;
|
199 |
word-wrap: break-word;
|
200 |
}
|
201 |
+
/*pagination styles*/
|
|
|
202 |
#bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> .tablenav-pages_<?php echo $bwg; ?> {
|
203 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
204 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
332 |
<span class="bwg_standart_thumb_<?php echo $bwg; ?>">
|
333 |
<span class="bwg_standart_thumb_span1_<?php echo $bwg; ?>">
|
334 |
<span class="bwg_standart_thumb_span2_<?php echo $bwg; ?>">
|
335 |
+
<img class="bwg_standart_thumb_img_<?php echo $bwg; ?>" style="max-height: none !important; max-width: none !important; padding: 0 !important; width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" id="<?php echo $image_row->id; ?>" src="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->thumb_url; ?>" alt="<?php echo $image_row->alt; ?>" title="<?php echo $image_row->alt; ?>" />
|
|
|
|
|
|
|
|
|
336 |
<?php
|
337 |
if ($params['image_title'] == 'hover') {
|
338 |
?>
|
photo-gallery.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: http://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.0.
|
8 |
* Author: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: http://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.0.8
|
8 |
* Author: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
|
4 |
Tags: gallery, galleries, photo , photo gallery , image gallery, video gallery, wordpress gallery plugin, images gallery, album , photo albums, Simple gallery, best gallery plugin , free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, image, photogallery, widget gallery, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, Fotogalerie, Galleria, galerie, galeri
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -45,7 +45,7 @@ Photo Gallery product in addition to the main plugin includes 4 specific widgets
|
|
45 |
* Multiple views to choose from: Masonry, Thumbnails, Image Browser, Slideshow and Blog Style for galleries and Compact Album, Extended Album views for albums
|
46 |
* Supports the following types of image files: JPG, JPEG, PNG and GIF
|
47 |
* Editable themes for changing different features, colors and dimensions
|
48 |
-
*
|
49 |
* Possibility of adding unlimited quantity of galleries/albums
|
50 |
* Detailed three-column visual shortcode for adding created gallery/galleries and album/albums into the posts and pages.
|
51 |
* Detailed (Extended) album and compact album view
|
@@ -58,11 +58,11 @@ Photo Gallery product in addition to the main plugin includes 4 specific widgets
|
|
58 |
* Possibility of adding Watermarks/Advertisements for each individual image
|
59 |
* Direct Image download and original image display capabilities
|
60 |
* Commenting possibility with Captcha protection possibility (commercial version)
|
61 |
-
* Comment-managing possibility
|
62 |
* Social sharing possibility (Facebook, Google+, Twitter) (commercial version)
|
63 |
* Dynamic Photo Gallery Tag Cloud widget with image tag cloud and text tag cloud options(commercial version)
|
64 |
* WordPress Tag cloud hosted widget
|
65 |
-
* Photo Gallery Slideshow widget
|
66 |
* Photo Gallery Widget for displaying albums and galleries as widgets
|
67 |
### Supported languages
|
68 |
|
4 |
Tags: gallery, galleries, photo , photo gallery , image gallery, video gallery, wordpress gallery plugin, images gallery, album , photo albums, Simple gallery, best gallery plugin , free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, image, photogallery, widget gallery, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, Fotogalerie, Galleria, galerie, galeri
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 1.0.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
45 |
* Multiple views to choose from: Masonry, Thumbnails, Image Browser, Slideshow and Blog Style for galleries and Compact Album, Extended Album views for albums
|
46 |
* Supports the following types of image files: JPG, JPEG, PNG and GIF
|
47 |
* Editable themes for changing different features, colors and dimensions
|
48 |
+
* Unlimited quantity of photos
|
49 |
* Possibility of adding unlimited quantity of galleries/albums
|
50 |
* Detailed three-column visual shortcode for adding created gallery/galleries and album/albums into the posts and pages.
|
51 |
* Detailed (Extended) album and compact album view
|
58 |
* Possibility of adding Watermarks/Advertisements for each individual image
|
59 |
* Direct Image download and original image display capabilities
|
60 |
* Commenting possibility with Captcha protection possibility (commercial version)
|
61 |
+
* Comment-managing possibility to avoid spamming (Unpublish/Delete) (commercial version)
|
62 |
* Social sharing possibility (Facebook, Google+, Twitter) (commercial version)
|
63 |
* Dynamic Photo Gallery Tag Cloud widget with image tag cloud and text tag cloud options(commercial version)
|
64 |
* WordPress Tag cloud hosted widget
|
65 |
+
* Photo Gallery Slideshow widget (15 effects with commercial version)
|
66 |
* Photo Gallery Widget for displaying albums and galleries as widgets
|
67 |
### Supported languages
|
68 |
|