André Menrath
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobilizon Mirror] change title colorLike the description says, the integrated card view is deprecated. But you can still make it work in your case, if you manually proper custom css to your site like:
div#event-card-list div.event-columns div.event-card-container a.event-card div.card-content h4.event-title { color: #333 }
- This reply was modified 2 years ago by André Menrath.
Forum: Plugins
In reply to: [Mobilizon Mirror] Event not shownSorry for the late reply. Even looking at the new debug logs, I could not see what could be going wrong as there are no warnings or errors from files related to mobilizon_mirror. Perhaps the cronjob that triggers the mirroring isn’t registered/enabled. Cronjobs are tasks that are executed at specified intervals.
The WordPress plugin Wp Control lets you view and run all present cron jobs.
So the next think to look for now is whether a cronjob called
mobilizon_mirror_cron_refresh_events
is registered on your site.If not the error your site maybe fails registering new cronjobs or there is some error in the logic which is registering the cronjob in mobilizon mirror: https://codeberg.org/linos/mobilizon-mirror/src/commit/a09fe0661a8ea41c3d88dec8bb2c9c2b97990263/admin/class-mobilizon-mirror-admin.php#L323
Regards, André
- This reply was modified 2 years, 1 month ago by André Menrath.
- This reply was modified 2 years, 1 month ago by André Menrath.
Forum: Plugins
In reply to: [Mobilizon Mirror] Event not shown@ecollart But these errors would be exactly what I would need to help you out or fix the problem. Please re-enable WP Debugging plugin, wait at least x minutes for the Mobilizon mirror sync to start at least once, then copy the PHP errors and paste them somewhere/send them to me. I can do the work to find the right place. Without them errors it is almost impossible to tell. Thank you very much in advance.
Forum: Plugins
In reply to: [Mobilizon Mirror] Event not shownHello,
thanks for reaching out to me and reporting your issue. Could you maybe provide some debug information? Like for example via the WP Debugging Plugin or via the logs on the webserver. I suggest that you will most likely have similar debug messages in the log every x minutes like the refresh time is set.
Thank you, greetings,
André
Forum: Plugins
In reply to: [Mobilizon Mirror] Never shows eventDear Marcus,
thanks for reporting your issue. The bug affecting your installation has been fixed with version 1.1.3.
Greetings, André
Forum: Plugins
In reply to: [Mobilizon Mirror] mirroring is inconsistentShould be fixed with the latest update.
Forum: Plugins
In reply to: [Mobilizon Mirror] mirroring is inconsistent@setop The resent commits in the master branch (not released yet) might fix your issues. Please have a look at them.
https://codeberg.org/linos/mobilizon-mirror/commit/75dfc7ec167a2fa18b153c3dd110b8f7e0c893a8
https://codeberg.org/linos/mobilizon-mirror/commit/71de99939e7098d29f712a785069cc4de1cf3a1c
Forum: Plugins
In reply to: [Mobilizon Mirror] mirroring is inconsistentThanks for reporting this. I was quite busy the last months, so excuse me for replying so late.
I never tested it with a group which has that many events. For that I probably should use a better task management fetching the events. I try to test it in the near future.