Home › Forums › Aside WordPress Theme › portfolio with filter column issue
- This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago by
mmarelli.
-
AuthorPosts
-
March 3, 2017 at 11:05 am #12222
mmarelli
ParticipantPurchased
Warning: Undefined array key "apikey" in /www/wwwroot/seatheme.net/wp-content/themes/uiueux2017/admin/functions/functions-user.php on line 101
Hi,
i’m trying to use the “portfolio with filter”, exactly like this page:
http://ximudesign.com/project/html/aside/dark-menushown/portfolio-with-filter.html
but maybe there’s a bug, because it’s impossibile to obtain a 3 column grid.
If i resize the page, i can see the pictures move in 4 column or 2 column, but the 3 column layout is skipped.
Can you help me, please?
Thank you!March 4, 2017 at 1:25 pm #12225March 6, 2017 at 8:41 am #12251mmarelli
ParticipantPurchased
Warning: Undefined array key "apikey" in /www/wwwroot/seatheme.net/wp-content/themes/uiueux2017/admin/functions/functions-user.php on line 101
Hi,
unfortunately the website is in a protected area, so i can’t leave the url at the moment.
But you don’t need it, because the behavior is the same of this demo page:
http://ximudesign.com/project/html/aside/dark-menushown/portfolio-with-filter.htmlTry to resize the window (In Chrome, Firefox or Safari doesn’t change): you’ ll see that you can’t be able to have 3 columns layout. Can you confirm?
March 7, 2017 at 2:15 am #12262Hi,
Sorry, I misunderstood your question.
It is possible. Try to change this file: /js/custom.theme.isotope.js, line77-95
update as:case 'medium': if (container.width() <= 320) { width = Math.floor(container.width() / 2); } else if (container.width() >= 321 && container.width() <= 480) { width = Math.floor(container.width() / 2); } else if (container.width() >= 481 && container.width() <= 768) { width = Math.floor(container.width() / 6); } else if (container.width() >= 769 && container.width() <= 979) { width = Math.floor(container.width() / 6); } else if (container.width() >= 980 && container.width() <= 1200) { width = Math.floor(container.width() / 8); } else if (container.width() >= 1201 && container.width() <= 1600) { width = Math.floor(container.width() / 8); } else if (container.width() >= 1601 && container.width() <= 1824) { width = Math.floor(container.width() / 10); } else if (container.width() >= 1825) { width = Math.floor(container.width() / 12); } break;March 7, 2017 at 10:37 am #12274mmarelli
ParticipantPurchased
Warning: Undefined array key "apikey" in /www/wwwroot/seatheme.net/wp-content/themes/uiueux2017/admin/functions/functions-user.php on line 101
Great, it works!
Thank you very much,
regards -
AuthorPosts
- You must be logged in to reply to this topic.
