aprilmullen
Forum Replies Created
-
I have repeatedly tried doing this and it uploads fine and then minutes later it is deleted from the directory!
ipisman & apoorvniit I would suggest opening your own thread with your issue of no submission at all. I originally opened this thread with the issue of email actions not working upon submission, that is what this thread is for. My forms submit to the database just fine and all actions, except for email, work fine
ipisman That is a good thought I will check with my webhost to see if there is an issue. Previous versions of wordpress and plugin worked on an early host but I did change hosting accounts so it is very possible that, that may be the issue.
Thank you damark09 but this does not fix the issue with email. Any other suggestions are greatly appreciated!
I figured out the problem! I did not create my API key correctly! When adding credentials I selected ‘service account key’ instead of selecting ‘api key’ and then ‘server key’. Once I recreated the API key correctly, everything now works fine. Thank you!
Forum: Plugins
In reply to: [AutoChimp] Events Manager mapping campaign not workingI did some more testing and I will receive an email if the event is posted through the wordpress admin panel. However if I submit an event through the actual website using the submit an event form provided by events manager… I will not receive an email!
We need any member to be able to submit an event and we need all members to be notified of that event without using the admin panel!
Any help would be greatly appreciated!
Forum: Plugins
In reply to: [AutoChimp] How to not send email when updating old postsThere is an option under Campaigns, make sure it is checked:
Create a campaign only once. Not checking this option will create an additional campaign each time you update your post. Recommended ON
Forum: Plugins
In reply to: [AutoChimp] triggers fatal errorYou must be running PHP 5.3 or higher!
OK I have looked at Mailpress, but it is to complicated for me.
I found this old post regarding this same issue:
https://www.ads-software.com/support/topic/custom-post-type-34?replies=6On the Settings page I see this:
Subscribe2 will send email notifications for the following custom post types: EventHowever on the registered users page event is not listed in the categories, as suggestion in the provided link.
Any ideas on how to correct this?
I downloaded subsribe2 and inserted the below code in events-manager/em-functions.php file. But that didn’t work…
function event($types) { $types[] = 'event'; return $types; } add_filter('s2_post_types', 'event');
Per this link: https://subscribe2.wordpress.com/support/faqs/#24
Any other advice or direction would be greatly appreciated!
I have fixed the issue by setting up a custom page template instead of using the default… however now the small calendar widget is expanding past the page container!!! Is there anyway to set the width on this widget?
It is only happening on this custom page not on the other pages.
It does not affect the events search form just the events list.
Well I went ahead and changed my theme and it did indeed fix the event list formatting issue. I am using Divi from Elegant Themes… any suggestions on what to do now?
It is protected content in a membership site.
I also noticed to when entering an event the google map floats slightly to the left over top of the address entry boxes.
automatically?
it was displaying properly when I first installed it withe the current theme. I tried disabling the plugins and that didn’t seem to work. Do you know how I can manually override this?