-
Posted in : Read WP
-
Hi there,
My site is having a strange bug. I have three departments for my portfolio. The ALL department loads fine, however when I first open my site and click on the Touch Drawing or Archive departments no images load, even though there are plenty of images in the other departments.
To see what I mean, please visit the site and then click on either the Touch Drawing or Archive departments.
To get the images in those departments to load into the portfolio, I have to click the More Items button up to 3 times.
Thanks for your help,
LuithaHi, please update to the latest version. You can download it from ThemeForest.
Thanks
Hi, I have updated now and the problem is still there, thanks
Deactivate the ajax from your theme options > portfolio.
Hi there, I have tried that and unfortunately this simply means that all of my images are loaded at once – which is makes the site unusable…
Hi, your portfolio page works proper actually. There will be no item under “Touch Drawing” until you load more items three times. I guess portfolio items are ordered by date,
– try to change the “creation date” of portfolio items under “Touch Drawing” department, and see if it works for you.
Hi, is there any way to change this? The archive department is supposed to be dated from before all the ‘current work’ images, obviously, as it’s an archive – and it makes the site look buggy.
Thanks
Currently portfolio items are sorted by date, from newest to older. How should it be in you opinion?
Hiya,
I think ordering them by date is fine – but it would look better if each department loaded it’s own images immediately, even if they’re older than those in the other departments…
eg: so that when you click on the ‘archive’ department, the images for that department load immediately even though their dates are earlier than other department images rather than having to click on load more repeatedly to get any through…hope that makes sense.
Thanks
It is not possible in the current structure to get more items via ajax when clicking on filters. You can disable Ajax for portfolio items if you want, by navigating to Appearance > Theme Options > Portfolio > Ajax : No.
Ok, nevermind – I have to have the ajax on as i have too many images in the portfolio for them to load on one page…
Would it be possible to change the default department that’s shown when you open the portfoliio page to the ‘Recent Work’ deparment, intead of ‘all’?
Paste this to the External JS box located under Theme Options > Style tab.
<script> jQuery(document).ready(function($) { setTimeout(function() { $('#filters li').eq(1).find('a').trigger("click") }, 500); }); </script>
You must be logged in and have valid license to reply to this topic.