Forum

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.

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 3 characters - maximum search word length is 84 characters

Topic RSS
Post Title External Link
Status: fixed
January 4, 2011
5:13 pm
modernalliance
Guest

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?

January 4, 2011
10:15 pm
Ade
Admin
Forum Posts: 2493
Member Since:
August 25, 2008
Offline

Hi,

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_filter('get_the_content_limit_allowedtags', 'ade_dcg_desc_tags');
/**
* 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>';
}
Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?
Forum Timezone: UTC 1

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)