thompjo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Changelog] Only shows 10 posts … and one workaround to show more than 10In file changelog.php, I edited function show_changelog (line 86) by adding the extra parameter ‘posts_per_page’ => -1 as below:
function show_changelog( $args = '' ) { ob_start(); $args = array( 'post_type' => array('changelog'), 'post_status' => 'publish', 'project' => $args['project'], 'order' => 'DESC', 'posts_per_page' => -1 );Hope this helps!
Thanks Justin! Yup that fixed it.
Hi Jashan,
Our timezone issue has morphed into something worse. Just this week we started getting a new error message which automatically uninstalls the plugin.
Please help! Our calendar keeps disappearing!
—-
This is the error message we are getting:
Unrecognized timezone ”
exception ‘Ai1ec_Date_Timezone_Exception’ with message ‘Unrecognized timezone ”’ in /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/date/timezone.php:563
Stack trace:
#0 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/date/time.php(188): Ai1ec_Date_Timezone->get(NULL)
#1 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/date/time.php(84): Ai1ec_Date_Time->set_timezone(NULL)
#2 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/import-export/ics.php(308): Ai1ec_Date_Time->format(‘Ymd\THis’, ‘Eastern Standar…’)
#3 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/import-export/ics.php(32): Ai1ec_Ics_Import_Export_Engine->add_vcalendar_events_to_db(Object(vcalendar), Array)
#4 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/app/controller/import-export.php(87): Ai1ec_Ics_Import_Export_Engine->import(Array)
#5 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php(153): Ai1ec_Import_Export_Controller->import_events(‘ics’, Array)
#6 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php(76): Ai1ecIcsConnectorPlugin->process_ics_feed_update(true, 2)
#7 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/registry/object.php(203): Ai1ecIcsConnectorPlugin->update_ics_feed(”)
#8 /home/content/89/8370089/html/pharmacy/wp-content/plugins/all-in-one-event-calendar/lib/event/callback/abstract.php(59): Ai1ec_Registry_Object->dispatch(‘calendar-feed.i…’, ‘update_ics_feed’, Array)
#9 [internal function]: Ai1ec_Event_Callback_Abstract->run(”)
#10 /home/content/89/8370089/html/pharmacy/wp-includes/plugin.php(505): call_user_func_array(Array, Array)
#11 /home/content/89/8370089/html/pharmacy/wp-admin/admin-ajax.php(85): do_action(‘wp_ajax_ai1ec_u…’)
#12 {main}Request Uri: /wp-admin/admin-ajax.php
If you corrected the error and wish to try reactivating the plugin, click here.I appreciate your reply. After doing so, the time zones are still 4 hours off.
I’m located in the EST. The only way I can get the correct time to display on events is set the All-in-One manual setting to GMT. This displays my calendar events correctly. However, when I do this it changes the time zone in the WP General settings to UTC+0 (before the deactivate / reactivate cycle it showed Abdijan).
I don’t understand it.
I had to turn off the subscribe button because the events in feed were showing 4 hours too soon.
Anything else I can do?
Forum: Plugins
In reply to: [MailPoet Gravity Forms Add-on] Selector Fields Not DisplayingNot sure if this will work for everyone. I had the same problem as BigDogSF. Turned out to be a conflict with Gravity Forms WYSIWYG plugin. Deactivated it and all my selection boxes reappeared.