Before you ask please READ THIS

Albums problem

Hi! I Just updated to lastest version (manually via FTP) and now I have a funny bug in my albums that are essential for my page. The thing is that images are overlapping description of the album that was in another column before. Did I do something wrong in the update process (i deleted the old folder and uploaded a new one)?
Sample: http://zakrzewski.photography/album/fotoreportaz-z-debaty-aspen-institute/

Comments

  • Posts: 7
    ps. it occurs in chrome and safari on mac
  • AirAir
    Posts: 10,970
    Hey :-)

    No everything is good, it was my bug reported recently by one of the users. I will release an update soon(next week).

    The bug happens only when bricks margin is set to 0px, because of optimization script.

    Go to fatmoon\advance\utilities\cpt.php line ~545 and change below code:
    '.$selector_class.'.album-content-on-the-right .a13-bricks-items{
    	margin-right: calc(460px - ' . $brick_margin . ');
    }';
    to:
    '.$selector_class.'.album-content-on-the-right .a13-bricks-items{
    	margin-right: 460px;
    	margin-right: calc(460px - ' . $brick_margin . ');
    }';
    Sorry for the problems.

    With kind regards.
  • Posts: 7
    thanks:) works lika a charm!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!