AzHousePro
Forum Replies Created
-
Just upgraded to 2.8.9 and this appears to be resolved now.
Thanks so much. I can stop using Firefox on another screen for editing these records. ??
This is still happening in Safari on desktop. It is not happening in Firefox on desktop.
Sent
Just an FYI, upgraded to 2.8.8.1 today. This issue is still happening.
Yes, it is still happening after today’s update.
Mike
Just as an FYI, editing one of these custom posts in Safari will change the date fields to an invalid date, even though the edit screen says it can’t render the field. Guess I am moving to Firefox for admin work for a while.
This is happening for me on MacOS Safari. It is NOT happening on MacOS Firefox or Chrome.
Here is my edit screen…
https://www.azbilliards.com/banners/ScreenShot1.png
and the field config. Both fields are setup the same and nothing is clicked on other config pages…
https://www.azbilliards.com/banners/ScreenShot2.png
https://www.azbilliards.com/banners/ScreenShot3.pngI upgraded to 2.8.5 this morning and still had the issue. Resaved the pod and cleared cache one more time. The issue still remains.
I am not sure if it is the same issue in Jory’s link. That one is that the field comes up blank. I am just getting an error displaying that field on my edit page for the pod.
Forum: Plugins
In reply to: [WP Super Cache] Cached pages are showing when logged in as adminYou are absolutely correct. It was not your plugin that was causing the problem. Thanks for the quick response and sorry to have bothered you.
Mike
Hector, that appears to have fixed things. Thanks so much for the help with this.
Donation coming your way.
Mike
Is there anything else I can do to help you get in to debug it? If you want to take this privately, I will be happy to give you login credentials for the site.
I’ve gone back over the one post that is showing the thumbnail and compared it to one of the posts that doesn’t show a thumbnail and I can’t see anything different in their data. They both have thumbnail_id entries in postmeta that link to attachments.
Mike
Thanks for looking into this so quickly. I am using WP-Offload Media by Delicious Brains.
I don’t know if it helps your sleuthing, but the one thumbnail that does show up is also out at assets.azbilliards.com (Ada Lio). The ones that don’t show up are also out there.
Mike
Sorry about that. The page is showing real data again. It is showing me one record with featured image. No Thumbnail on the other 5. They all have featured images though.
Mike
Sorry, I guess I could have been a LOT more precise about my problem. It is the “Popular Players” section in the middle towards the bottom of the page. It was showing the “no thumbnail” image on all of the players. Now it isn’t showing any players.
I am creating that area with…
if (function_exists(‘wpp_get_mostpopular’)) {
wpp_get_mostpopular(array(
‘limit’ => 6, /* list up to 5 posts */
‘range’ => ‘last7days’,
‘order_by’ => ‘views’,
‘post_type’ => ‘person’,
‘wpp_start’ => ”,
‘wpp_end’ => ”,
‘thumbnail_width’ => 50,
‘thumbnail_height’ => 50,
‘post_html’ => ‘
<div class=”db-popular__image”>
{thumb_img}
</div>
<h5 class=”db-popular__name”>{text_title}</h5>
‘));
}