Keith Davis
Forum Replies Created
-
Forum: Plugins
In reply to: [Tito] Creating more than one events?If you really need this right now, I would suggest you consider using WordPress multisite, one site for each event. https://www.wpbeginner.com/glossary/multisite/
Forum: Plugins
In reply to: [Tito] Creating more than one events?Not at thit time. That would require a significant change to the backend code and settings UI code. I don’t have the resources to work on that right now, but I can’t speak for Tito support staff.
Forum: Plugins
In reply to: [Tito] Customising Shortcode StylesI’ve looked at it, but have not had time to come up with a solution. Tito support recommends using the “inline” plugin, which removes the iframe.
Forum: Plugins
In reply to: [Tito] Customising Shortcode StylesDoing some research and contacting Tito, but no solution as of yet.
Forum: Plugins
In reply to: [Tito] Customising Shortcode StylesI don’t work for Tito, but I helped bring this plugin up to date and migrated it to v2.0 of the widget. I will see what I can do to help, but this might be a question for Tito support (one of the Tito employees is involved in this plugin so might see this as well).
Forum: Plugins
In reply to: [12 Step Meeting List] Online Meeting not savingSow what about online only meetings?
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Line-Endings Issue (CR)Yea, that is usually what causes it, but configuring .gitattributes and or setting git config core.autocrlf true can ensure that files are committed with LF, regardless of the settings.
No usage issues, I just had to make some adjustments to my Git repo for our tracking purposes and you might run into issues with other devs if you have people contribute to the source.
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin – HTTP 500Here is what was broken, this is lines 1-4 of wp-config.php:
<?php global define('WP_CACHE', true); $table_prefix;
For some reason, it stuck “define(‘WP_CACHE’, true);” between global and $table_prefix. I added the global $table_prefix (because PHPStorm throws a warning if I don’t have that and it’s just a good reminder).
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin – HTTP 500Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank you
Thank youMy wp-config.php file was all jacked up (had serious syntax errors). How could a plugin do that???
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin – HTTP 500Ok, I tried the “rename the plugins directory method” and now I’m getting 500 for all pages, even when I renamed the plugins directory back!
Forum: Plugins
In reply to: [Plugin: Events Calendar] [[EventsCalendarLarge]]I agree with that list request, that would be very useful.
Forum: Plugins
In reply to: [Plugin: Events Calendar] [[EventsCalendarLarge]]Ok, I lied. It’s working. ??
Forum: Plugins
In reply to: [Plugin: Events Calendar] [[EventsCalendarLarge]]It’s not working for me either.