sethshoultes
Forum Replies Created
-
Hi there,
All of our developer documentation is available via the Event Espresso project on Github:
https://github.com/eventespresso/event-espresso-core/tree/master/docsDoes that help?
@jdembowski Thanks for double checking!
@renehermi is there a way to make sure these fonts are loading from a secure location? It seems to be causing issues with SSL validation on a site I am troubleshooting.
Here’s the specific file where this code is being loaded at line #33:
https://plugins.trac.www.ads-software.com/browser/mashsharer/trunk/assets/css/mashsb.min.cssHi,
That’s frustrating. It looks like we missed including the bot trap setting in EE4 Decaf. I’ll create a ticket to make sure that gets added.
In the meantime, you can add a filter to your theme or create a site specific plugin that includes this filter:
add_filter( 'FHEE__EED_Bot_Trap__set_hooks__use_bot_trap', '__return_false' );
Hope that helps. Please let us know if you have further questions.
Forum: Plugins
In reply to: [Event Registration] Fatal ErrorHi there,
Since it seems this plugin, Event Registration, is now defunct/removed from WordPress and you need a reliable event registration plugin, I would highly recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
Hope that helps. Please let me know if I can help in any way.
Forum: Plugins
In reply to: [Event Registration] Not workingSince it seems this plugin, Event Registration, is now defunct/removed from WordPress and you need a reliable event registration plugin, I would highly recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
Hope that helps. Please let me know if I can help in any way.
Forum: Plugins
In reply to: [Event Registration] different pricing for signed in membersHi there,
Since it seems this plugin, Event Registration, is now defunct/removed from WordPress and you need a reliable event registration plugin, I would highly recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
We actually have a feature in our pro version that allows you to have different priced tickets for logged in WordPress users. Here’s more information: https://eventespresso.com/product/eea-wp-user-integration/
Hey there,
I know PayPal can be troublesome. I spent a lot of time trying to fix this plugin, Event Registration, many years ago. I have since solved these issues by implementing PayPal Express in my own event registration plugin, Event Espresso. We have spent a lot of time debugging and fixing PayPal issues over the years with Event Espresso.
Since it seems this plugin, Event Registration, is now defunct/removed from WordPress and you need a reliable event registration plugin, I would highly recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
Hope that helps. Please let me know if I can help in any way.
Forum: Plugins
In reply to: [Event Registration] Order of Tickets/FeesHi there,
It seems this plugin, Event Registration, is defunct/removed from WordPress. We have added this feature to the pro version of our plugin, Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
If you would like to install the pro version, it’s available on Github:
https://github.com/eventespresso/event-espresso-coreHope that helps. Please let me know if you have any questions.
Forum: Plugins
In reply to: [Event Registration] Payment not posting when made via PayPalHey there,
I know PayPal can be pretty tricky. We solved these issues by implementing PayPal Express is on our plugin Event Espresso. However, it seems this plugin, Event Registration, is defunct/removed from WordPress. We have spent a lot of time debugging and fixing PayPal issues over the years with Event Espresso. If you need a reliable event registration plugin, I would recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
Hope that helps. Please let me know if I can help in any way.
Forum: Plugins
In reply to: [Event Registration] Disable Shipping and Receiving for Event tickets?This is actually something that is controlled in your PayPal account. However, it can also be turned off when sending the IPN request. It seems this plugin, Event Registration is defunct/removed from WordPress. If you need a reliable event registration plugin, I would recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
In Event Espresso, we include an option to turn this off in the PayPal Standard and PayPal Express settings.
Forum: Plugins
In reply to: [Event Registration] Is it possible to display spots left?If I remember correctly, this plugin does not support that feature. Also, it seems this plugin is defunct/removed from WordPress. If you need a reliable event registration plugin, I would recommend Event Espresso: https://www.ads-software.com/plugins/event-espresso-decaf/
That feature is actually included in Event Espresso. Hope that helps.
- This reply was modified 7 years, 6 months ago by sethshoultes.
Hi there,
Did you look in the template_tags.php file? https://plugins.trac.www.ads-software.com/browser/event-espresso-decaf/trunk/public/template_tags.php
I think you should be able to build a custom layout using the template tags. You might also check out the Espresso_Arabica_2014 child theme for ideas:
https://plugins.trac.www.ads-software.com/browser/event-espresso-decaf/trunk/public/Espresso_Arabica_2014I hope that helps. Please let us know if you have further questions.
Hi there,
The Decaf (free) version of Event Espresso 4 does not have the same features or a way to integrate with the add-on they have purchased in the past. The decaf version can accept payments and registrations to events but it does not ship with any of the premium features that come with the full version of Event Espresso 4.
Hope that helps. Please let us know if you have further questions.
Hi there,
The free version should send confirmation emails. However, there is a myriad of issues that could prevent the emails from actually sending from your server or even reaching your inbox.
Here are some things to look into:
- Does the name of your organization have any special characters in the name (e.g commas, quotes, registered symbol)?
- Is there anything in your spam / junk mail folder?
- Can you setup the Email log plugin? It logs each time an email goes out:
https://www.ads-software.com/plugins/email-log/
You can search for it through the Add New screen for Plugins in your WP dashboard and then install it.
Then please try another registration and then check the log to see if there is a record of the email notification going out.
- Worst case scenario, it’s an issue with your email server. So you may have to try setting up a free transactional email service like Sendgrid.
There is a step by step guide here:
- This reply was modified 7 years, 9 months ago by sethshoultes. Reason: Removed details regarding EE4 (message activity)