Private Photos showing blank

There is an error in the CSS where there is a lack of spacing in the style which causes Private Photos to show blank. See fix below :

 

In modules/boonex/photos/templates/base/css/search.css

.sys_file_search_unit.bx_photos_search_unit {

width: auto;

max-width: 240px;

height: auto;

}

.sys_file_search_pic.bx_photos_file_search_pic {

width: 100%;

max-width: 240px;

height: auto;

}

.sys_file_search_pic.bx_photos_file_search_pic img {

width: 100%;

}

 
Replace with :
 

.sys_file_search_unit .bx_photos_search_unit {

width: auto;

max-width: 240px;

height: auto;

}

.sys_file_search_pic .bx_photos_file_search_pic {

width: 100%;

max-width: 240px;

height: auto;

}

.sys_file_search_pic .bx_photos_file_search_pic img {

width: 100%;

}

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 5 Jan 2018

Thank you for the report:

https://github.com/boonex/dolphin.pro/issues/624

Rules → http://www.boonex.com/terms
Quote · 16 Jan 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.