7thcircle
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Registration] Event CategoriesThis thread https://wordpress.org/support/topic/event-categories-problem?replies=5 might help.
Forum: Plugins
In reply to: [Event Registration] Payment not posting when made via PayPalI have not had that issue, but I would look to make sure and possibly event re-enter, the code for the payment page and make sure all settings are correct for linked pages in the master plugin settings. I had a similar issue where someone had put the payment code into visual instead of html.
Forum: Plugins
In reply to: [Event Registration] Suggestion – blocks of text in registration formIf you know php, I can find the files and let you know which ones to edit to add the information if it is static.
Forum: Plugins
In reply to: [Event Registration] Multiple RegestrantsNo need to do that. When you select to have multiple registrations, it will ask you for all of the people’s names.
Forum: Plugins
In reply to: [Event Registration] Event Categories not working – warning / error messageReplace this line:
$event_category = serialize((string)@$_REQUEST[‘event_category’]);with
$event_category = serialize((array)@$_REQUEST[‘event_category’]);
This needs to be done in both the evr_events_post.php and evr_event_update.php files.
Forum: Plugins
In reply to: [Event Registration] Event Categories not working – warning / error messageThis thread https://wordpress.org/support/topic/event-categories-problem?replies=5 has the info you need to fix the issue.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sign-up check box doesn't seem to workgo to “MailChimp for WP > Integrations” and then click on “Custom Form” and then enable it and choose a list where you want the data to sent?
Once this is done please test your form again and let me know if it works.
That is exactly what I tried. I then copied the code it provided into the after form html box. The checkbox appears on my form, but no matter if it is checked or not, it does not send a confirmation and does not add me to the list.
I have the same issue / error.
Forum: Plugins
In reply to: [Event Registration] You must select at least one item! IssueHopefully the developers see this and list it somewhere. I’m just a user of this plugin.
Forum: Plugins
In reply to: [Event Registration] You must select at least one item! IssueMake sure that the second (optional) item is not a REG type and it will work.
Forum: Plugins
In reply to: [Event Registration] Mandatory paymentsbump… can I get some help on this?
Forum: Plugins
In reply to: [Event Registration] You must select at least one item! IssueYour issue is not the standard “select one” issue. When I mentioned the htaccess it was because the files I use were not allowing access to a .js.php file and I need to make an exception because the calculation are in a .js.php file.
Forum: Plugins
In reply to: [Event Registration] You must select at least one item! IssueI know that if your registration payment date is in the future it will not display everywhere.
Forum: Plugins
In reply to: [Event Registration] You must select at least one item! IssueThere is not .htacess file in the wp-content folder.
Are you running any security plugins?
Forum: Plugins
In reply to: [Event Registration] Customize payment reminderThis would be a great feature. Even an auto reminder option for those that register but don;t pay.