
-
AuthorPosts
-
February 2, 2016 at 6:17 pm #576618
Hi,
I’ve recently installed your incredible theme.
I’ve set up the masonry blog and sorted by date, however it’s still displaying all of the blog posts out of order. I’ve disabled every plugin and that hasn’t changed anything. Any help would be appreciated.
Thank you for this amazing professional theme!
February 2, 2016 at 6:25 pm #576621Hey aatacan!
Thank you for your kind words :)
Please refer to this post – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Regards,
YigitFebruary 2, 2016 at 6:43 pm #576630Hi Yigit,
I’ve done exactly as you said and tried several combinations. It’s still displaying the articles out of order.
In fact I’ve noticed that if I sort by TITLE, it’s not displaying in Alphabetical order either. The entire Column seems to be incorrect.
Please advise further. Thank you for the assistance!
Best,
AtacanFebruary 2, 2016 at 7:55 pm #576655It definitely appears that the entire column is in the wrong position. I’ve attached a link to a screen shot below…Please advise. We have a lot of traffic that comes through the website. I’m trying to debug this problem as quickly as possible on my end.
Best regards,
AtacanFebruary 2, 2016 at 8:03 pm #576659In fact I’ve added the masonry side by side with the blog grid view. (Please see the image below)
The Blog Grid View displays correctly…the masonry does not.
Please advise.
Best Regards,
AtacanFebruary 4, 2016 at 5:32 am #577558Hey!
Did you remove the masonry element? Please create a test page then post the login details here so that we can conduct a few test. For the meantime, you can add this in the functions.php file:
add_filter('avf_masonry_settings', 'avf_masonry_settings_mod'); function avf_masonry_settings_mod($query) { $query['query_orderby'] = 'date'; $query['query_order'] = 'DESC'; return $query; }
Note that the orientation of the images in the masonry grid might also affect their position. A landscape image may go below an older item because it needed more space.
Best regards,
IsmaelFebruary 4, 2016 at 6:01 pm #577929Thank you for the reply. I’ve set up a test page Please let me know what you find. I’ve added the file to the functions.php but there is no change. The blog articles on masonry view are still out of order.
Best,
AtacanFebruary 8, 2016 at 1:07 pm #579557Hi!
I checked your functions.php but the code provided from here is not there. Please follow exactly the steps mentioned in this tutorial and let us know when you are ready.
Best regards,
AndyFebruary 8, 2016 at 5:15 pm #579770Hi Andy,
It was in the functions.enfold.php. I’ve removed that and placed it in the functions.php. I’ve configured the settings again, as per the tutorial.
There is no change in the masonry blog order.
Please let me know what else I can do to help.
Best,
AtacanFebruary 10, 2016 at 12:25 pm #581045Hey!
hm are you using any caching (e.g. from a plugin?) maybe with your Jetpack plugin? If yes go into it’s settings and choose to switch off caching. Then deactivate all plugins. Afterwards clear browser cache and hard refresh a few times.
Best regards,
AndyFebruary 10, 2016 at 11:32 pm #581383Hey!
I’ve tried refreshing the browser and disabled every plugin several times. It only seems to happen with the masonry blog. It always takes the one column and puts it in the wrong spot.
I don’t see any cacheing, and I tried 3 different browsers with clear caches.
It’s as if the theme doesn’t know the size of the screen so it dumps the first posts at the end…
February 14, 2016 at 8:15 am #582876Hey!
The filter is actually working. You can test it by changing the orderby value to title and you’ll see the difference with the item sorting. The problem is with the isotope script which moves the items on a random position. We said this on our previous post:
Note that the orientation of the images in the masonry grid might also affect their position. A landscape image may go below an older item because it needed more space.
Yes, this seems to be a bug in the isotope script. If you really needed the items to sort by post date, please use the blog posts’ element grid style which will give you a consistent sorting order.
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.