Forum Replies Created
-
AuthorPosts
-
October 27, 2013 at 8:23 pm in reply to: The following plugins are out of date: Events Calendar PRO 3.0.5. #73176
Chris
ParticipantThanks guys
Chris
ParticipantHi there,
You’re going to go to Events->Settings then click on the “Additional Fields” tab-Chris
October 23, 2013 at 6:13 am in reply to: Remove "Events" from Admin Toolbar on top for subscriber #72484Chris
ParticipantHi there,
Try pasting this into your functions.php file:https://gist.github.com/chriscct7/536711bf697b2935fe10
Thanks for your thoughts on the header. We’ll take those on-board.
-Chris
-
This reply was modified 10 years, 9 months ago by
Brian.
Chris
ParticipantHey guys,
Andrew: Do you have a rough idea how many of those are recurring vs standard?-Chris
October 23, 2013 at 5:43 am in reply to: Event Calendar Pro Version 2.0.3 Can’t access events in backend #72477Chris
ParticipantYes, you need to run the same versions of ECP and EC.
-Chris
Chris
ParticipantHi there,
Can you post your complete code of both the code you wrote for hte filter, and the RSS templates on a place like gist.github.com or paste.laravel.com and then link to us here.We normally don’t help with custom code, but if you’re willing to allow us to include a variant of your code in our plugin as a future feature, we’ll try to help you over the line.
To do it, we’re going to need everything you have made to get the current feed on the site, like if you added anything to functions.php or the contents of any custom RSS templates (which I presume you have).
Let us know,
-ChrisChris
ParticipantNot a problem 🙂
October 21, 2013 at 7:06 am in reply to: Remove "Events" from Admin Toolbar on top for subscriber #71939Chris
ParticipantHi Jeff,
We sincerely apologize for missing this one.The easiest way to do this would be to use the Adminimize plugin. There’s a section in the settings for that plugin to toggle on admin bar items by role.
-Chris
Chris
ParticipantWe’re joining with postmeta by adding a meta_query arg to WP_Query. Probably ‘nrv_featured_item’ is being joined by adding SQL directly, and it’s not aliasing the table name. E.g., it’s doing “LEFT JOIN {$wpdb->postmeta} ON {$wpdb->postmeta}.meta_key=’nrv_featured_item'”, where it should be doing something like “LEFT JOIN {$wpdb->postmeta} nrv ON nrv.meta_key=’nrv_featured_item'”, giving a unique alias for the meta table for that join.
-Chris
Chris
ParticipantThe visit URL link in that area is for the URL of the Organizer. It’s been designed to take that URL from the Organizer’s URL box.
-Chris
Chris
ParticipantOk sounds good 🙂
I’ll go ahead and close this.
Have a nice day!
-ChrisChris
ParticipantDoes it happen on all events or just one? If it happens on all of them, it might just be easiest to make an additional field, like you did for Age and put the website URL in there. Not sure at all why its not displaying.
Would that work for you?
-ChrisChris
ParticipantHi guys,
We want to reopen this issue with the three of you. We’re working on tracking down exactly what causes this bug. If you could please post your system info found at Events → Settings → Help → System Info here as well as what fixed it for you as a private reply, that would be great!Thanks guys,
ChrisOctober 18, 2013 at 8:11 am in reply to: The following plugins are out of date: Events Calendar PRO 3.0.5. #71629Chris
ParticipantAh, correction here for @wwa
APM is included with TEC. Since you’ve also installed it separately, the bundled version and the installed version are going to conflict with each other.
-Chris
Chris
ParticipantThat’s correct
-Chris
-
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
