theMikeD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image in WordPress 3.8 showing as dotTry running one of the thumbnail regeneration plugins
Forum: Fixing WordPress
In reply to: right_now_content_table_end and wp 3.8They’ve apparently been removed.
Forum: Plugins
In reply to: [MP6] Identify MP6 in WP 3.8?So I found the answer here:
http://make.wordpress.org/ui/2013/11/19/targeting-the-new-dashboard-design-in-a-post-mp6-world/
Forum: Hacks
In reply to: will wp_delete_attachment delete all images sizes too?The answer is yes. I looked at the source for the function and it does wipe out the intermediate sizes as well.
Forum: Plugins
In reply to: [MP6] Using MP6 icons for a custom post typeThanks!
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] How to add a default value?OK, this is solved thanks to the plugin author.
The key is to use the “placeholder” directive like this:
[date EventDate date-format:mm/dd/yy first-day:0 placeholder "EVENT DATE"]This will put the text following “placeholder” into the input element’s “placeholder” property, and presto problem solved.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] How to add a default value?https://github.com/relu/contact-form-7-datepicker/issues/86
Trying to find an answer but stumped atm.
Forum: Plugins
In reply to: [Genesis Grid] How can I apply this to any template?Patch submitted.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] How to add a default value?So I’m guessing that this isn’t possible then?
Forum: Plugins
In reply to: [Smarter Navigation] Not working with custom taxonomiesFair enough. Can you tell me then how it knows that it’s on a custom taxonomy archive page, and should therefore use that in it’s calculations?
Forum: Plugins
In reply to: [Smarter Navigation] Not working with custom taxonomiesI’d love your help! Hopefully it’s something obvious. LMK of a good spot to send the site link to and what I’m seeing that isn’t working. It’s on a testing server atm. Or you can msg me at
the dot miked at ymail dot com.Forum: Plugins
In reply to: [Smarter Navigation] No update since Sept 2011. Is this dead?Great, thanks!
Forum: Plugins
In reply to: [Image Metadata Cruncher] How can I apply this to images already uploaded?Thanks Peter! I’ll give this a look as soon as I can. Much appreciated 🙂
Hi there,
I notice that this plugin is including local versions of jQuery and l10n in the head of each page. I’d rather use versions hosted by a CDN, such as code.jquery.com, and load them in the footer. I don’t see a way to suppress this. Is there a way?
…Mike