Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantYou’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
Jonah
ParticipantHi 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,
JonahJuly 23, 2013 at 11:00 am in reply to: "Untitled" above the FIND EVENTs new search bar in ECP 3.0 #56575Jonah
ParticipantHi 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.
July 23, 2013 at 10:58 am in reply to: unable to select event category on event submission page #56574Jonah
ParticipantHi 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
July 22, 2013 at 2:27 pm in reply to: Events Calendar posts take over the "attach" box in media library #56403Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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
July 22, 2013 at 1:26 pm in reply to: After import, list of events empty when sorting by organizer or venue #56382Jonah
ParticipantHi 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
Jonah
ParticipantHi aaronh71,
I would need to see the full code you are working with to know. Can you please post to http://snippi.com/
Thanks,
JonahJonah
ParticipantExcellent to hear snorton, as I said we’ll get the single quotes fixed in a future release. Thanks for finding the bug!
– Jonah
July 22, 2013 at 10:29 am in reply to: unable to select event category on event submission page #56347Jonah
ParticipantWhat about changing ‘1’ to ‘checkbox’?
– Jonah
Jonah
ParticipantHi 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
July 22, 2013 at 10:06 am in reply to: "Untitled" above the FIND EVENTs new search bar in ECP 3.0 #56342Jonah
ParticipantHi 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
Jonah
ParticipantHi Matt,
You should be able to deactivate that setting by visiting Events > Settings and unchecking: http://cl.ly/image/252y361U1x04
– Jonah
July 22, 2013 at 10:01 am in reply to: Clicking "next month" while viewing a cat filtered view breaks filter #56339Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
