Remove inline width from figure
I add an image with caption to my page and need to increase <figure> width. But wordpress is adding an inline width. So, … Read more
I add an image with caption to my page and need to increase <figure> width. But wordpress is adding an inline width. So, … Read more
I’m using the Meta Box plugin, everything works fine. I’m using it to create gallery function on some custom post type, and I’m … Read more
I’m looking for a solution to add a short description to a embed video that will allow for it to be styled a … Read more
$output .= ‘ <img class=”class1″ src=”‘.$atts[‘to’].'” alt=”The First Caption” width=”100%” height=”auto” >’; Instead of first caption, I want to fetch the caption/description of … Read more
I would like to show different captions for the same image, used in multiple galleries. Apparently it is not possible to save the … Read more
How do you add a new class to the HTML generated when an image with captions is added? For example, from this: <div … Read more
I’m trying to create an image with a caption in a Page I’m working with. In the image options, I have it aligned … Read more
Captions in wordpress do not support nested shortcodes at the moment (v3.6). So, If I do write Where city is suppose to be … Read more
Whenever I insert an image without a caption in the post, the editor makes it an object that I can select and move … Read more
How can I change the ‘Caption’ text input to text area, to allow for multi line captions on media uploads? 1 Answer 1 … Read more