Jonah

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 4,001 total)
  • Author
    Posts
  • in reply to: Additional fields checkbox not working #56601
    Jonah
    Participant

    You’re welcome accessrose, sorry we can’t offer much more help here. Like I explained it’s more a matter of CSS styling with your theme which you or someone else should be able to figure out. Good luck!

    – Jonah

    in reply to: Geo Mashup V3 Issue #56580
    Jonah
    Participant

    Hi Jennifer,

    Ok, I’m going to create a ticket for us to take a look at this. Unfortunately I cannot provide any guarantee as to when or if we will actually fix the issue. If you need this functionality sooner, I would suggest hiring someone to help you fix the incompatibility.

    Regards,
    Jonah

    Jonah
    Participant

    Hi Andreas,

    Ok. What you’re going to need to do is follow the instructions in this FAQ to help you with the issue: https://theeventscalendar.com/knowledgebase/calendar-page-shows-event-title/

    I hope that helps!

    – Jonah

    • This reply was modified 11 years, 1 month ago by Leah.
    in reply to: unable to select event category on event submission page #56574
    Jonah
    Participant

    Hi accessrose,

    Then I’m not sure what to do. Since your theme is applying this style, you’ll need to dig into the theme CSS a bit and figure out how to make the CSS declaration more specific so it’s not applied to all inputs globally or figure something else out. Sorry I can’t offer up more here.

    – Jonah

    Jonah
    Participant

    Hi dmdstar,

    Barry should have replied to your email as well (and sorry I didn’t follow up on that) but we have this slated for release soon!

    Let us know if you have any other questions.

    Thanks,
    Jonah

    in reply to: Mini Calendar Widget #56386
    Jonah
    Participant

    Hi fguijarrob,

    You should just need a simple CSS modification. Try this:

    .tribe-mini-calendar-nav span {
    margin: 0 18px;
    }

    Add that to your theme’s style.css file.

    – Jonah

    Jonah
    Participant

    Hi Bernhard,

    I can confirm this appears to be a bug. I’ve logged it as such and we should be able to get it fixed in an upcoming release shortly. Thanks for the report!

    – Jonah

    in reply to: Calendar cell background #56381
    Jonah
    Participant

    Hi aaronh71,

    I would need to see the full code you are working with to know. Can you please post to http://snippi.com/

    Thanks,
    Jonah

    in reply to: Advanced Template Settings #56348
    Jonah
    Participant

    Excellent to hear snorton, as I said we’ll get the single quotes fixed in a future release. Thanks for finding the bug!

    – Jonah

    in reply to: unable to select event category on event submission page #56347
    Jonah
    Participant

    What about changing ‘1’ to ‘checkbox’?

    – Jonah

    in reply to: Calendar View #56346
    Jonah
    Participant

    Hi pandology,

    You’ll need to modify some of the CSS for the event titles and containers for events. Here are some examples of things you can change that will make a difference:

    #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 11px;
    }
    .events-archive.events-gridview #tribe-events-content table .vevent {
    padding: 6px 1px;
    }

    That should get you moving in the right direction. Let me know if you need anything else.

    – Jonah

    Jonah
    Participant

    Hi bodin,

    This is likely coming from your theme from somewhere but it’s impossible for me to tell without being able to look at your site. When you view the source, what tags do you see around “Untitled”? When you switch to the default WordPress theme does it go away?

    – Jonah

    in reply to: tribeHideRecurrence=1 in List view link #56341
    Jonah
    Participant

    Hi Matt,

    You should be able to deactivate that setting by visiting Events > Settings and unchecking: http://cl.ly/image/252y361U1x04

    – Jonah

    Jonah
    Participant

    Hi brianrehg,

    We are aware of some bugs related to the AJAX navigation and have them slated to be fixed in the next release. I can’t tell you when exactly this will be fixed but it will likely be soon as we’re moving pretty fast with minor releases, cleaning up as many bugs as we can for things like this.

    Let me know if you have any questions.

    Regards,
    Jonah

    in reply to: Mini calendar widget #56337
    Jonah
    Participant

    Hi Christian,

    It looks like some simple CSS styling issues… Try adding the following CSS to your theme’s style.css file:

    .tribe-mini-calendar td {
    padding: 4px 0;
    }
    .sidebar .tribe-mini-calendar-nav span {
    margin: 0 15px;
    }

    Because your sidebar is so narrow, you may need to do some additional CSS tweaks to get things looking better. Hopefully this gives you a good starting point though.

    – Jonah

Viewing 15 posts - 76 through 90 (of 4,001 total)