Forum Replies Created
-
AuthorPosts
-
Nico
MemberThanks 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,
NicoNico
MemberHey 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,
NicoNico
MemberHey 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,
NicoNico
MemberThis reply is private.
Nico
MemberHi 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,
NicoNico
MemberStocked 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,
NicoNico
MemberHey 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,
NicoFebruary 2, 2016 at 12:34 pm in reply to: Woocommerce Tickets incompatibility with Follow-Up Emails extension #1066571Nico
MemberHey 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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoFebruary 2, 2016 at 8:41 am in reply to: Multiple database entries for _EventCost after adding Event Tickets #1066471Nico
MemberThis reply is private.
Nico
MemberHi 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,
NicoNico
MemberHey 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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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 -
AuthorPosts
