ZeroGravity
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Slider] v0.1.5 is broken: No "Add Slider" OptionI’m not sure if you have been imagining things. I have used the plugin for a version of two and can’t remember seeing one.
Looking through all the settings and documentation I can’t see anything about being able to add multiple sliders. It seems to only have the option for one.
Forum: Plugins
In reply to: [Responsive Slider] can't upload imageBest to mark it as resolved. @yrya as the OP only you can do that. 🙂
Forum: Plugins
In reply to: [Responsive Slider] v0.1.5 is broken: No "Add Slider" OptionBy an “Add Slider” option do you mean a way to add the slider to the site? If that is the case there is no “Add Slider” option. There are two ways to add the slider to the site outlined under the installation tab.
Alternatively, if you want to place it in a widget area you can do what I did:
1) Add this to your theme’s functions.php
/** Enable shortcodes in widgets */
add_filter(‘widget_text’, ‘do_shortcode’);2) Place a text widget in the widget area where you want the slider to appear.
3) Add the shortcode to the text widget, [responsive_slider].
That works for me.
Forum: Plugins
In reply to: [Perfect Quotes] [Plugin: Perfect Quotes] Closing quotation mark?It seems to be a stylistic/artistic thing. I have seen this used in several plugins across several different platforms. The closing quote wasn’t forgotten, just not put in for an artsy feel. 🙂
But it’s not everyone’s cup of tea so @mrkeroppi’s solution should see you clear.
Great! Thanks for the plugin.
If it’s all said and done now let me know and I will mark it resolved.
Forum: Plugins
In reply to: [Stray Random Quotes] [Plugin: Stray Random Quotes] Just a bit stuckHave you tried
[stray-random categories=cat1]using a space instead of a slash?Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsTis working now. Thanks Stephen!
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsHere is the run-down of my tests.
Once works
Daily works
Weekly works
Monthly doesn’t
Yearly works
Custom no options appear. Is this correct?I hope that helps narrow things down.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Category link 404 and no sidebarProblem Solvered!!! Thanks Stephen.
Now I just need to play with the Genesis templating.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsI added the code to line 31 just after
$post_id = (int) $post_id;and this is the result.Array ( [start] => DateTime Object ( [date] => 2012-09-15 09:00:00 [timezone_type] => 3 [timezone] => America/Denver ) [end] => DateTime Object ( [date] => 2012-09-15 10:30:00 [timezone_type] => 3 [timezone] => America/Denver ) [all_day] => 0 [schedule] => monthly [frequency] => 1 [schedule_last] => DateTime Object ( [date] => 2032-09-15 09:00:00 [timezone_type] => 3 [timezone] => America/Denver ) [schedule_meta] => [include] => Array ( ) [exclude] => Array ( ) )Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsRe-saving the agenda widget settings did the trick!!! Thanks.
I added the code before line 81 and no change. After clicking update the screen refreshed with the old dates. Not the result you were wanting to see I imagine.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsI just spotted this on the sidebar above the agenda widget.
Notice: Undefined index: mode in /wp-content/plugins/event-organiser/classes/class-eo-agenda-widget.php on line 71Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] 1.5.2 Schedule and Agenda ErrorsThanks for your quick replies Stephen. I enabled debug and got this.
Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( 'custom-background', $args ) instead. in /home/thecross/public_html/wp-includes/functions.php on line 2628 Warning: Cannot modify header information - headers already sent by (output started at /home/thecross/public_html/wp-includes/functions.php:2628) in /home/thecross/public_html/wp-includes/pluggable.php on line 881I found where it had been used in my theme and commented it out seeing as I’m not using it anyway.
I tried adjusting the event schedule and didn’t get any errors but the schedule reverted to the previous settings again.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] Category link 404 and no sidebarYes I have pretty permalinks enabled and the custom option set to
/%postname%. I saved both permalink pages, Event Organiser first and the problem still occurs. It works fine with standard post categories.I installed the plugin but I’m not quite sure what to make of the output. Here are the category references.
category/(.+?)/page/?([0-9]{1,})/?$ category_name: (.+?) paged: ([0-9]{1,}) category/(.+?)/?$ category_name: (.+?)and
category/([^/]+)/page/?([0-9]{1,})/?$ event-category: ([^/]+) paged: ([0-9]{1,}) category/([^/]+)/?$ event-category: ([^/]+Are you able to shed some light on these for me? Thanks.