robhilken
Forum Replies Created
-
HI,
We don’t have a staging server, unfortunately.
We had to disable the plugin as we were unable to edit any content on the site as it gave us a fatal error when trying to edit.
Fatal error: Uncaught Give\Framework\Database\Exceptions\DatabaseQueryException: Query failed in database in /homepages/26/d236260425/htdocs/wp-content/plugins/give/src/Framework/Database/Exceptions/DatabaseQueryException.php:32 Stack trace: #0 /homepages/26/d236260425/htdocs/wp-content/plugins/give/src/Framework/Database/DB.php(122): Give\Framework\Database\Exceptions\DatabaseQueryException::create(Array) #1 /homepages/26/d236260425/htdocs/wp-content/plugins/give/src/Framework/Database/DB.php(81): Give\Framework\Database\DB::runQueryWithErrorChecking(Object(Closure)) #2 /homepages/26/d236260425/htdocs/wp-content/plugins/give/src/MigrationLog/MigrationLogRepository.php(70): Give\Framework\Database\DB::__callStatic('get_results', Array) #3 /homepages/26/d236260425/htdocs/wp-content/plugins/give/src/MigrationLog/Helpers/MigrationHelper.php(47): Give\MigrationLog\MigrationLogRepository->getMigrations() #4 [internal function]: Give\MigrationLog\Helpers\MigrationHelper->__construct(Object(Give\Framework\Migrations\MigrationsRe in /homepages/26/d236260425/htdocs/wp-content/plugins/give/src/Framework/Database/Exceptions/DatabaseQueryException.php on line 32 There has been a critical error on this website. Please check your site admin email inbox for instructions.
We did not have a long history of donations…
For me the problem was resolved by the advice in this post – https://www.ads-software.com/support/topic/events_list-shortcode-cant-order-by-date-desc/
Thank you @timrv, that was the issue for me!
Hi,
That is done with CSS only….
/* Event Manager Plugin CSS */ .event-thumb { min-width:220px; width:33.33333%; float:left; padding:10px; height:490px; } .event-image { width: 200px; height: 135px; overflow: hidden; margin: 15px 0; } .event-image img { width: 100%; } .event-thumb h2 { clear:left; } .event-thumb h3 { /* min-height:55px; */ } .event-thumb ul { list-style-type:none !important; list-style:none; -webkit-padding-start: 0; } .event-thumb li > ul { margin:0 0 10px 0; }
I am also having this problem, when I use this shortcode
[events_list scope=”past” orderby=”event_start_date” order=”DESC”]
The events are still listed in ascending order, and don’t change when i use order=”ASC”
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events WidgetSorry I just realised that I asked the exact same question a year and 9 months ago. It would be great if this was a standard scope option….
https://www.ads-software.com/support/topic/display-next-event-but-not-current-ones/
I still can’t work out how to do what I want, if anyone has any ideas?
Thanks!
- This reply was modified 7 years, 4 months ago by robhilken.
lines 201-203 in my file are:
‘product_tag’ => $wpcsp_products_bytag
);
$args = array_merge($common_args, $productsbytag_args);Is that what I should replace?
After experimenting I figured out how to do what I want with the existing event plugin and Placeholders.