theMikeD
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Taxonomy Images] Genesis Taxonomy ImagesJust a sec, I think I see the issue.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] Genesis Taxonomy ImagesDo the images for the taxonomy terms show up in the admin area for terms? The reason I ask is that when I look at your site, the <img> src is just your domain, nothing more, and the nature of the bug that was fixed would result it nothing at all for the src. So perhaps something else is going on.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] Genesis Taxonomy ImagesIt was updated yesterday to account for 2.3.0. Make sure you’re running version 1.1.0 and clear any caches you make have running.
It is, but you’d have to write the shortcode yourself. Probably not the answer you’re looking for, but it sounds like you’re after something specific so you’re probably into custom code anyway. Sorry I couldn’t be more helpful.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] Display Default WP Description & TitleI’m sure there is with some custom programming. But unfortunately this area is for questions related to this plugin, and your question…well, isn’t.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] Plugin suddenly took down siteThe short version is: upgrade your version of PHP. You’re running 5.3.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] term variable not working in shortcodeGlad you found a solution.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] term variable not working in shortcodeIIRC ‘term’ is not implemented as a shortcode. It’s only coded as a direct function call.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] show taxonomy image in a widget areaThe update is now live, so I will mark this as resolved. If you have any other issues, let me know.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] show taxonomy image in a widget areaI will be pushing an update once WP 4.3 and Genesis 2.2 are dropped that will let you retrieve the image for an arbitrary term. There is a new option called
termin the arguments array sent togtaxi_get_taxonomy_image()that accepts a term object. If present and valid, the image for that term will be retrieved.Will that do for you?
Forum: Plugins
In reply to: [Genesis Taxonomy Images] If this plugin is abandoned, I want it.I’ve been set as an author, and an update is coming. Once WP 4.3 and Genesis 2.2 drop, I’ll do the testing and we’ll be good to go.
Forum: Everything else WordPress
In reply to: Why are images embedded as HTML?This was pointed out to me
https://core.trac.wordpress.org/ticket/11394Forum: Everything else WordPress
In reply to: Why are images embedded as HTML?Thanks, but no…I’m not being clear enough. I know what a shortcode is, and I know WP doesn’t use them when embedding images. The question is *why* doesn’t WP use them? *Why* does WP insert raw HTML instead of a more flexible shortcode for images?
Forum: Everything else WordPress
In reply to: Why are images embedded as HTML?I’m wondering about the decision to do it using raw HTML as opposed to a shortcode. I don’t know where else to ask.
Forum: Everything else WordPress
In reply to: Why are images embedded as HTML?An HTML
<img ...>tag