Nico

Forum Replies Created

Viewing 15 posts - 4,801 through 4,815 (of 6,506 total)
  • Author
    Posts
  • in reply to: Future events show "This Event has passed." #1067079
    Nico
    Member

    Thanks for the additional testing @jaapstronks! I’ll log this bug an hopefully it will be fixed soon.

    Do you think there’s anything else I can do for you?

    Please let me know about it,
    Best,
    Nico

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

    Hey Kevin,

    Thanks for clarifying this!

    1) Users already logged in through the theme-pop up login won’t have to login again to EC

    This depends on how the theme login works. If it uses standard WordPress auth then this shouldn’t happen. Can you point me to the theme documentation on this? If that’s not available maybe you can reach out to the theme author on this.

    2) Users NOT logged in through the theme pop-up login will see the pop-up login and then then be redirected to the Add-Event page.

    Knowing if the theme login works with default WordPress auth process will determine if this is doable as well. Per default WordPress login accepts a redirect parameter to redirect users after successful login, not sure if your theme login supports that.

    Please let me know if there’s any info on how the theme login works, or if you can reach out to the theme author on this,
    Best,
    Nico

    in reply to: Issue with Reoccuring Events in Monthly View #1067047
    Nico
    Member

    Hey Ashley,

    Glad to hear the timezone workaround worked for you 🙂

    The bug that’s creating this issue is logged and will be fixed in the future.

    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: Need to Delete Hundreds of Duplicate Events #1067025
    Nico
    Member

    This reply is private.

    in reply to: Current Date Highlight (Desktop and Mobile) #1066985
    Nico
    Member

    Hi there Rich,

    Thanks for reaching out to us! I’ll help you here…

    To select the current day you can use the .tribe-events-present CSS selector, so for example to change the day number background you can do the following:


    .tribe-events-present div:first-child {
    background-color: red !important;
    }

    This will work for mobile too, of course you’ll need to adjust the rules to get to the desired result.

    You can add this code to your theme stylesheet or via Simple Custom CSS plugin.

    Hope you can get started with this tip, please let me know if there’s anything else I can do for you,
    Best,
    Nico

    in reply to: Thumbnails not linking in shortcode list #1066579
    Nico
    Member

    Stocked to hear Nigel 🙂

    I will log a ticket about this, so it can be tuned in the future. Thanks once again for the report and glad I could help!

    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: Exporting all events changes the times of events #1066573
    Nico
    Member

    Hey Peter,

    Thanks for following-up! Maybe it’s related, not sure…

    Seems like we are having some issues with the ‘city named timezones’ for some reason, I’ve heard about this in other threads but with different ‘symptoms’.

    If UTC+11 is in fact the correct timezone for Sydney and the export works for both single event and events listing, then you should be fine for now.

    Can you please follow up with your system information in a private reply? I think this could be related to the PHP version or some other server side setting.

    Thanks,
    Nico

    Nico
    Member

    Hey Lana,

    Thanks for following-up!

    If i install Event Tickets Plus will it auto detect the tickets I setup through Woocommerce Tickets or will I have to recreate my Events/Tickets from scratch?

    Yes it should recognize all previously created tickets. We always recommend performing the update in a staging/development environment and not directly in the live site. If you only have the live site and no other instance of the site, be sure to make a backup!

    Also does Events Tickets Plus allow for recurring events or at least the ability to duplicate an Event?

    It’s still not possible to add tickets to recurring events. This feature is planned and while we still don’t have any dates for this to be out hopefully we can see it ready in a couple of months. Regarding event duplication you can try the Post Duplicator plugin, or search for similar alternatives.

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    in reply to: Timezones not working #1066487
    Nico
    Member

    Hi there @fxidesigns,

    Thanks for reaching out to us!

    Can you please point me to the previous thread you mention? I don’t see it in your ‘started topics’.

    It would be great if you could share your system information with me so I can check if everything looks right on that end. Also, I see you marked as this was tested under default conditions (default theme and no other plugins active), Can you confirm this?

    Please let me know about it,
    Best,
    Nico

    in reply to: Problem with Woocomerce connection #1066486
    Nico
    Member

    Hi Diana,

    Thanks for reaching out to us on this! Unfortunately we cannot respond to support questions over the Pre-Sales forum (here).

    Please log into the account you made when you purchased your license(s). You’ll then be able to post a new thread in the relevant forum. Please include as much detail as possible in your post. A member of our support team will reply within 24 hours (please note that the forums are not monitored over the weekend, and any threads posted late Friday or beyond will be answered on Monday).

    I’ll go ahead and close out this thread, but please don’t hesitate to create a new one in the appropriate forum and we will be happy to assist you.

    Best,
    Nico

    Nico
    Member

    This reply is private.

    in reply to: Thumbnails not linking in shortcode list #1066457
    Nico
    Member

    Hi Nigel,

    Just re-checked this, and you are right! The tribe_event_featured_image is getting the global post/event ID to generate the link, and as I was looking into this in the same event page the link was correct but in the calendar home or other event page it failed. As a workaround we can emulate what the functions does internally. Please try the following code:

    ID, 'medium' );

    if ( ! empty( $image_html ) ) {
    echo '

    ';
    }

    ?>

    ID ) ); ?>" rel="bookmark">post_title ); ?>

    ID ) ?>

    ID ); ?>

    Hope this time it works 🙂
    Best,
    Nico

    in reply to: List Widget title not displaying correctly #1066394
    Nico
    Member

    Hey Suzana,

    Thanks for reaching out to us, I’ll help you out with this issue 🙂

    Just checked the site and I think it’s looking good: https://cloudup.com/czjhpBSxiDo (latest Chrome). Are you seeing it differently?

    Please send me over a screenshot or indicate in which browsers/set up are you noticing the glitch,
    Best,
    Nico

    in reply to: tooltip #1066388
    Nico
    Member

    Hi there Edwin,

    Thanks for reaching out to us! I guess this can be fixed with the CSS property z-index. Can you share a link to your site so I can take a look?

    Best,
    Nico

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

    Hi there Kevin,

    Thanks for following up on this! Let’s recap a bit to make sure we are on the same note…

    You are trying to redirect users to this login page, right? http://dancingcircles.com/wp-login.php – and once the are logged in they should be redirected to the ‘Add Event’ page?

    I also see that your site has a ‘pop-up’ login, Are you trying to implement that login form? In that case you’ll need to add the classes (or id) that make the pop-up work to the ‘Add Event’ link. Maybe you should contact the theme developer on that.

    Please let me know about it,
    Best,
    Nico

Viewing 15 posts - 4,801 through 4,815 (of 6,506 total)