aaronp5
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] repeating events time changesGood idea, but no. I just setup a test one yesterday and it happened.
Hello,
Looks like partially related to theme. I switched to twenty eleven, and no featured image is displayed. Which is not good., since this is this is the only option that front end users are given to upload an image for their event. So it seems like your plugin just give the user an option to upload a feeatured image, but leaves it up to the template where to put it. Is there a code for your program I can use to place the featured image specifically in the “default signle event format” box?
Thanks!same error here. anyone find a solution?
Just figured it out, i copied the code from the plugin (strip non registered shortcodes) into my mobile themes function.php file. worked like a charm. remvoes the codes while leaving the content.
function strip_nonscodes($text){ global $shortcode_tags; if(!(empty($shortcode_tags) || !is_array($shortcode_tags))){ $exclude_codes = join( '|', array_map('preg_quote', array_keys($shortcode_tags))); $text = preg_replace("/\[(?!(".$exclude_codes."))(.*?)(?:(\/))?\](?:(.+?)\[\/\2\])?/s",'', $text); #strip shortcode } return $text; } add_filter('the_content','strip_nonscodes');
Hello,
I’ve also run into the same problem. I tried some codes in the functions.php of the mobile template to remove shortcodes, which does remove them- but the content that is wrapped in the shortcode is also removed. Would love any suggestions on this. thanks!Hmm, there is an error with a social plugin that doesnt seem to effect the editor.
There is thisWarning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/esateysc/public_html/wp-content/plugins/front-end-editor/php/core.php on line 255
Not really sure where to go with this? Thanks for any help!
Forum: Plugins
In reply to: [Stout Google Calendar] IE9 Missing EntriesI’m also have the same issue. Anyone find a solution? Thanks!