Hello,
Thanks for the wonderful theme but I have found an issue.
If you have a total of 19 items using the same layout as the demo site, and you use a mobile device with a narrow screen (under 900px) to access the 3rd page to see the last item it will be hidden by a element.style max-height 0px;

You may see an example of this on http://thestitchwench.com/node?page=2 if youd like. I reapplied the unmodified theme and was still able to reproduce this.

Comments

israelshmueli’s picture

Thank you for this bug report.
Fixed now in dev version.

Replace your existing fontfolio.js with the curent dev version fontfolio.js

The problem occurred every time only single result (1 big box) appeared on page.
On narrow screen sizes max-height property of big boxes is calculated and set via JS based on smaller box width.
Well if no smaller box exist... max-height was set to 0 and made the single box to disappear.

Fixed inside fontfolio.js

israelshmueli’s picture

Status: Active » Fixed
red_eye’s picture

Thank you very much! Works terrific now!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.