Jonah

Forum Replies Created

Viewing 15 posts - 3,586 through 3,600 (of 4,001 total)
  • Author
    Posts
  • in reply to: Events Calendar Pro > Display Time Zone #15484
    Jonah
    Participant

    Hey Ken,

    The null argument can contain the post ID, i.e. if you need to for some reason pass it in manually or if it’s not otherwise retrieved via the loop you are in. The next argument ‘false’ is to set whether or not the time displays along with the date. Both are optional. You can find more info in our doco on the function: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-date-functions/#functiontribe_get_start_date

    Let me know if you have any other questions.

    Regards,
    Jonah

    in reply to: Calendar header problem… #15472
    Jonah
    Participant

    Hi Tom, I wonder if I sent you the latest 2.0.4 beta copy… I’m going to have Rob verify and we’ll go from there. What theme or theme framework are you using by the way?

    Also, what template option do you have set in Settings > The Events Calendar for Events Template? You might try switching this from Default Events Template to Default Page Template to see if that has any affect.

    Thanks,
    Jonah

    in reply to: unwanted large image on each event page #15471
    Jonah
    Participant

    Hey Will, just remove lines 93-96 in single.php to remove the featured image from your events.

    in reply to: How to do a horizontal widget? #15470
    Jonah
    Participant

    Hi Rene, hard to say what the problem could be… Did you double check the steps in the tutorial to make sure you did everything right? Do you have an example or two of an event that has a featured image that is not showing it in the widget? Can you email me WP admin access to jonah [at] tri [dot] be so I can take a look?

    in reply to: unwanted large image on each event page #15400
    Jonah
    Participant

    Hey Will, do you have a code editor to open the PHP file? This is what you’ll need to do…

    in reply to: Calendar header problem… #15398
    Jonah
    Participant

    Hi Tom,

    No there is nothing special you need to do for this update. It’s a pretty minor update with no huge code changes and it’s mainly just patching a few bugs. Just replace the files/folders for the existing 2.0.3 version with the new ones.

    – Jonah

    in reply to: How to do a horizontal widget? #15397
    Jonah
    Participant

    Hi Rene, what do you mean you can’t make both stuff work? It’s not an easy flip of a switch to get what you want done. You’re going to need to know some higher level CSS to get things to look the way you want and if you need additional functionality you need to dig into the PHP and/or jQuery to figure things out.

    Jonah
    Participant

    No problem Rich and you’re welcome, I’m glad that worked out for you!

    in reply to: Random Featured event – Custom Widget #15341
    Jonah
    Participant

    Hi Paul, I’m going to get someone else to help you. Stay tuned.

    in reply to: Using a category slug as a class #15338
    Jonah
    Participant

    Hi Dale-Anthony, sure, you’d have to use something like wp_get_object_terms for individual posts (http://codex.wordpress.org/Function_Reference/wp_get_object_terms) to pull in the events categories and then get the slug for each term to use for the class name. You can use the sample WP provides for an idea or this pastebin example for get_terms for another idea: http://pastebin.com/zz9hfTUQ

    Good luck!

    in reply to: Random Featured event – Custom Widget #15332
    Jonah
    Participant

    Hey Paul, you simply need to execute a WP_Query – you can find an example of usage here: http://codex.wordpress.org/Class_Reference/WP_Query#Usage

    You’ll want to pass in tribe_events for the post_type and your category in a tax_query.

    in reply to: Calendar header problem… #15331
    Jonah
    Participant

    Hey Tom,

    It must have been related to Headway in some way, there may have been some CSS that headway was including that was overriding the default styling set by the plugin to get things lined up properly.

    On the ‘Calendar of Events’ issue, we have this fixed in 2.0.4 which is coming out in the next few days but if you’d like a copy to test now just send an email to pro [at] tri [dot] be referencing this thread and I’ll get you a copy.

    Thanks,
    Jonah

    in reply to: Calendar header problem… #15299
    Jonah
    Participant

    Hi Tom,

    You can add some CSS styling to get the calendar navigation cleaned up. First, make a duplicate copy of /wp-content/plugins/the-events-calendar/resources/events.css and place in a folder named ‘events’ inside your theme.

    On line 136 add this width rule to the .tribe-events-month-nav class: width: 385px;

    On line 142 add float: left; to the .tribe-events-prev-month class and do the same on line 145 for the .tribe-events-next-month class

    Then after the declarations on line 413 for #tribe-events-events-picker, #tribe-events-picker create a new declaration like so:


    #tribe-events-events-picker select, #tribe-events-picker select {
    float: left;
    }

    That should do it. Let me know if you need anything else with this.

    in reply to: Random Featured event – Custom Widget #15298
    Jonah
    Participant

    Hey Paul,

    I don’t think you can use the ‘tribe_events_cat’ as an argument. Try tax_query instead: http://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters

    You can also just use a regular WP_Query instead of tribe_get_events too.

    in reply to: How to add a description to organizers ? #15297
    Jonah
    Participant

    Hey Coach, I’m not sure how to do this myself so I’ve asked one of the other devs to help if it’s an easy modification. Stay tuned.

Viewing 15 posts - 3,586 through 3,600 (of 4,001 total)