Val88
Forum Replies Created
-
Forum: Plugins
In reply to: [HTTP Authentication] Login Redirect LoopDaniel – Did you find a fix?
I found the problem was in my IE8 Security settings. All embedded Google mapping was failing in IE8, so that led me away from thinking the problem was in the EOM plug-in. Thanks anyway.
We’re you able to recreate the problem? I should have mentioned I observed the problem only in the detailed, single event listing, not the multiple events listings that are created by eomListings(). I found a workaround by echoing the string in the eomListings() function itself and returning no parameter back to the WP core functions. It’s not an ideal solution, but it works well enough for now.
Problem resolved. For anyone else who comes across this problem, in the “Set Featured Image” dialog you must select “From computer” for the image you want to use as the thumbnail. You cannot use “From URL” which references the image rather than uploads it. I don’t think this is mentioned anywhere in the Featured Image/Thumbnail usage spec, but it might be helpful if it was.
if (has_post_thumbnail() is always false. This is the problem which my debug code illustrates.
Setting the featured image is not setting the meta data. I think that’s what’s happening, but I don’t know why. I was hoping to find someone who had the same problem and solved it.
Uh? Nice. If you click on the “Featured Image” link at the bottom right of the edit post page it brings up a dialog titled “Featured Image” I guess you’re not familiar with it. Thanks for your help.
Forum: Fixing WordPress
In reply to: New install works great – except RSS 2 link failsFound the template file and made the change – it’s just what I needed. Thanks for the tip.
Forum: Fixing WordPress
In reply to: New install works great – except RSS 2 link failsThanks – that seems like a good workaround. Apologize for newbie question: where are the template files? Names to look for? I would definitely pull that RSS reference outtathere.