Jonah

Forum Replies Created

Viewing 15 posts - 2,686 through 2,700 (of 4,001 total)
  • Author
    Posts
  • in reply to: Featured Image #20600
    Jonah
    Participant

    Hey 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

    in reply to: Calendar Grid View – Filter Events by Venue #20598
    Jonah
    Participant

    Hmmmm, 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

    in reply to: Time/Date form elements not lining up horizontally #20597
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Problems with tribe_get_events #20596
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: No end date displayed in advanced list widget #20595
    Jonah
    Participant

    Hey Chris,

    Did you try clicking the “End Date & Time” box in the widget settings? http://cl.ly/0a2i0q3U1Y3y2E1S273i

    – Jonah

    in reply to: Widget Issue: Custom banner not displaying after update #20593
    Jonah
    Participant

    Hi Vanessa,

    What are you using for the custom banners?

    Cheers,
    Jonah

    in reply to: Confirmation messages should be editable #20592
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Template issue in custom theme #20555
    Jonah
    Participant

    You’re welcome Marc, I hope that works out for you!

    – Jonah

    in reply to: Calendar Grid View – Filter Events by Venue #20498
    Jonah
    Participant

    Hey 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

    in reply to: "Header" in community templates should be customizable #20497
    Jonah
    Participant

    Sounds good Jesse, I’ve put the request in but no guarantees when of if that’ll get implemented.

    Cheers,
    Jonah

    in reply to: Conditional 'Buy Ticket' button with anchor link #20496
    Jonah
    Participant

    Awesome, glad to be of service!

    Jonah
    Participant

    Sounds good Jesse, closing this thread accordingly 🙂

    in reply to: Calendar Width in page template #20477
    Jonah
    Participant

    It should all be controllable via CSS – I just set the width on my test site and it changed.

    – Jonah

    in reply to: Styling weekly event list where there is no event. #20474
    Jonah
    Participant

    Sounds good Jeremy, I’m closing this thread.

    in reply to: SSL bug in PRO 2.0.7 #20473
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 2,686 through 2,700 (of 4,001 total)