Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHey Geoff,
You should be able to remove the featured image from single events by making a copy of /wp-content/plugins/the-events-calendar/views/single.php and placing in an ‘events’ folder in your theme and then finding the thumbnail code on lines 95-98 and removing it.
I hope that helps!
– Jonah
Jonah
ParticipantHmmmm, are you putting this code in your functions.php file? It won’t work in anything else. I see the get_header() call so that’s why I’m asking…
– Jonah
Jonah
ParticipantHi Craig,
I’m not sure how the ‘@’ symbol is getting in there but I have a hunch it might be due to your theme using the wpautop function which is inserting extra markup into the code. That, or you edited the Community events template views and accidentally put in the character.
As for styling, your theme is introducing styles that have a higher specificity (score) in the CSS and so are being applied over the plugins default styling. What you’ll need to do is play around with the CSS to normalize things. For instance your theme is applying:
#content, #content input, #content textarea {
color: #333;
font-size: 16px;
line-height: 24px;
}
…you can override that by applying some CSS with a higher specificity like so:
#content #tribe-community-events input {
color: #000;
Font-size: 13px;
line-height: 21px;
}
…for example.The rest is up to you to figure out how to normalize things and get everything lined up how you want.
I hope that helps!
Cheers,
JonahJonah
ParticipantHi Bob,
I’m going to need some more specifics from you like examples of which events on the calendar should be showing in the query and the ability to look at the results of your query and please post updated code if you’ve updated that.
Thanks,
JonahJonah
ParticipantHey Chris,
Did you try clicking the “End Date & Time” box in the widget settings? http://cl.ly/0a2i0q3U1Y3y2E1S273i
– Jonah
June 12, 2012 at 6:47 pm in reply to: Widget Issue: Custom banner not displaying after update #20593Jonah
ParticipantHi Vanessa,
What are you using for the custom banners?
Cheers,
JonahJonah
ParticipantHi Jesse,
This is not currently editable in the template views but you could change it in the lang files. We’ve got an FAQ giving an overview of how to do this with the base and PRO plugins but you can easily substitute the files for the Community plugin: https://theeventscalendar.com/faq/can-i-change-the-language-that-the-content-of-my-calendar-appears-in-on-the-site/
I hope that helps,
JonahJonah
ParticipantYou’re welcome Marc, I hope that works out for you!
– Jonah
Jonah
ParticipantHey Jason,
Oh, well the above code is only going to execute if the if condition is true and that condition checks whether you are viewing the main calendar page, not a page where you have the calendar embedded. So, you’ll need to account for that in the code so it executes for whatever page you’ve got the embed in.
– Jonah
Jonah
ParticipantSounds good Jesse, I’ve put the request in but no guarantees when of if that’ll get implemented.
Cheers,
JonahJonah
ParticipantAwesome, glad to be of service!
June 11, 2012 at 4:33 pm in reply to: Changing or Adding taxonomy to "Submit an Event" in community events. #20495Jonah
ParticipantSounds good Jesse, closing this thread accordingly 🙂
Jonah
ParticipantIt should all be controllable via CSS – I just set the width on my test site and it changed.
– Jonah
Jonah
ParticipantSounds good Jeremy, I’m closing this thread.
Jonah
ParticipantHi Dave,
I’ve brought this to our lead developers attention and I’ll let you know what he says. I’m sure we’ll be able to fix this in a release soon.
Thanks,
Jonah -
AuthorPosts
