Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!
Dynamic Content Gallery Resources
DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.
Note that the current stable release of the DCG is version 3.3.5.
Topic RSS
fixed
5:13 pm
DCG Version 3.3.5
WP Version 3.0.4
Love the plugin, just have one question. When I type text for the description section within the WP post editor, and then try to italicize a portion of the text, the plugin is ignoring the italics. I've tried editing the plugin CSS, but I'm not having much luck.
The client is wanting this: Look at this…some info…
learn more
Any suggestions?
10:15 pm
August 25, 2008
OfflineHi,
Glad you like the plugin.
Yes, you can do this. There is an undocumented filter, in the function which creates the post snippet, called get_the_content_limit_allowedtags which allows you to add allowed tags to the strip_tags() function used in the main function. For example, add this to the theme's functions.php:
/**
* Add allowed tags in the DCG Slide Pane description
*
* @author http://www.studiograsshopper.ch
* @return (string) allowed tags as used in strip_tags() PHP function
*
*/
function ade_dcg_desc_tags() {
return '<em>';
}
Most Users Ever Online: 28
Currently Online: nloronacele
11 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
johnbroome: 13
speedyp: 12
sjpeaches: 12
CherylMcL: 10
gscorp: 8
lsnoei: 8
Member Stats:
Guest Posters: 770
Members: 1300
Moderators: 0
Admins: 1
Forum Stats:
Groups: 2
Forums: 7
Topics: 980
Posts: 4299
Newest Members: jochris26, eva-aa, Tushar, chargers3, jwhetstone, robert
Moderators:
Administrators: Ade (2493)
Log In
Register
Home

Dynamic Content Gallery: Have you read the 