gramilano
Forum Replies Created
-
Hello, after lots of tweaking, the problem came from the Memcached option in the SG Optimizer plugin for Siteground sites. With it turned off it makes little difference to speed and lets me have my related posts actually ‘related’. Thank you.
The previous ‘solution’ was also a coincidence – the fact that I saved the function.php seemed to reset the related posts. However, having just posted again, I still see the same six posts being ‘related’.
I optimistically said that the problem was resolved, but the heartbeat was a coincidence and it has continued to demonstrate the same related posts for all new posts for the first few hours. However, the problem is from this code (from the Jetpack customize section):
function jetpackme_filter_exclude_category( $filters ) {
$filters[] = array(
‘not’ => array(
‘term’ => array(
‘category.slug’ => ‘dogs’,
),
),
);return $filters;
}
add_filter( ‘jetpack_relatedposts_filter_filters’, ‘jetpackme_filter_exclude_category’ );`where I have ‘archive’ instead of ‘dogs’. I am using the code exactly as above – taking it away I see related posts (though also those no longer relevant because they are from the archive); when I add this in I see immediately the standard (six in my case) non-related posts.
Any ideas? Thank you!
Ok, solved. I had limited the WordPress Heartbeat for Post and Page Edits, but turned it off completely for the Admin Pages and the Front End. I have now set them at 300s and it’s working perfectly. Thanks!
Thank you, but the problem persists even though the sync is complete.
I have just written a new post and the same six related posts appear. It seems that after 12 hours or so they will be replaced by ‘related’ related posts.
I thought that it may have been a cache plugin issue but disabling everything still produced the same result. Any other ideas?
Thanks!
Hello. Sorry, I must have expressed myself badly – it’s back to how it was when I first posted here (ie the tiled gallery photos don’t open up at full size in the lightbox).
Thank you! I think you may have been looking at the site as we were trying out different caching methods to be certain that it wasn’t connected to that, and different lightboxes (just to be sure). Now it’s back as it was: single images served full-size in the lightbox, and Jetpack tiled gallery images served at a reduced size in the lightbox.
Ciao!
Thank you.
I think you must have been looking at the page when I was trying out a couple of alternative lightbox solutions in case that was the problem. It seems to be working as before now.
Here is one of the links to the image which opens when the small image in the tiled gallery is clicked on that page:
I gave a sample page, but it occurs with all the galleries on every post.
Thanks!