phew72
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingThe update works perfectly. Many thanks once again Picandocodigo, I’ve just left a glowing review of your plugin.
Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingBump
I love this excellent plugin but I too would like a way to retain the formatting in the excerpt.
Thanks and cheers, PH
Thank you @christian70
Replacing v1.5 with v1.4 worked. That can be found at: http://plugins.svn.wordpress.org/really-simple-captcha/tags/1.4/
(just download and replace the really-simple-captcha.php file only)Strangely this problem is only with my local server (XAMPP). The live version of 1.5 works fine.
Forum: Plugins
In reply to: [JJ NextGen JQuery Cycle] Display Image Titles?I’m not sure if there’s a proper way, but it can be done by modifying the plugin.
In the plugin’s /include folder there’s a file called jj_ngg_jquery_cycle.php.
Line 155 of this file reads:
$image_description = "alt=\"" . esc_attr($image_description) . "\" ";Change the alt= bit to title= and the html output will be a title tag instead of alt, which will display the text when rolled over.
This picks up whatever is in the description in NextGen gallery, so you can still use the URL link in the Alt/title field in NextGen.