Jonah

Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 4,001 total)
  • Author
    Posts
  • in reply to: Duplicate page titles on recurring events #18449
    Jonah
    Participant

    Hey Henry,

    Sure, are you looking to append to the title on the calendar itself or in the tooltip popup? I assume you’ll also want the title modification to show anywhere else the event appears? Basically anywhere in the event templates where you see get_the_title() or the_title() is where you’ll want to append the event date with tribe_get_start_date()

    in reply to: Not showing "Updated" on the Event once created #18448
    Jonah
    Participant

    Hi Lydia,

    In an effort to be fair to other users and to maintain some level of organization, please limit threads to one question at a time. We can still address 1 & 2 here, but please create two separate threads for the other questions. Thanks.

    Ok, so on to 1 & 2…

    To remove the Updated block:

    1. Make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your theme.
    2. Find lines 47 & 48 and remove them. Save.
    3. Done.

    To adjust the margin you’re speaking of it actually has more to do with the width of those columns than the margin…

    1. Make a copy of /wp-content/plugins/the-events-calendar/resources/events.css and place in the ‘events’ folder in your theme (the same one where you placed single.php)
    2. Go to around line 316 and find this block:

    #tribe-events-event-meta .column {
    float: left;
    width: 30%;
    padding: 0 4% 0 0;
    text-align: left;
    margin: 0;
    }

    3. Try changing the width to something like 45% or set it to a pixel width (200px) and adjust accordingly.

    That should do it!

    in reply to: Category box (color) not showing above correct date. #18447
    Jonah
    Participant

    Hi Craig, I don’t see any events on that page either…

    in reply to: Below Events shows (pages, categories, archives) #18446
    Jonah
    Participant

    Hi Craig,

    Can’t tell you exactly but the ECP page template does contain a very stripped down set of code so it may be that running that in your theme, it actually displays some extra things that wouldn’t be there in your page template…

    in reply to: Recurring events rss feed #18445
    Jonah
    Participant

    Hey Jeremy, were not really doing anything with the RSS feed so it’s WordPress itself that’s building the RSS feed so you’ll want to look at conditionally modifying RSS feeds in WordPress. I hope that helps!

    in reply to: Not showing "Updated" on the Event once created #18434
    Jonah
    Participant

    Hi Lydia, I had to delete the big block of code above because it was tripping me up trying to read the rest of the thread – for reference, here is the rest of the text:

    ——————————————————————————
    Hi Henry, thanks for your response. Why my theme’s sytlesheet and not somewhere in the calendar files. Won’t changing my stylesheet affect other columns I have in the theme as to just only the events posting which I am looking to do?
    Here’s my stylesheet (in case you need to look at it) where exactly do I indicate specifically for the event’s post only?
    ——————————————————————————

    Lydia, so where are we at with this issue? Do you still need help with removing the “updated” block and the margin?

    in reply to: Text on Events page not updating #18430
    Jonah
    Participant

    Cool, glad to hear you figured it out. Just FYI, we don’t have any shortcodes available in our plugin, so you must either be referencing another plugin or an earlier version…

    Jonah
    Participant

    Please reference the thread in the email.

    Jonah
    Participant

    Hi James,

    I’m going to need WP admin and FTP access in order to troubleshoot this further, can you please email to jonah [at] tri [dot] be?

    Thanks,
    Jonah

    in reply to: Events Show Oldest First on widget and page #18376
    Jonah
    Participant

    Hey Pedro,

    Got access to your site, thank you. This has got to be a conflict with either another plugin or your theme. The only thing I can do at this point is try to deactivate all other plugins and/or switch the theme. I know you said you did this and I believe you but I must verify for myself in order to troubleshoot. I cannot afford to spend the time to be able to setup a local dev copy of the site so you will either need to do this for me (setting up a dev copy somewhere else) or let me do my thing on the live site.

    Let me know how you’d like me to proceed.

    in reply to: Events Show Oldest First on widget and page #18373
    Jonah
    Participant

    Hi Pedro,

    Please email me access to WP and FTP so I can take a look. Is it ok if I change some settings to troubleshoot this? I’ll put everything back the way it was. Email to jonah [at] tri [dot] be

    in reply to: Urgent support with my theme #18372
    Jonah
    Participant

    Hey Javier,

    What have you tried changing? The Default Events template is just a shell for whatever particular event page you are on. In your example this is the single event view which is mainly controlled via /wp-content/plugins/the-events-calendar/views/single.php

    If you want to modify single.php, make a copy and place in an ‘events’ folder in your theme.

    I hope that helps!

    in reply to: Order by start date list view #18367
    Jonah
    Participant

    Hi Laura,

    Sorry for being obtuse. That code would go in your theme’s functions.php file but as I mentioned, it’s specifically for the WooThemes framework so you’d have to modify it for your theme.

    To narrow this down a bit more I’ll need some information from you.

    1. What theme are you using?
    2. What do you have set as the template in Settings > The Events Calendar > Template?

    in reply to: Events Show Oldest First on widget and page #18364
    Jonah
    Participant

    Hi Pedro,

    Please make sure you have the latest versions of both plugins and that you have pretty permalinks enabled in Settings > Permalinks (something like the Postname option will work well). If that doesn’t work I would take a look at potential plugin or theme conflicts. Try deactivating all other plugins to rule out a conflict and if that doesn’t work try switching to the Twenty Eleven theme to see if it’s a problem with you theme.

    Hope that helps!

    in reply to: calendar widget – switch month #18363
    Jonah
    Participant

    Hi Heinz,

    Sorry but this feature is not yet implemented – we have it on the radar for an upcoming version and a number of others have requested so I anticipate this will make it in to a release soon. Thank you for your patience!

Viewing 15 posts - 3,166 through 3,180 (of 4,001 total)