Danny
Forum Replies Created
-
Many apologies here. It appears as though another plugin was blocking REST API access. BuddyBoss in particular.
It appears through a recent plugin update, a setting was set to ‘true’ in the REST API settings. I was barking up the wrong tree!
Forum: Plugins
In reply to: [Booking Activities] Applying one Booking Form to Multiple Activities?Yoan, you are absolutely fantastic. This works perfectly for me. I’m so happy with the result here and it will save me literally days of time doing the same thing over and over.
I’ll be making another purchase on your site soon for another add-on. Really looking forward to the future of this plugin. I showed the client today and they were amazed with how easy it was.
Once again, thank you for all your help, and I hope this article and code helps other people to get the same result!
Thanks
Danny
Forum: Plugins
In reply to: [Booking Activities] Applying one Booking Form to Multiple Activities?Hi Yoan,
Thanks so much for this. I’m currently in the process of creating the template and as soon as that is done, I’ll test out this code and get back to you.
Thanks again!
Danny
Forum: Plugins
In reply to: [Booking Activities] Applying one Booking Form to Multiple Activities?Hi Yoan,
Thank you for the response to this. Really useful info about the API, this would still mean however I would need to duplicate this code for each product and activity, right? If this is the case, it also means if another course is added in the future, more development work will need to be done to ensure it shows the correct booking form on the product page.
I do have development skills, however because everything on the calendar is AJAX, I’m finding it hard to find the Calendar and Activities IDs to test this out. Any debug mode or easy way to figure this out?
The best solution here is to keep the booking fields to a minimum (contact details etc), and then take all the extra information separately after the transaction and then duplicate the booking forms using a duplicator plugin…
However there doesn’t seem to be an easy way to do this as these plugins aren’t recognising the booking forms list as a post type. Any advice on that one?
Forum: Plugins
In reply to: [Booking Activities] Applying one Booking Form to Multiple Activities?I want to add here as well that I am using WooCommerce to handle the payments, so I am creating the calendars and the product pages. The setup is something like this for the courses:
Course Group Name
– Intro Course
– Improver Course
– Advanced CourseI’ve experimented with having these multiple courses on one calendar but this is way too messy and we only want one ‘activity’ per calendar to avoid confusion.
What’s the best way of handling this? Thanks
Forum: Plugins
In reply to: [Booking Activities] All dates available?Just a followup here:
I’ve set up a 3 day event to repeat every day until the year 2100 which seems to solve the issue, however I’m noticing overlapping on the days which isn’t what I want.
Ideally, I would like to be able to repeat the event AFTER the end date. So if the event is 3 days long, I’d like to be able to repeat the event every 3 days. It doesn’t have to be anything clever, just give us a Repeat Event Every “x” Days/Months etc…
How feasible is this to be added to the plugin? Does it already exist in the Display Pack?
Forum: Plugins
In reply to: [Contact Form Submissions] CSV Exporting giving ‘ERR_INVALID_RESPONSE’After more digging, I discovered several gaping flaws with the CSV export feature:
- CSV export is not compatible with multisite installations.
- It has a horrendous way of storing data in the database, injecting it into the wp_posts table rather than simply creating a new table and allowing for easy exports. Why has it been developed like this?! So so bad.
- It is not compatible wih cf7 repeater fields
When I finally switched multisite off temporarily, I could export the CSV file, however because of plugin conflicts with cf7 repeater, NONE of the repeater fields were showing up.
We have over 400 applications that we need to export to a CSV file for legal purposes. This plugin seemed to be the only one that rendered fields correctly on the backend of the site.
Our approach using this pick n mix of plugins was admittedly a temporary, quick solution to give us the functionality we needed until our new system is built. However, considering I’ve not even received a response of any kind from the author regarding this issue is kinda crap.
Fix your database structure, stop throwing things together and you could have a very good plugin. But for now, I have to uninstall and manually go through over 400 applications to fix it.
- This reply was modified 8 years, 8 months ago by Danny.
Hi Jules,
I’m really liking the plugin, very intuitive. Has there been any more thought on adding the repeater functionality into your plugin?
I’d be very pleased to see this implemented and I would pay for this kind of extended functionality, among many others I imagine.
Please let me know your thoughts.
Thanks
Forum: Plugins
In reply to: [Contact Form Submissions] CSV Exporting giving ‘ERR_INVALID_RESPONSE’To add more information here:
I am using Multisite.
I also have CF7 Conditional Fields and CF7 Repeater installed.
Forum: Plugins
In reply to: [Flamingo] HOWTO: Provide Access to Flamingo for non-Admin usersResolved:
It wasn’t your code, it was a plugin clash. In my case PopupMaker.
Thanks for the code, much appreciated.
Forum: Plugins
In reply to: [Flamingo] HOWTO: Provide Access to Flamingo for non-Admin users@ckitso This works and allows the user to view a list of contact form submissions, but when you click through to view the message I get the error:
‘Cannot load flamingo_inbound’
I’ve tried adding this particular hook into the function you’ve provided but to no avail.
Any ideas what to do to resolve this?
Yep, I used AWPCP before using this and this is much better for what I need – and it was AWPCP that did HTML formatted emails. 🙂 I’m going to have a lot of faffing around to do when you release an update, I’ve modified quite a lot of the core files. 🙁
Hi sectionvrecruit,
I’m having a similar issue, however I just made the Super Admin’s (The account you make on installation) e-mail address the one I wanted it to be from for now.
But yes there does need to be a feature like this added.
Hi, thanks for the response!
At the moment the website is still under development and so nobody has paid for a sticky listing. Saying this however, I agree with you and looking at the website as a viewer, I want the directory to be right in front of me instead of having to scroll through even two sticky listings.
Widget is a great idea, as is the slider! The slider more so. You’d perhaps have to set it to load the sticky loop listings in a random order every page load to make it fairer on those who have paid, especially when you’re on about 100 stickies – Same thing goes for the widget.
For the widget you could choose to load, say, 15 listings on the sidebar which are about 20px high each per listing. This loop displays random listings on every page load, then the user would have to refresh the page 5-6 times maximum for their listing to appear!
Also, I was going to ask whilst you are available – Is there any way that we can add the sticky listing onto the fees page? At the moment it’s set up on my website so that the user pays £3 for an extra 4 images on their listing, and then when they make their listing they have to click upgrade. – I still want that upgrade feature there however to add a tick box on the add listing page would be a great way to upsell.
You can take a sneak look at the website here: http://www.radthreads.co.uk
Thanks for your continued support!
Apologies, I’ve triple posted now however I’ve fixed it.
Here’s the issue:
I had the directory slug set up as ‘directory’, and I had the directory page set up as ‘directory’ as well, these two were clashing, I simply changed the directory slug in the settings menu from ‘directory’ to something else and et voila! It works!
I hope this helps everybody.