Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JK

Pages: 1 [2]
16
Wordpress Plugins / Re: Easy Spolier Plugin - Spoiler title
« on: September 06, 2011, 04:56:31 PM »
Sorry, I am not sure what your answer means.... what am I supposed to do to accomplish the shortcode in the title?

Are you working on accomplishing this right now? Will you get back to me about this?

Look forward to hearing from you!

17
Wordpress Plugins / Re: Easy Spolier Plugin - Spoiler title
« on: September 06, 2011, 03:02:51 PM »
Yes! :-)

18
Wordpress Plugins / Easy Spolier Plugin - Spoiler title
« on: September 06, 2011, 02:39:08 PM »
Hello!

I am using the Easy Spoiler Plugin with success EXCEPT for the spoiler title - I hope you can assist me with figuring out a solution!

Let me give you some background:

My theme supports and comes with shortcodes.
I am using one of these shortcodes for creating 4 columns inside my Easy Spolier Widget as this:
[one_fourth_first]ADDRESS information etc...[/one_fourth_first]
[one_fourth]ABOUT me and my work etc...[/one_fourth]
[one_fourth]CLIENTS of mine etc....[/one_fourth]
[one_fourth_last]CONTACT me info etc....[/one_fourth_last]

No problems here! The widget accepts these shortcodes and creates 4 perfect columns.

But now I must be able to have the shortcodes within the spolier title (in order for them to be aligned with the widget content)

But when adding the following to spoiler title, it only puts the text itself:
[one_fourth_first]ADDRESS[/one_fourth_first]
[one_fourth]ABOUT[/one_fourth]
[one_fourth]CLIENTS[/one_fourth]
[one_fourth_last]CONTACT[/one_fourth_last]

I went to the easy-spoiler.php file and noticed mentions of shortcode in the following:

add_shortcode('spoilergroup',array($wpEasySpoiler, 'process_group'));
add_shortcode('spoiler',array($wpEasySpoiler, 'process_shortcode'));

add_filter('comment_text', array($wpEasySpoiler, 'do_shortcode_in_comment'));
add_filter('widget_text', array($wpEasySpoiler, 'do_shortcode'));

Would it be possible to modify here to have the $spoilertitle accept shortcode?

I REALLY hope you can look into this problem and get back with a solution -- it would MAKE MY MONTH!!!

 :)
Johanna

Pages: 1 [2]