Sunshyme
Forum Replies Created
-
I found a better way by using the ‘overview’ section instead of the ‘key features’. The overview is shown by default when visiting a course landing page, so that solves it.
Maybe the only thing I would like is to remove the “instructor” tab. Is that possible?
Forum: Plugins
In reply to: [WooCommerce] Actionscheduler_logs is getting hugeI am afraid it will be in some way a database corruption. So with that in mind, it might be the best solution to just ‘start over’. Fresh WP install, on a new database. And then try to export/import as much products, pages, posts et cetera as possible to minimize manual copy and paste.
Forum: Plugins
In reply to: [WooCommerce] Actionscheduler_logs is getting hugeAnd I am not sure if it is related to each other, but I just installed Code Snippets. It showed a few examples in the overview of snippets/fragments. But now after just 10 minutes the number of examples is also increasing! I am not doing anything but with every refresh/revisit of the Code Snippet section I see more and more examples coming. Right now already 300+ so I will deactivate it.
Forum: Plugins
In reply to: [WooCommerce] Actionscheduler_logs is getting hugeSorry for the delay. I just tried the code but get a fatal error on line 5.
Maybe the suggested code is not correct?I think it is a good workaround for now to use such code so that the table is not getting too huge. Is it also possible to clear the table every day or every 3 days instead of 7?
Forum: Plugins
In reply to: [WooCommerce] Actionscheduler_logs is getting hugeHi,
In the scheduled actions section I see All (7516) | Complete (7515) | Pending (1)
There are hundreds of facebook for woocommerce (each 15 minutes) completed. But I have no idea what the pending action is. Maybe that can be the troublemaker? Because the actionscheduler-logs is still getting huge. I have to truncate the table each week or my website will be incredibly big (120GB just that table) and slow.
- This reply was modified 4 years, 6 months ago by Sunshyme.
Forum: Plugins
In reply to: [WooCommerce] Actionscheduler_logs is getting hugeWC Admin was not active but I have installed it now. Or should I de-activate it if that is what you meant?
I just did the historical data import. As it means just 2 previous orders were done it was not a big deal so I am wondering what that import actually did/improve.
I emptied the actionscheduler_logs table (already at 16 million rows now) so it starts fresh and I can see if it increases a lot again.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Import events (volleyball)Hi ander26171,
Thanks for your quick reply. It has to be csv so cell below only works when everything is comma seperated in one cell. But we’ll manage. ??
Sometimes a few ;;; are imported as well. I guess I have to add all commas to the cell, also for items we don’t use.
Thank you for your reply. I am really looking forward to this feature. ??
Shouldn’t this be an option to turn on/off in the back end on the Calendars page? There you can select date, event, teams, venue etc. It would seem logical to have that custom field (match number) added to that page so it is shown on the page with the corresponding event list.
That does not seem to work. The calendar crashes most of the time when I try something. I cannot get that extra column in the event list calendar.
Can I just paste it under the other event-list options (as mentioned below)?
if ( $usecolumns == null || in_array( 'venue', $usecolumns ) ) echo '<th class="data-venue">' . __( 'Venue', 'sportspress' ) . '</th>'; if ( $usecolumns == null || in_array( 'article', $usecolumns ) ) echo '<th class="data-article">' . __( 'Article', 'sportspress' ) . '</th>';
I have added the ACF plugin and I can add a match number in the back end. However, I cannot get it on the frontpage. I tried several option in event-list.php but it does not work.
Is there a shortcode to call for that custom field in the event-list.php? And something to make it visible in the calendar on the frontpage?
Thanks for the quick reply! I will look into this option.
Thank you for your reply. Is there a way to get this feature soon or a workaround so I can do it manually? I would really like to add a value to seperate matches and make it a sortable option on the frontend. Adding a column with a match number (or other values) to the events shouldn’t be a very complex addition as far as I know.
I don’t know where to look in the php files to add this.
Best regards,
Michiel