Jonah

Forum Replies Created

Viewing 15 posts - 3,346 through 3,360 (of 4,001 total)
  • Author
    Posts
  • in reply to: Venue list page? #17345
    Jonah
    Participant

    Hi 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.

    in reply to: Showing current week only in calendar mode + time format #17343
    Jonah
    Participant

    Hi 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!

    in reply to: CSS Problem with Calendar Head (Gridview) #17342
    Jonah
    Participant

    Hi 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;
    }

    in reply to: Problem with start_date in tribe_get_events in 2.0.4 #17340
    Jonah
    Participant

    Hi 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 ?

    in reply to: Gridview Based On Category #17339
    Jonah
    Participant

    Hi Demitri, I need to get some help from one of our other developers on this. Stay tuned!

    in reply to: The Events Calendar 2.0.5 events passed #17337
    Jonah
    Participant

    Hi 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.

    in reply to: Adding a link to Featured Image #17193
    Jonah
    Participant

    Awesome Catherine, glad you got it working!

    in reply to: Venue list page? #17185
    Jonah
    Participant

    Hi 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

    in reply to: Adding a link to Featured Image #17180
    Jonah
    Participant

    Hi 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.

    in reply to: Adding a link to Featured Image #17174
    Jonah
    Participant

    Hi 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.

    in reply to: Change title of ‘Events’ in WordPress Backend #17173
    Jonah
    Participant

    Hey 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!

    in reply to: CSS Problem with Calendar Head (Gridview) #17171
    Jonah
    Participant

    Hi Patti, got an actual link to the site so I can inspect the CSS on my end?

    in reply to: The Events Calendar 2.0.5 events passed #17169
    Jonah
    Participant

    Hi guys, are either of you using an overridden version of single.php?

    in reply to: Venue list page? #17168
    Jonah
    Participant

    Just 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…

    in reply to: Google Cal / iCal suddenly missing #17167
    Jonah
    Participant

    Hi 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.

Viewing 15 posts - 3,346 through 3,360 (of 4,001 total)