Leon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Import CSV not workingHi,
The import tools need to be formatted correctly and errors are usually caused by in correctly formatted CSV files.
If you use the support form on my site and send me the CSV file I can take a closer look.
Cheers
Hi,
Sorry for the delay getting back to you!
What version of WPCM are you running and what is your theme?
Thanks
Hi ceitinn,
Sorry you don’t think the docs aren’t very helpful, I know I need to improve that area of the docs so I will try to get that done sooner rather than later!
Hooks can be added anywhere in your themes functions.php file, you can just add them to the bottom to make it easy to find.
If you plan to make changes to your theme it is always a better idea to make a child theme so that you can update your theme without losing your changes. If you don’t know how to do that, don’t worry – it is a lot easier than it sounds – https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/
Your new hooks would then be added to your child themes functions.php
I hope that helps 🙂
Hi Lukel,
Sorry but I’ve been unexpectedly away for a few weeks sorting out a few things in my personal life!
I’ll look into this and get it fixed in the next release which will be in a couple of days.
Sorry again for the delay and thanks for your patience!
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Roster problemHi Lauri,
Sorry but I’ve been unexpectedly away for a few weeks sorting out a few things in my personal life!
Are you still experiencing issue with the league table shortcode?
League Tables can only be displayed using the shortcode, they do not have a archive pages so that is why you got a 404 error
Cheers
Hi Peter,
Sorry but I’ve been unexpectedly away for a few weeks sorting out a few things in my personal life!
The home/away matches issue will be fixed in the next update which will be in the next couple of days… just need to catch up on support – which is going to take awhile!
Sorry again and thanks for your patience
Hi,
Sorry you are having an issue.
Version 2 integrated the Score Summary extension into the core plugin so try going to Club Manager > Settings > Matches and checking the Box Scores option. If it is checked already then save the page in case it hasn’t been switched on in the database. If the problem is still there after doing that, get back to me and I’ll take a look into it.
Hope that helps 🙂
Hi Peter,
Sorry you are having an issue.
It could be the ‘undefined’ value in the ‘team’ attribute. Try making that blank ie.
team=""and see if that fixes it.I hope that helps 🙂
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Roster problemHi Lauri,
Thanks for that. There should be a value in the id field which will be the post ID of the League Table you have created. Without that it won’t know which table to get the stats from.
I hope that helps 🙂
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Roster problemHi Lauri,
Sorry but my xenproject.com email is years old and I don’t receive any emails sent to it! I’m not sure why PayPal is using that, I’ll get that sorted!
What is the shortcode you are using to display your League Table? Have you updated it to the new league_table shortcode since version 2?
Cheers
Ok, if you can create a ticket at https://wpclubmanager.com/support/#wpcm-support-form with some login details for your site I’ll take a look at some point this afternoon.
Cheers
Hi Peter,
A couple more things to try…
Have you set a default club in Club Manager > Settings > General?
On that page is a field to input your Google Maps API key. You need an API key for Google Maps to work.
Cheers
Ok, not sure what’s going on there then!
I’ll do some testing later tonight and get back to you.
Thanks
Hmmm…
Try it with the venue field blank – if it’s an issue with the home/away feature then it should work after that and I know what needs fixing.
If it still doesn’t work then something else is going on and I’ll need to look deeper.
Don’t forget to clear any caches if you have any set!
Cheers
- This reply was modified 7 years, 1 month ago by Leon.
Ok – I think the problem is that your ‘date_range’ value is invalid and is breaking the query.
Leave the date_range field blank to display all the matches in the specified season. For example:
date_range=""I hope that helps 🙂