Forum Replies Created
-
AuthorPosts
-
April 30, 2013 at 10:11 am in reply to: Theme incompatability? On Events page /upcoming events overview #47258
Jonah
ParticipantSounds good justinbonnet, let me know if you need anything else.
Jonah
ParticipantHi 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?
Jonah
ParticipantHi 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
Jonah
ParticipantHi Sandy,
Unfortunately there’s not much more I can do for you. If you’d like a refund, please let me know.
Thanks,
JonahJonah
ParticipantHi 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!
Jonah
ParticipantHi 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!
Jonah
ParticipantSounds good, let us know if there’s anything else you need help with.
April 29, 2013 at 2:13 pm in reply to: Theme incompatability? On Events page /upcoming events overview #47195Jonah
ParticipantHi 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!Jonah
ParticipantHi 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?
Jonah
ParticipantHi 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?
Jonah
ParticipantHi 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?
Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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.
April 29, 2013 at 6:38 am in reply to: Is it possible to run a loop where all events for one day show only? #47120Jonah
ParticipantHi Jerry,
I don’t fully understand your question. Can you provide some more detail and/or examples?
Jonah
ParticipantHi 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.
-
AuthorPosts
