Reply to: can’t set my font, size, and colors well

Thomas, I think someone else also was trying to figure out why the images attached to gcal image are not working.So here is the behind the scene on that. Attached images are not a direct image URL it is a link to google drive where the file is, and you can not get access to drive directly to download the image. That is why the images attached to gcal events are not goign to show in synced events.

If you have any more questions in the future let usknow 🙂

Reply to: I updated RSVP Events to 2.6 and got a fatal error

The error

Fatal error: Uncaught Error: Call to a member function load_more() on null in /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-content/plugins/eventon-rsvp/eventon-rsvp.php:97 Stack trace: #0 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-includes/class-wp-hook.php(286): EventON_rsvp->init('') #1 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-settings.php(450): do_action('init') #4 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-config.php(160): require_once('/srv/bindings/9...') #5 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-load.php(37): require_once('/srv/bindings/9...') #6 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-blog-header.php(13): require_once('/srv/bindings/9...') #7 /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/index.php( in /srv/bindings/9fbbb03ea2a94bcaaa5b4c95d534eea1/code/wp-content/plugins/eventon-rsvp/eventon-rsvp.php on line 97

Reply to: Event type 1 and 2 in url

What I told you is the proper way to change it without interfering with the codebase — using pluggable filters. If you made changes in the code directly it will not withstand once updated.

With that beign said, here is the part of the code you can change, should you choose to go that route.

Granted, this part of the code is for all event types not just one.