-
AuthorPosts
-
May 21, 2014 at 6:12 am #267797
Hello
Sorry if this is redundant – I looked at a number of other posts and tried this:
https://kriesi.at/support/topic/blurred-thumbnails-in-ajax-portfolio-preview-gallery/#post-192668
But it didn’t fix the blurred look of the thumbnails on the first and second examples on this test page:
http://beta.pci-group.com/developments/mixed-use-developments/
I tried using 5 on one and 3 on the other portfolio item to see if it would help but the thumbnails remain blurry. Please advise. Thank you in advance.
May 21, 2014 at 11:42 pm #268331Hi!
Let’s keep the conversation here, can you create an administrator account and post it here as a private reply?
Best regards,
JosueMay 21, 2014 at 11:58 pm #268350This reply has been marked as private.May 21, 2014 at 11:59 pm #268352This reply has been marked as private.May 22, 2014 at 12:11 am #268359This reply has been marked as private.May 23, 2014 at 12:05 am #268932This reply has been marked as private.May 23, 2014 at 1:38 am #268955Hey!
See it now (the current portfolio item no longer appears in the portfolio grid at the bottom):
http://beta.pci-group.com/PCIprojects/crossroads/Regarding blurry images, can you please post a screenshot of your view? i’m not able note what you are referring to.
Cheers!
JosueMay 23, 2014 at 2:03 am #268962This reply has been marked as private.May 23, 2014 at 6:29 pm #269192This reply has been marked as private.May 23, 2014 at 6:57 pm #269209This reply has been marked as private.May 23, 2014 at 8:10 pm #269229Yes, the difference is that the grid element shouldn’t have any categories selected (if it does, it will interfere with the excluding query).
The blurred images problem is fixed:
http://beta.pci-group.com/developments/Had to change the Media thumbnail settings and regenerate the thumbnails.
Best regards,
JosueMay 23, 2014 at 8:12 pm #269232This reply has been marked as private.May 23, 2014 at 8:13 pm #269234Hey!
Changed from 80×80 to 300×300:
Regards,
JosueMay 23, 2014 at 8:15 pm #269235This reply has been marked as private.May 23, 2014 at 8:18 pm #269239You are welcome, glad we could help :)
Regards,
JosueMay 23, 2014 at 9:35 pm #269271This reply has been marked as private.May 23, 2014 at 9:59 pm #269282What’s the actual issue with that page?
May 24, 2014 at 12:09 am #269354This reply has been marked as private.May 24, 2014 at 12:28 am #269360This reply has been marked as private.May 24, 2014 at 1:03 am #269370Hi!
Check:
http://beta.pci-group.com/PCIprojects/marine-gateway-on-the-canada-line/Now you can exclude categories and the current post at the same time, added this to the functions.php (you can pass it to your child theme functions.php and discard the previous change):
function custom_grid_func($query) { $query = array_merge($query, array('post__not_in' => array(get_the_ID()))); return $query; } add_filter('avia_post_grid_query','custom_grid_func',10,2);
Cheers!
JosueMay 24, 2014 at 1:38 am #269375This reply has been marked as private.May 24, 2014 at 1:39 am #269376No, that indicates the priority and the number of parameters that filter accepts:
http://codex.wordpress.org/Function_Reference/add_filterBest regards,
JosueMay 24, 2014 at 1:57 am #269381This reply has been marked as private.May 24, 2014 at 2:03 am #269383Yes, it should, if it doesn’t we always here to help :)
Regards,
JosueMay 24, 2014 at 2:21 am #269389This reply has been marked as private. -
AuthorPosts
- The topic ‘Ajax portfolio entry preview images thumbnails are blurred’ is closed to new replies.