Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi Jacob.
Are you referring to using Google Drive attachments in Google Calendar?
If yes, our iCal Importer does not import them, but you could suggest that feature request at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
Feel free to include a link to it from here in case anyone comes across this forum thread in the future.
June 30, 2016 at 4:28 pm in reply to: filter bar add-on does not show up on detail single event view #1134267Cliff
MemberHi Andreas.
I can tell you that the tribe-events-bar-should-show filter is from The Events Calendar Pro, not from Filter Bar. It’s for what we call the Tribe Bar. I’m uncertain if Filter Bar fully replaces all instances of the Tribe Bar (and therefore this would then be the proper hook to use), but I’m guessing this isn’t the right way to accomplish what you’re wanting.
Other than that, I’m limited in helping with such customizations, per our Scope of Support / Terms.
If you do get other code, I could possibly review that for you again.
Please let me know if you think I can be of further assistance to you here.
June 30, 2016 at 4:19 pm in reply to: Additional info (like Attendee name) appearing on the ticket? #1134264Cliff
MemberHi Mike.
There is currently a bug where Attendee meta is not included in Tickets emails.
Am I right that you’re not referring to this bug but instead asking for additional event information to be added to the Tickets email?
If yes, you can reference our Themer’s Guide to alter the Tickets email templates.
Cliff
MemberHi James.
Thanks for providing your code snippet.
Could you please specify which ticket type(s) you’re trying to get (e.g. RSVP, WooCommerce, EDD) — or list the titles of all tickets attached to a specific event regardless of ticket type?
Could you also specify where you’re trying to display this information (e.g. Event Single page, custom shortcode, email)?
Thank you.
Cliff
MemberHi.
There’s not currently a way to merge existing Venues.
If you go into the wp-admin Venue edit screen for those multiple events, is ALL of the information the EXACT same? If yes, please send at least 2 screenshots of that.
Please also send your Facebook import feeds/IDs so I can try it out on my local testing site too if need-be.
Thank you.
Cliff
MemberHi Ajay.
I confirmed this issue:
- Add a shortcode to a single event.
- Export this single event to iCal (from its Single Event page view), open in a text editor, see that the shortcode is rendered.
- Now export that month’s iCal feed, open that file in a text editor, see that the raw/unprocessed shortcode is in the Event’s post content.
I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release. I apologize for this issue and appreciate your understanding and patience.
Please let me know if there was another part of your question that I did not address.
Thank you.
Cliff
MemberThat looks like the code from the bottom of the Change the wording of any bit of text or string article.
If I use the code below in my functions.php file, it override all the changes made in the translation files
Am I right in understanding that your issue is now resolved then?
Cliff
MemberI understand what you’re saying and respect your long-term business with us.
I’ll definitely assist you with this thread. Don’t worry!
Please clarify a few things for me:
- Are there 31 total sites on the multisite network? Are all 31 that have TEC active actually using it (i.e. have events)? Or is TEC network-activated?
- Does every site that’s running TEC load slowly when TEC is active?
- Does each site’s quantity of Published Events seem to correlate with that site’s speed (e.g. a site with 10,000 events loads in 10 seconds but a site with only 1,000 events seems to load in 1 second)?
- For sites slow to load with TEC active:
- Is the entire site slow to load or just Event archive pages (e.g. Month View, List View) or just Single Event views? Are the blog posts archive views (e.g. /blog, /author/betty-sue, /category/how-tos) or single blog posts also slow to load?
- If TEC is then <i>deactivated</i>, what part(s) of the site then speed up significantly (e.g. home page, blog archive views, blog single posts)?
- Is there a significant speed difference when logged in vs logged out?
Thanks for all the details! 🙂
Cliff
MemberHi Joseph. Here’s a code snippet to remove the HTML link tag from Event Categories:
https://gist.github.com/cliffordp/7c6f0fcca3fe7dab47c23e1726a9ecbe
Please let me know if this works well for you.
Cliff
MemberThis reply is private.
Cliff
Member1)
I tried out the theme and noticed this WP_DEBUG message at /events:
Notice: Undefined property: WP_Error::$slug in /wp-content/themes/urbanmag/header-title.php on line <i>106</i>
I’d definitely report that to the theme developer.
2)
Your Single Event Details styling issue is from Line 84 of /wp-content/themes/urbanmag/style.css
dt {float:left;width: 30%;clear: left;margin-bottom: 12px;}You can add this custom CSS to correct the issue (before / after)
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt { float:none; width: initial; margin-bottom: initial; }3)
Here’s some CSS to fix your Month View styling issue (before / after):
.tribe-events-tooltip .tribe-event-description { text-align: left; margin-top: 3%; }You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Please let me know how it goes for you.
Cliff
MemberThanks for the detailed information.
I confirmed your findings. However, since https://wordpress.org/plugins/pl-platform/ only has 2,000 active installs, it’s seemingly in low-use and therefore a low-priority item for us to investigate regarding compatibility.
If you find out anything from their support team, we’d be open to the suggestions if they think it’s a bug on our side instead of theirs.
For everyone’s reference, here’s a video of the 2 console errors I discovered: http://cl.ly/28223E0v013f
Cliff
MemberThis reply is private.
June 30, 2016 at 8:44 am in reply to: No first recurrence rule available – "Add Another Rule" button non-functional #1133980Cliff
MemberWe do not test our plugins with Enfold theme, but I know it is fairly popular among our users and I haven’t heard other reports like yours.
Since you said it’s happening at your site even with ONLY Modern Tribe plugins active and TwentySixteen theme active, could you please:
- create a new WordPress installation/site (whether on another domain/subdomain or as a subdirectory)
- Only install The Events Calendar and The Events Calendar PRO, nothing else
- Can you replicate the issue there?
- If yes, please provide a link to that site
Thank you for your extra effort and attention to detail here.
Cliff
MemberSending me your theme .zip isn’t naughty at all. All publicly-distributed (e.g. sold to the public) WordPress themes’ code is open-source and I’m just providing you support for it anyway.
If you want to, you can send it and I can give it a quick spin, but if there’s a lot of theme setup to do, I won’t be able to go that deep into it… which is why it’s always easier if I can just see your site. However, I understand the situation.
If you want to setup temporary credentials for me that you can delete once this thread is completed, that’s fine too.
Just let me know how I can best help you here. 🙂
-
AuthorPosts
