Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantJ,
Look at the documentation in ‘views/month/single-event.php’. That will show you how to pass data to the tooltip template, as well as how to display your new variable in tooltip.php. Thanks! π-Casey-
June 10, 2014 at 6:55 pm in reply to: Allow users to filter list view or photo view based on event category #217810Casey
ParticipantMartin,
The easiest way to do this would be using the Filter Bar add-on. Alternatively, you could use some special URLs to direct users to events in a specific category by using a URL similar to this:You’d just modify the ‘tribe_eventcategory’ param to the ID of the particular category you’d like to view. Give that a try and let me know if you have further questions. Thanks! π
-Casey-
Casey
Participantwelshartnow,
Thanks for reaching out! The Photo View event descriptions are displayed using the tribe_events_get_excerpt() function, which is basically just using the WordPress get_the_excerpt() functionality.So, you should be able to change the length of that using something like this: http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length
Give that a try and let me know if you have further questions. Thanks! π
-Casey-
Casey
Participantmggillespie,
Thanks for getting in touch! Unfortunately this functionality isn’t possible in the current version of the plugin. If this is something you’d like to see in a future release, I would suggest submitting it as an idea on our UserVoice page. Our team periodically reviews the most popular ideas for possible inclusion in a future release of the plugin.Hope that helps to answer your question. Thanks! π
-Casey-
Casey
Participantbbswebmaster,
Thanks for reaching out and sorry to hear you’re having trouble here, but glad you were able to resolve this. We made some changes to the list widget in version 3.6, and so when you re-added the PRO list widget, and re-saved your filters, the new options were saved correctly.Hopefully that helps to clear up some confusion, but let me know if you have further issues here. Thanks! π
-Casey-
Casey
ParticipantAwesome! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw
Thanks in advance. π
Cheers,
CaseyCasey
ParticipantThanks for your reply. Let me try to tackle these one at a time.
1. It would seem that the first issue I outlined (spinning/loader just continuously rotates on map view) is being caused by a conflict with the following official WooCommerce extension:
http://www.woothemes.com/products/ajax-layered-navigation/How can we resolve the issue so both can co-exist together?
Unfortunately, due to our limited support team we’re unable to provide support for specific plugin conflicts such as this one. I would suggest that you reach out to the plugin developer to see if they can help identify the issue further.
2. Even after disabling every plugin (except Events Calendar) I still get the following error on every page:
βWarning: you have included the Google Maps API multiple times on this page. This may cause unexpected errorsβHow can that be resolved?
It’s possible that your theme is also including the Google Maps API. One possibility is to dequeue the extra Google Maps javascript. Take a look at this thread, which outlines the general direction for you to take.
3. The google map issue where the zoom bars and little man are being distorted is still prevalent even when all the plugins are deactivated. So this is obviously a conflict with the premium theme I am using.
How can we isolate what the exact issue is there?
I believe this is also related to #2, so try my suggestion there and see if that gets you started in the right direction.
Thanks! π
-Casey-
Casey
Participantmcomarketing,
Take a look at @brook’s reply on this thread and let me know if that fixes your problem. Thanks! π-Casey-
Casey
Participantmosaicgc,
Did you install The Events Calendar and Events Calendar PRO (you can get the zip on your download page)? The Events Calendar is still required to run PRO. Give that a try and let me know if you’re still having issues. Thanks! π-Casey-
Casey
Participanthunterbrownrobertson,
Our plugins are designed to be compatible “out of the box” with the default WordPress themes, as well as most themes that follow WordPress best practices. While I wish I could say that the plugin seamlessly integrates with every theme out there, the reality is that custom themes have so many settings/options that it would be nearly impossible for us to account for all of those.If you’re still having issues with the styling integrating with your theme, take a look at our themer’s guide, which will show you how to customize the different calendar views, as well as override the plugin’s CSS styling.
Take a look there and let me know if that points you in the right direction. Thanks! π
-Casey-
Casey
ParticipantSorry, not working.
Can you elaborate a bit? Did you paste the code into your theme’s functions.php file and modify the IDs to the Event Category IDs that you’d like to exclude?
Also on my dashboard the event calendar controls donβt show up.
Are you referring to the WordPress Dashboard? If so, then I’m not sure what you’re referring to, since our plugin doesn’t add any widgets to the WordPress dashboard. Could you explain this a bit more also, or include a screenshot, so I can investigate further? Thanks! π
-Casey-
Casey
Participantflawlessvictory,
Thanks for reaching out and sorry to hear you’re having trouble here, but hopefully I can help. Without looking at a live version of your site, it appears to me that you have another plugin activated that is also including the Google Maps API, which is causing issues. Can you try deactivating all other plugins to see if that resolves the issue? If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover.Thanks! π
-Casey-
Casey
Participantmcomarketing,
Thanks for getting in touch! Could you share a URL with me where I can see this issue and investigate further? Thanks! π-Casey-
Casey
ParticipantAgain, we’re unfortunately unable to help with theme-specific issues such as customizing widget areas on the page. Because of this, and because I’m not familiar with your specific theme, I would suggest reaching out to the developer of your theme to see if they can help with your specific theme. Thanks! π
-Casey-
Casey
Participantjpirc,
Thanks for getting in touch! Any time you’re wanting to modify any of the Events template files, you’ll want to perform a template override. Take a look at our themer’s guide, which explains how to do this.You’ll want to override ‘views/month/single-event.php’ and ‘views/month/tooltip.php’ to make your changes. If you look in ‘single-event.php’ there’s thorough documentation on how to pass data to tooltip.php, which is a Javascript tempalte.
Once you’ve overridden those files, you’ll want to use ‘tribe_get_venue‘ to display the Venue Name.
Hopefully that points you in the right direction. Thanks! π
-Casey-
-
AuthorPosts
