contentspring
Forum Replies Created
-
Forum: Plugins
In reply to: Disable the pluginYou could add this to the plugin code at the very top just after function imagecaptioneasy($html) {
global $id; if ($id < 10) { return $html; }Change 10 to whatever post id you don’t want captions to effect from.
Forum: Plugins
In reply to: Disable the pluginHi Senise,
Thanks. To disable the caption for a particular image you can as you mention leave the alt description blank or have the description end with a file extension such as .jpg or .gif. EG: My image alt description here.gif
I know this is not ideal so for the next release I’ll create a special tag [nocaption] which if found in the alt description will not add the caption to this image (and strip the special tag [nocaption] out of cause).
Cheers,
Mark.Forum: Plugins
In reply to: Image Caption Easy Impacts Surrounding TextThis was not the problem, it was a conflict with the css of his theme ‘Newspaperize’.
This plugin uses css to style the look of the image captions, sometimes the css in your theme already has css which will conflict. You may have to edit your themes style sheet (css) file to work properly with the captions css. Here are some known themes that have conflicting css and fixes for them (note, check your particular themes version before using):
* Aspire
* Breaking News
* Cutline
* NewspaperizeThings to check for within your theme (if it’s not listed above) are the following css attributes: img, p, span.
Forum: Fixing WordPress
In reply to: How to add visible image captionsTry the Image Caption Easy plugin, it will automatically format image captions for you: http://imagecaptioneasy.contentspring.com/.
Forum: Themes and Templates
In reply to: Image caption problem with veryplaintxt ver. 3.0.1Try the Image Caption Easy plugin, it will automatically format image captions for you using <div>’s not <table> which is better for css styling: http://imagecaptioneasy.contentspring.com/.
Forum: Fixing WordPress
In reply to: Can’t Position Caption Below ImageTry the Image Caption Easy plugin, it will automatically format image captions for you using <div>’s which can then be styled using css: http://imagecaptioneasy.contentspring.com/.
Forum: Fixing WordPress
In reply to: Need an image caption below my imagesTry the Image Caption Easy plugin: http://imagecaptioneasy.contentspring.com/.
Forum: Themes and Templates
In reply to: Image caption problem with veryplaintxtTry the Image Caption Easy plugin, it will automatically format image captions for you using <div>’s not <table> which is better for css styling: http://imagecaptioneasy.contentspring.com/.
Forum: Plugins
In reply to: Image caption plugin helpTry the Image Caption Easy plugin, it does what you’re after: http://imagecaptioneasy.contentspring.com/.
Forum: Fixing WordPress
In reply to: wrapping text around and adding captions to imagesHi, I have written a free plugin to caption images automatically using the alt text of the image. If there is no alt text then no caption is set. An example can be seen at: http://imagecaptioneasy.contentspring.com/ where it can also be downloaded.
Forum: Themes and Templates
In reply to: CSS Question – Caption under photosI have written a free plugin to caption images automatically using the alt text of the image. If there is no alt text then no caption is set. An example can be seen at: http://imagecaptioneasy.contentspring.com/ where it can also be downloaded.