7thcircle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: my site was hackedAll of that info is great but I would add that you might consider restoring a known good version of your site since it is so hard to get everything they leave behind. You may also consider paying Sucuri to fix it because I believe they give you a year of their firewall with every fix.
Forum: Fixing WordPress
In reply to: WordPress password receiving email not comingIf you are using yahoo or gmail as your sending address you may be hitting DMARC.
Submitted.
That would work, but wouldn’t it be easier and slicker if we could just choose a time and frequency in the dashboard. My host is unreliable when it comes to their cron jobs.
Forum: Fixing WordPress
In reply to: WP default email address showing with no-reply@www.domain.comThis should fix it.
<?php // Set Sender (Return Path) to From address if ( ! function_exists( 'edl_setemailsender' ) ) { add_action('phpmailer_init', 'edl_setemailsender'); function edl_setemailsender($params) { if(filter_var($params->Sender, FILTER_VALIDATE_EMAIL) !== true) { $params->Sender = $params->From; } } } ?>Forum: Plugins
In reply to: [Event Registration] Payment not posting when made via PayPalI have not heard from the dev team despite posting here and contacting them via email directly. It has been almost 6 weeks with no response.
Forum: Plugins
In reply to: [Event Registration] Multiple RegestrantsYou can use custom questions, or create an option for each shirt size and a quantity for them.
Forum: Plugins
In reply to: [Event Registration] Disable Shipping and Receiving for Event tickets?I don’t know how to change it on PayPal, but you can call them at 888-221-1161 and they should be able to help. Their website help documents are pretty bad which is why I would call.
Forum: Plugins
In reply to: [Event Registration] Disable Shipping and Receiving for Event tickets?I have never seen that popup on my installs. I also can not find anything about it in the control panel. Do you possibly have something setup to that effect in PayPal?
Forum: Plugins
In reply to: [Event Registration] Mandatory paymentsAfter digging a bit, it looks like this is by design to allow for offline payment, but since we can choose to not accept offline payments, maybe it can be tied to that.
Forum: Plugins
In reply to: [Event Registration] Payment not posting when made via PayPalThat sounds like the same thing I am seeing.
Forum: Plugins
In reply to: [Event Registration] Event Registration just spins when finishedWhen you post the short codes, make sure it is into HTML and not visual. Make sure the pages are public and do not require a password. After creating and saving the pages, go to the settings for the plugin and select the pages you created for payment and registration. If that is set and it still does not work, provide the output of your error log and we can try and help.
Forum: Plugins
In reply to: [Event Registration] Multiple RegestrantsWhen you register, there should be a drop down to select the quantity of the registration item you created. Just choose more than one and it will ask for the extra names.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sign-up check box doesn't seem to workEmail has been sent.
Forum: Plugins
In reply to: [Event Registration] Event CategoriesExcellent. Happy to help.