Nico

Forum Replies Created

Viewing 15 posts - 4,741 through 4,755 (of 6,506 total)
  • Author
    Posts
  • Nico
    Member

    Hey 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,
    Nico

    in reply to: Mobile view- auto scroll to events when day is clicked #1070240
    Nico
    Member

    Hi 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,
    Nico

    in reply to: Allow categories and tags against venues and organizers #1070239
    Nico
    Member

    Stocked to hear Menno ๐Ÿ™‚


    @yasirmturk
    , I’ll wait for your confirmation before closing out this thread.

    Best,
    Nico

    Nico
    Member

    Hi 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,
    Nico

    Nico
    Member

    Hi 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,
    Nico

    in reply to: "View More" links in List Widget not working #1069838
    Nico
    Member

    Hi 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,
    Nico

    in reply to: change the order of previous/next links #1069831
    Nico
    Member

    Your 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,
    Nico

    in reply to: Visual Editor does display when clicked #1069828
    Nico
    Member

    Thanks 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,
    Nico

    in reply to: Slider to select #1069819
    Nico
    Member

    Hey 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,
    Nico

    in reply to: Community Events Login VS Theme Login #1069807
    Nico
    Member

    Hey 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,
    Nico

    in reply to: Major issue with breadcrumbs #1069802
    Nico
    Member

    This reply is private.

    in reply to: Restrict to today's events only in list widget #1069767
    Nico
    Member

    This reply is private.

    in reply to: Allow categories and tags against venues and organizers #1069765
    Nico
    Member

    PS: 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.

    in reply to: Allow categories and tags against venues and organizers #1069752
    Nico
    Member

    Hey 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,
    Nico

    in reply to: No pagination on "see all" recurring events #1069734
    Nico
    Member

    Hey @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

Viewing 15 posts - 4,741 through 4,755 (of 6,506 total)