Comments on: Better WordPress Captions https://wpshout.com/wordpress-captions/ A hub for advanced WordPress users, developers & savvy business owners. Wed, 18 Feb 2015 12:25:42 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: Signe https://wpshout.com/wordpress-captions/#comment-19518 Mon, 17 Jun 2013 08:54:49 +0000 https://wpshout.com/?p=4145#comment-19518 This is terrific, thank you so much.
Is there any way to move the overlay so that it sits flush to the right side of the image?

]]>
By: Niall Rutter https://wpshout.com/wordpress-captions/#comment-19517 Wed, 03 Oct 2012 07:17:06 +0000 https://wpshout.com/?p=4145#comment-19517 Like a total WP newb I tried building a fully featured HTML5 site with the new tags: , and all only to find that WP image captions don’t do it this way. Wouldn’t it be good to have a caption core setting for the output type to be either ‘HTML4’ or HTML5..? Maybe that is the next step for this, as you have stated, largely unused feature…

]]>
By: Alex Denning https://wpshout.com/wordpress-captions/#comment-19516 Sun, 30 Sep 2012 16:46:20 +0000 https://wpshout.com/?p=4145#comment-19516 In reply to Chris.

Yeah, that’s what I’d heard from a lot of people. Hopefully this’ll prompt a few people to update 🙂

]]>
By: Alex Denning https://wpshout.com/wordpress-captions/#comment-19515 Sun, 30 Sep 2012 16:45:18 +0000 https://wpshout.com/?p=4145#comment-19515 In reply to Herrin.

I hadn’t really considered that 🙂 Of course, though, with the latest update to captions, you can just slot HTML into those captions.

]]>
By: Herrin https://wpshout.com/wordpress-captions/#comment-19514 Fri, 28 Sep 2012 11:35:54 +0000 https://wpshout.com/?p=4145#comment-19514 It’s been shown that captions are highly read by visitors so in my opinion you’re wasting a chance at increasing conversions by either having none, or implementing something that potentially confuses the image and the visitor.

Great code and certainly good to know how to do this though thank you!

]]>
By: Chris https://wpshout.com/wordpress-captions/#comment-19513 Thu, 27 Sep 2012 13:15:22 +0000 https://wpshout.com/?p=4145#comment-19513 Wow, nice idea. I have to admit, I tend to ignore caption styling — my caption styles haven’t changed much since Kubrick! O.O

]]>
By: Alex Denning https://wpshout.com/wordpress-captions/#comment-19512 Wed, 26 Sep 2012 14:58:14 +0000 https://wpshout.com/?p=4145#comment-19512 In reply to Erik Rubright.

Yeah – Shawn’s suggestion of going transparent on hover would do the trick for that, though 🙂

]]>
By: Alex Denning https://wpshout.com/wordpress-captions/#comment-19511 Wed, 26 Sep 2012 14:54:27 +0000 https://wpshout.com/?p=4145#comment-19511 In reply to Shawn.

Sure – what I’ve got here is actually quite simple so it’d be interesting to see what people do with a slightly more fancy version 🙂

If you wanted to remove the caption on hover, you could just use something like this and maybe add some nice CSS3 transitions, too:

.wp-caption-text:hover{ background-color: rgba(0, 0, 0, 0.5); }
]]>