Jonah

Forum Replies Created

Viewing 15 posts - 691 through 705 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Sounds good justinbonnet, let me know if you need anything else.

    in reply to: Duplicate Facebook Event Import Error #47256
    Jonah
    Participant

    Hi ericdanielli006,

    Thanks for confirming that. Can you please also confirm you are running the latest version of our plugins and WordPress? Also, do you know what type of server you are running on and what version PHP/MySQL? What is the Facebook page you are importing from and what are your import settings for the FB plugin?

    in reply to: MonthSeriesRules::getNthDayOfWeek #47254
    Jonah
    Participant

    Hi Greg,

    What I meant by it seems to be working ok for me is, it seems to be working the way I would expect it to. That is, the last sunday and fourth sunday options work fine, but I see how a fifth sunday only option would be helpful. This is something I will need to create a ticket for, to have a developer take a look at and either explain the MonthSeriesRules::getNthDayOfWeek function like you’ve requested, or flag this as a possible feature for an upcoming version. I’ll do that now and let you know what I hear back.

    Thanks for your patience and explanation thus far.

    – Jonah

    in reply to: Events Page Title #47252
    Jonah
    Participant

    Hi Sandy,

    Unfortunately there’s not much more I can do for you. If you’d like a refund, please let me know.

    Thanks,
    Jonah

    in reply to: Adjusting/reducing Calendar Width #47246
    Jonah
    Participant

    Hi dboraks,

    Actually the title issue is something else. We have an FAQ written up that should hopefully help you out with that: https://theeventscalendar.com/faqs/the-calendar-page-title-shows-title-of-an-event/

    I hope that helps!

    in reply to: Adjusting/reducing Calendar Width #47198
    Jonah
    Participant

    Hi dboraks,

    Oh ok, I see it now. Try adding this to your theme’s style.css file:

    .tribe-events-calendar hr {
    width: auto;
    }
    #tribe-events-content .tribe-events-calendar td .tribe-events-event {
    padding: 6px 8px !important;
    }

    Your theme was applying a width to hr elements in the calendar. That’s the main problem and then the second part is a little CSS to adjust the padding a bit to get things fitting better.

    I hope that helps!

    in reply to: Problems with rss feed and reoccurring events #47196
    Jonah
    Participant

    Sounds good, let us know if there’s anything else you need help with.

    Jonah
    Participant

    Hi justinbonnet,

    1. To fix the title issue, please see this FAQ: https://theeventscalendar.com/faqs/the-calendar-page-title-shows-title-of-an-event/

    2. To remove the featured in the event details, make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your theme. Then open it up and remove lines 95-98.

    3. To fix the meta data not lining up add the following to your theme’s style.css file:

    #tribe-events-event-meta dd {
    float: none;
    }

    That should do it but let me know if you need anything else!

    in reply to: Adjusting/reducing Calendar Width #47192
    Jonah
    Participant

    Hi dboraks,

    The easiest method would probably be with CSS but the width looks ok to me in Chrome: http://cl.ly/image/0i341w2x3o3B – is this not what you’re seeing or is there a particular browser where you having this problem?

    in reply to: MonthSeriesRules::getNthDayOfWeek #47191
    Jonah
    Participant

    Hi Greg,

    Ok, I just created some test events with the same data and it seems to be working ok for me but it sounds like it’s not working the way you need it to in your case. Basically, you are wanting a “fifth” option to repeat an event only on months where there is a fifth sunday correct?

    in reply to: Display timezone identifier #47188
    Jonah
    Participant

    Hi lloydsilver,

    In list.php anywhere where tribe_get_start_date or tribe_get_end_date are used you can pass in PHP date identifiers to display like so:

    tribe_get_start_date(null, false, 'F j, Y - g:ia T');

    That would display the entire start date like: “April 27, 2013 – 2:51pm MST”

    Does that help?

    in reply to: Problems with rss feed and reoccurring events #47143
    Jonah
    Participant

    Hi Sean,

    Unfortunately this is a known issue and we have a fix for it in our upcoming 3.0 release (no ETA yet) but for now you’ll just need to sit tight and wait for it. If you’d like to try out the beta, you’re welcome to. Just email us at pro [at] tri [dot] be with a request for it.

    Cheers,
    Jonah

    in reply to: Duplicate Facebook Event Import Error #47121
    Jonah
    Participant

    Hi ericdanielli006,

    Sorry to hear about the issue and sorry for the late response here. Have you tried deactivating all other plugins and/or reverting to the default WordPress theme to rule out a plugin or theme conflict? Please try that first.

    Jonah
    Participant

    Hi Jerry,

    I don’t fully understand your question. Can you provide some more detail and/or examples?

    in reply to: (Solved) tribe_create_event: category? #47119
    Jonah
    Participant

    Hi efromdc,

    I don’t believe this is currently possible but I’m checking in with the team. If it’s not possible, we’ll look into getting this added in a future release. Stay tuned for a follow up.

Viewing 15 posts - 691 through 705 (of 4,001 total)