Forum Replies Created
-
AuthorPosts
-
February 9, 2016 at 6:37 am in reply to: Show past events in 'Past events widget' in reverse chronological order #1070245
Nico
MemberHey Nienke,
Thanks for following up with the screenshoot but the ::TP:: Past Event widget is not part of our product, maybe it comes packed with the theme? Or an additional plugin?
Please let me know about it,
Best,
NicoFebruary 9, 2016 at 6:28 am in reply to: Mobile view- auto scroll to events when day is clicked #1070240Nico
MemberHi David,
Really sorry to hear about you leaving to another solution, but glad you could find a product that fits your business needs.
Iโll go ahead and close out this thread,
Best of luck with your project,
NicoFebruary 9, 2016 at 6:24 am in reply to: Allow categories and tags against venues and organizers #1070239Nico
MemberStocked to hear Menno ๐
@yasirmturk, I’ll wait for your confirmation before closing out this thread.Best,
NicoFebruary 9, 2016 at 6:21 am in reply to: Bug: The validation for recurring events end-date doesn't work #1070237Nico
MemberHi Valu,
Thanks for following up! I could test and confirm this on my local install. I’ve created a new bug report for this to be fixed, but unfortunately I don’t have a timeline for this fix to be released. I’m mostly sure it won’t make it to the next release because tickets for that are already closed.
Thanks again for the report and please let me know if I can help you with anything else,
Best,
NicoFebruary 8, 2016 at 3:47 pm in reply to: Show past events in 'Past events widget' in reverse chronological order #1069840Nico
MemberHi there Nienke,
Thanks for reaching out to us! I’ll help you achieving this…
First of all I would like to know how you are generating the Past Events Widget, as that’s not an option per default.
Please let me know about it,
Best,
NicoNico
MemberHi Blake,
Thanks for reaching out and sorry to hear about this issue! I’m guess this is an issue with how the ‘Events Category URL’ is working and not with the widget specifically.
For example, if I go to this event page (which belongs to the scma category) I see the category link in the event meta as https://www.scmediation.org/calendar/category/scma-events/, which also results in a 404!
Can you please give the Testing for conflicts guide a go? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins. Also, do you recall changing the ‘Events Category Slug’ or something like that?
Please let me know about your findings,
Best,
NicoNico
MemberYour are welcome Birgit, glad to be of service ๐
Iโll go ahead and close out this thread, but if you need help with anything else please donโt hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberThanks for following up on this!
Not sure about the error you are getting ๐
The file wp-admin/load-scripts.php is part of the WordPress core as well as the file wp-includes/js/wp-auth-check.min.js (which contains the code you pasted in). Can you try to re-install WordPress for this site? Upgrading WordPress – Extended Instructions.
Is this site in the same server environment as the other working sites? Do you have a staging / dev copy of the site where you can test this first?
Please let me know about it,
Best,
NicoNico
MemberHey Tim,
Sorry, I’ve just update the snippet, seems some < and > where not correctly encoded. I just changed that in my previous reply, Can you please try again?
The script as I passed is an example for you to explore the possibilities and craft your custom solution! Visually it won’t do much as it removes the filters DOM and then adds it back again.
Please let me know if it works now,
Best,
NicoNico
MemberHey Kevin,
Sorry to hear this is still an issue ๐
…the problem is that I only want that function to exist when a user selects ADD EVENT. not when the just select LOGIN. can I change the redirect for the LOGIN link separately?
Not sure how that works in the theme’s login, mind contacting them again on this?
I am still experiencing the Logged in users not being logged in on EC
Not sure why this is happening (as the theme support confirmed their login is working with default wp auth). Our code uses the WordPress is_user_logged_in function to check if the login form should be shown or not. When logged in via your theme login you are able to access the WordPress Dashboard? What’s the user role of users in your site?
Please let me know about it,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberThis reply is private.
February 8, 2016 at 1:40 pm in reply to: Allow categories and tags against venues and organizers #1069765Nico
MemberPS: Regarding your idea of connecting Organizers with User Roles, that has been suggested via our Uservoice page recently. You are welcome to upvote it or to team up with someone willing to drive efforts in that direction. Unfortunately that is a bigger challenge, not easy to solve with a simple snippet.
February 8, 2016 at 1:13 pm in reply to: Allow categories and tags against venues and organizers #1069752Nico
MemberHey folks,
Thanks for following up! I’ve put together a little snippet that enables ‘tags’ support for venues, just to show you the possibilities and the way of doing so. Add the following code to your theme’s functions.php file:
/*
* The Events Calendar - Add 'tags' support to venues
*/
function tribe_modify_venue() {$tribe_venue_args = get_post_type_object('tribe_venue');
$tribe_venue_args->taxonomies = array('post_tag');register_post_type( 'tribe_venue', $tribe_venue_args );
}
add_action( 'init', 'tribe_modify_venue', 100 );
If you need to do the same for organizers, then change tribe_venue to tribe_organizer. If you want to support ‘Event Categories’ add tribe_events_cat to the taxonomies array.
As we are in the pre-sales forum (we do not support users over this forum), I cannot give you any more support on this. If you hold a premium license please post on the appropriate premium forum!
Hope you find the snippet useful to get you started ๐
Best,
NicoNico
MemberHey @rhccmarcom,
Glad to hear you could finally sort this out ๐ Thanks for sharing your solution!
Iโll go ahead and close out this thread, but if you need help with anything else please donโt hesitate to create a new one and we will be happy to assist you.
Best,
Nico -
AuthorPosts
