Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Odhran, it appears the map scripts are being loaded for each venue and this is causing issues. I’m not sure if it’s actually possible and need to check with another dev. I’ll post back here when I have an answer. Stay tuned.
March 29, 2012 at 11:02 am in reply to: Showing current week only in calendar mode + time format #17343Jonah
ParticipantHi Craig, this would be a fairly difficult hack and not something we can offer a solution on. You’ll need to either have it custom developed for you or wait for the feature from us. Good luck and I hope you can work something out!
Jonah
ParticipantHi Patti, cross browser fixes are something you’re always going to need work with on any website. You’ll need to somehow specifically target the CSS in Firefox and make a modification to that element. I would suggest adding some body classes for different browsers so you can more easily target them in the CSS. Something like this will help you: https://gist.github.com/2240906
Add that to your functions.php file and then you’ll be able to target specific browsers like:
.ff1 #tribe-events-calendar-header {
position: relative;
top: 20px;
}
Jonah
ParticipantHi Mike, not sure what the issue could be with the query, it works fine for me with the start_date/end_date args. Do you have any other code that could be conflicting with this query? Can you paste your full custom query code into http://pastie.org/pastes/new ?
Jonah
ParticipantHi Demitri, I need to get some help from one of our other developers on this. Stay tuned!
Jonah
ParticipantHi Mihajlo, you’ll first want to back everything up – database and files. This is good practice any time you are running any website updates. Then, simply copy over the entire plugin folder for both the base plugin and the PRO plugin. Your events are not stored in those folders so don’t worry about losing them. That should do it but let us know if you need any more assistance with this.
Jonah
ParticipantAwesome Catherine, glad you got it working!
Jonah
ParticipantHi Sarah, it might be available out of the box at some point but it is relatively easy to achieve. Basically you just need to setup a custom query on a page on your site and pull from the ‘tribe_venue’ post type. Here’s a very basic example that you could throw into one of your templates: https://gist.github.com/2211213
Jonah
ParticipantHi Catherine, do you have custom fields setup using the standard WP custom fields or the Tribe custom fields? The Tribe custom fields can be configured in Settings > The Events Calendar (and if you’re on 2.0.5 click into the new Additional Fields tab on the top). Otherwise the additional fields will be at the bottom of the settings page.
If you haven’t already configured any custom fields anywhere then the above code is not going to help you. You need to add the custom field, then add the custom field values on your event posts and then the code should spit out the custom link.
Jonah
ParticipantHi Catherine, so you are working with WP custom fields and not the Tribe custom fields? Try the code I just commented with here: https://gist.github.com/1995059#comments
Make sure to replace ‘img_link’ with whatever the key of your custom field is.
Jonah
ParticipantHey Cory, probably the best way to do this is by creating your own language file and changing the labels in there. It should be around line 1716 of one of the language files. We’ve got an FAQ that covers this with a link to a screencast that should help you out: https://theeventscalendar.com/faq/can-i-change-the-language-that-the-content-of-my-calendar-appears-in-on-the-site/
Hope that helps!
Jonah
ParticipantHi Patti, got an actual link to the site so I can inspect the CSS on my end?
Jonah
ParticipantHi guys, are either of you using an overridden version of single.php?
Jonah
ParticipantJust post on pastie.org or pastebin.com or any other preferred pasting service. We’re going to add code formatting to forum comments at some point…
Jonah
ParticipantHi John,
The code to display the iCal should be on lines 42-44 of gridview.php like so: http://pastie.org/private/nz0bjjnsii5hwgnqenwjcw
You can also look at the core gridview.php file in /wp-content/plugins/the-events-calendar/views for reference.
-
AuthorPosts
