Spiffy Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] MailPoet ShortcodeI will include support for version 3 in the next release which is coming soon. They changed the action hook so I need to make an update to support the new version.
Forum: Plugins
In reply to: [Spiffy Calendar] MailPoet ShortcodeAre you using Mailpoet version 2 or version 3?
Forum: Plugins
In reply to: [WP Flow Plus] PHP fatal error on wp-cliI will include this in the next release. It seems like a bug in wp-cli, but I can include this as a work around.
Thanks for confirming.
- This reply was modified 5 years, 3 months ago by Spiffy Plugins.
Forum: Plugins
In reply to: [WP Flow Plus] PHP fatal error on wp-cliThere is a similar discussion here: https://wordpress.org/support/topic/php-fatal-error-in-wp-cli/
Can you try to solve it by making a similar change, editing wpimageflow2.php line 176:
$wpimageflow2 = new WPFlowPlus();
Change it to:
$GLOBALS[‘wpimageflow2’] = $wpimageflow2 = new WPFlowPlus();
- This reply was modified 5 years, 3 months ago by Spiffy Plugins.
Forum: Plugins
In reply to: [WP Flow Plus] PHP fatal error on wp-cliThis is not a known issue and I am not familiar with wp-cli. The flagged line is called on the init action, and the variable should be defined and not null at that point.
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple entries in Calendar with no entry in manage eventsI suspect you have entered the Sunday School data incorrectly. Do you have the start date and end date the same? If not, the event is set to span from the start date to the end date.
As for Nextgen Plus, they must be altering the styles for the built-in calendar picker. They should not be doing this for pages other than their own settings pages.
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple entries in Calendar with no entry in manage eventsPerhaps one of the Sunday School events is set to recur?
Forum: Plugins
In reply to: [Spiffy Calendar] Multiple entries in Calendar with no entry in manage eventsDid you try a search in the Manage Events screen? It must be in there somewhere.
Forum: Plugins
In reply to: [Spiffy Calendar] Jumpbox not workingIt actually is working, but is hard to see. Your theme is hiding the select box arrows. You need to select the month/year combo for the “Go” button to do anything.
You can add back the select box arrows with the following custom CSS rule:
.calendar-date-switcher select {
appearance: auto;
}Forum: Plugins
In reply to: [Spiffy Calendar] Jumpbox not workingYou must have some sort of conflict. Can you provide a link to the page so I can take a look? If you prefer not to publish here, you can use the contact form at https://spiffycalendar.spiffyplugins.ca/contact/
Forum: Plugins
In reply to: [Spiffy Calendar] Two link fields on an eventThe import does not support custom fields. I have provided a list of all the fields available for import in the documentation at https://spiffycalendar.spiffyplugins.ca/import-export-events/.
Since import is a bonus feature, if you need further help or information please use the contact form at https://spiffycalendar.spiffyplugins.ca/contact/.
Forum: Plugins
In reply to: [Spiffy Calendar] Two link fields on an eventThere is currently only one link field available. You could add the ticket link on the “more info” page. I will consider adding a second link field in a future release, but for now it isn’t possible.
Forum: Plugins
In reply to: [Spiffy Calendar] Page reloading when moving monthsHi, Your website has a javascript error that is preventing my script from loading to maintain the position. The error is in the custom.js file loaded by your theme.
Forum: Plugins
In reply to: [Spiffy Calendar] Date selection calendar problemThere must be a styling conflict with your theme or another plugin. My plugin does not add any styles to the date picker, it uses the WordPress default settings which put a white background on the datepicker widget.
If you know CSS you can use the Chrome inspector tool to pinpoint the style rule that is breaking the defaults. Otherwise, you could try using another theme or disabling other plugins to find the culprit.
I have notified my web host that it is missing the ctype extension.