Jonah

Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 4,001 total)
  • Author
    Posts
  • in reply to: Add Thumbnail to Calendar Grid View #30187
    Jonah
    Participant

    Hi Caitlin,

    You could do this by modifying the /wp-content/plugins/the-events-calendar/views/table.php file around line 133. Make a copy of that file and place in an ‘events’ folder in your active theme to make changes. You should just be able to use the_post_thumbnail() function from WordPress: http://codex.wordpress.org/Function_Reference/the_post_thumbnail

    Does that help?

    – Jonah

    in reply to: Events Calendar Pro and Woo Canvas theme problem #30186
    Jonah
    Participant

    Hi Michael,

    I’m not sure why it doesn’t work with the default page template but you can get your styling to work with the default events template. All you need to do is modify the /wp-content/plugins/the-events-calendar/views/ecp-page-template.php by making a copy and placing in an ‘events’ folder in your active theme. Then, you can edit the file and include all the template specific wrappers (divs) from the Canvas page template (similar to adding the HTML before & after but this is more direct.

    I would suggest doing that.

    Cheers,
    Jonah

    in reply to: Dropdown box out of alignment #30182
    Jonah
    Participant

    No.

    in reply to: Calendar Title showing as the first Event Title entered #30178
    Jonah
    Participant

    You’re welcome. Let me know if you have any questions with that.

    – Jonah

    in reply to: Events Calendar Pro and Woo Canvas theme problem #30177
    Jonah
    Participant

    Hi Michael,

    Have you tried changing the Events Template in Events > Settings > Template to the Default Events Template?

    Can you provide us with a copy of the Canvas theme for evaluation purposes so we can try to figure it out? You can email to pro [at] tri [dot] be and attn. to me.

    Thanks,
    – Jonah

    in reply to: Dropdown box out of alignment #30176
    Jonah
    Participant

    Hi Steve,

    This is a bug with certain themes that we are unable to fix on our end. There are a couple of options you can try:

    1. Try setting your permalinks to Postname in Settings > Permalinks.
    2. Try changing the Events Template in Events > Settings > Template to something else.

    Let me know if that fixes is it, otherwise we will try taking a look at some other options.

    Cheers,
    Jonah

    in reply to: Is it possible to have subscribers add events? #30175
    Jonah
    Participant

    Hey Rob, did you check out our Community Events plugin: https://theeventscalendar.com/wordpress-community-events/

    – Jonah

    in reply to: How to turn off events time #30172
    Jonah
    Participant

    Specific events will be more tricky because you’ll need a way to flag those specific events. Here’s what I would do:

    1. Install http://www.advancedcustomfields.com/ and then create a True/False field displayed in the events add/edit screen to be able to flag those events.
    2. Then, modify single.php as I instructed with the following change to lines 21-29:
    https://gist.github.com/4435986 – note, you’ll need to create the true/false field with Advanced Custom Fields and set it to display for the Events (tribe_events) post type and then update the code to reflect your custom field unless you use the same label/field name as I used (custom_event_date_display).

    So basically what this is doing is just checking for whether or not that flag has been set for specific events and displaying a different start/end date without time in the single.php template. I know it’s a bit much but hopefully you can figure it out and if you have any questions, let me know.

    Cheers,
    Jonah

    in reply to: How to turn off events time #30167
    Jonah
    Participant

    Hi Stephen,

    Yes, this is possible. You’ll need to reconfigure the /wp-content/plugins/the-events-calendar/views/single.php file by making a copy and placing in an ‘events’ folder in your active theme. Then you can make changes to the template… Do you want to turn off event times for all events that span multiple days or just specific events?

    Cheers,
    Jonah

    in reply to: Calendar Title showing as the first Event Title entered #30166
    Jonah
    Participant

    Hi Jay, please take a look at this FAQ and let me know if you have any questions: https://theeventscalendar.com/faq/the-calendar-page-title-shows-title-of-an-event/

    Cheers,
    Jonah

    in reply to: Choose your timezone #30165
    Jonah
    Participant

    This plugin may help or steer you in the right direction: http://wordpress.org/extend/plugins/timezonecalculator/

    in reply to: Choose your timezone #30164
    Jonah
    Participant

    Hi Reggie,

    This is not possible via our plugin but I’m sure you can either find a third party plugin to help you with this or have somebody custom code the functionality. Unfortunately we won’t be able to help you with this. Good luck!

    – Jonah

    in reply to: spinning wheel on page load #30160
    Jonah
    Participant

    Hi Cezar,

    It looks like your theme or another plugin is making the spinner visible on initial page load. Have you tried deactivating all other plugins and/or switching to the default WordPress theme? You might also try manually setting the display of the spinner by adding this to your theme’s style.css file:

    #ajax-loading {
    display: none;
    }

    Let me know if that helps.

    – Jonah

    in reply to: Bullets in Advanced Widget #29556
    Jonah
    Participant

    Hi Salvador,

    No problem, glad you got it worked out. Let us know if there’s anything else we can do for you.

    Regards,
    Jonah

    in reply to: Event address not getting updated from admin #29497
    Jonah
    Participant

    Closing this out due to inactivity. If you still need help with this issue, please create another thread and reference this one.

    Thanks,
    Jonah

Viewing 15 posts - 1,681 through 1,695 (of 4,001 total)