Forum Replies Created
-
AuthorPosts
-
Cliff
MemberGreat. Please let us know if you get something going with v4 of our plugin(s). Thanks!
February 4, 2016 at 9:40 pm in reply to: Events Calendar not displaying unless user is logged in #1067978Cliff
MemberGlad to hear things got figured out, and thanks for letting me know. Have a great one!
Cliff
MemberI saw you marked my answer as “correct”. I’m stoked it solved your issue. I’m going to close this ticket. Feel free to open a new ticket if you have any other questions come up. Have a great day!
Cliff
MemberI saw you marked my answer as “correct”. I’m stoked it solved your issue. I’m going to close this ticket. Feel free to open a new ticket if you have any other questions come up. Have a great day!
Cliff
MemberThanks for the update, Paul. I think you’re taking the right route for this specific scenario. Best to you and your client!
February 4, 2016 at 9:23 am in reply to: Event Details don't popup when you hover over title in Calendar View #1067776Cliff
MemberThanks for the details.
I’m uncertain why your tooltips don’t appear when hovering over an event in Month view. I didn’t see any Console errors in Chome on my iMac.
Please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
Let us know what you find out.
Thanks.
February 4, 2016 at 9:17 am in reply to: "events_get_listview_link" leads to "Page Not Found" #1067773Cliff
MemberAh ha! Had to enable List View 🙂
You could add this CSS only for mobile (either inject if true === wp_is_mobile() or just via media queries):
body.post-type-archive-tribe_events #tribe-bar-views { display: none; }I hope that helps.
February 4, 2016 at 9:14 am in reply to: displaying multiple organizers on list & Single view #1067770Cliff
MemberThanks for the update.
Instead of adding commas via CSS, you might try changing
echo tribe_get_organizer_link( $organizer )to
echo tribe_get_organizer_link( $organizer ) . ', 'Keep up the good work.
February 4, 2016 at 9:12 am in reply to: Timezone incorrect for events imported with iCal Importer #1067769Cliff
MemberOdd. We’ve had some users report switching from UTC-5 to New York fixes it and others say the opposite — that New York to UTC-5 fixes it.
Could you please send me the iCal file/link you’re importing into WordPress?
You may also want to test things after following our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
Let us know what you find out.
Thanks.
Cliff
MemberOh, I saw you updated just before I did.
I’m glad you figured things out. Thanks for letting us know and for sharing your code so others may benefit.
Have a great day!
Cliff
MemberHi.
Using is_tax() like you did is appropriate if you have an Event Category with the slug ‘workshops’
The issue might be that your code works just fine but you’re not implementing it in the right way.
Did you use add_action() or add_filter() to implement it, for example, in your child theme’s functions.php file?
If you end up not being able to figure it out, please provide links and/or screenshots of what you’re wanting and where you want it and I may be able to help you.
Thanks!
Cliff
MemberHi Ayr. Thanks for your question.
The plugin shouldn’t have any issue installed on a multisite network regardless of your license level.
I’d suggest it not be network-activated though.
If it’s activated only for the single site (not network-activated) and still giving you messages, please send a screenshot of what you’re seeing.
Thank you.
Cliff
MemberHi John.
https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/ isn’t specific to your request, but I wanted to bring it to your attention.
https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/ is probably what you’re actually looking for though.
I hope this info helps. Let me know if you need anything else.
Cliff
MemberHi Jadu.
Our “Tribe Bar” is part of PRO and we also have the Filter Bar add-on.
Neither are available as a standalone search shortcode or widget.
The Advanced Custom Post Search widget plugin may be able to help enable keyword searching your Events if you don’t want to do custom coding. However, it’s not specifically integrated with our plugins in any way.
Let me know if you have any follow-up questions.
Cliff
MemberHi. Only Venues get mapped. If your event is assigned to a Venue, it’ll be mapped if your Venue’s address is able to be mapped or if you manually enter valid Latitude and Longitude coordinates for the Venue.
I hope this information helps. Please let me know how it goes for you.
-
AuthorPosts
