Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
George is helping in your other thread with the gutter:
I did come up with some css to help on the single template:
.single-tribe_event #page-container #et-main-area .container {
width: 95%;
}
That could help get you started and George might be able to provide one more piece, but we are limited in providing all the css on this as George said.
Thanks
Brian
MemberHi,
Sorry for the issues with the testing. I have not seen that happen before, not sure how it is even possible. I looked around and could not find a report of this happening so not sure what is wrong there.
However, you can download older versions of our plugins from your account here on theeventscalendar.com and for core at https://wordpress.org/plugins/the-events-calendar/developers/
Then you can follow this guide to manually changing all the plugins:
September 21, 2015 at 5:39 pm in reply to: Landing Page goes dead when Events Calendar pro is installed #1007302Brian
MemberHi,
Sorry for the issues. I can help out.
There is a bug in the system causing this.
There are two temporary fixes until we can get a release to fix this.
If you uncheck this setting here:
Events > Settings > General Tab > “Recurring event instances”
It will resolve the issue and show events on the home page.
The other option is to disable Events from showing in the main loop:
Events > Settings > General Tab > “Include events in main blog loop”
Let me know if that helps out.
Thanks
Brian
MemberHi Etienne,
Sorry for the issues you are having.
I visited your site and see what you mean.
I actually got this link to work:
http://www.maddyness.com/agenda/category/partenaire/feed/
Does that work for you?
It looks like it is not translating category in the link.
Let me know if that helps for now and I will see about what we can do next to get this bug fixed.
Thanks
September 21, 2015 at 5:29 pm in reply to: How do I reference event fields in a url to another page? #1007297Brian
MemberOk.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi,
That coding for the organizer will only work for the organizer as it can have multiple values.
If you want only the venue name and city use this:
if ( empty( $_POST['venue']['Venue'] ) )
$fields[] = 'Venue Name is Requried';if ( empty( $_POST['venue']['City'] ) )
$fields[] = 'Venue City is Requried';
And remove venue from here:
$fields = array(
'post_title',
'post_content',
'venue',
'organizer',
);Cheers
Brian
MemberYou’re Welcome.
Sorry to not have something better for you on this.
You could do as you said and add the city and state or a number after a | and then use a function to strip everything after it so it does not display.
That would seem to be the best way to do it for now.
Cheers
Brian
MemberHi,
Thanks for the information, but css would not cause this issue and the separators would not either, but I wanted to verify first.
Can you please follow our testing for conflicts guide:
And see if that can narrow down the cause of this.
Let me know what you find out.
Thanks
September 21, 2015 at 3:11 pm in reply to: Back link from Photo View returns to default view #1007264Brian
MemberIt could be odd, but it is not something brought up all the time. I will be on the look out to see if it could be improved. Thanks for your feedback.
Glad you found a way that works for you.
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi Again,
The white lines are being put there from our plugin and then some css is removing part of them from outside our plugin.
This css removed it for me:
.tribe_events table.tribe-events-tickets {
border: none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
The quantity buttons were actually removed by WooCommerce in their 2.3 release. So it really depends on the browser to add those buttons they look different in Firefox, then in Chrome. So there is nothing we can really do to style those unfortunately.
Let me know how that first css works.
Thanks
Brian
MemberHi,
Thanks for using our plugins I can help out here.It might be a combindation of the Remaining Tickets Text being pulled 20px to the left and some other css from your theme.
For this css I would see about reducing the -20 to a value that lines them up closer.
#tribe-events .tribe-events_event_tickets_remaining ul li {
font-size: 120%;
list-style: outside none none !important;
margin-left: -20px;
}After changing that let me know how it looks and we could work on that gutter.
Thanks
September 21, 2015 at 2:56 pm in reply to: Calendar page URL working – but same url in site menu does not #1007255Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot with you.
I visited your site and see what you mean.
Did this ever work for you?
Do you have another page with the word events in it?
When I click on the link I get an X on the console so not sure what is wrong with the theme and not firing the page load for the Events.
Do other custom links work?
AS for the plugins I see the other plugins are on 3.12, but Filter Bar is still on 3.10
Let me know about those first questions and we can go from here.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
What you are describing is more like a year view and unfortunately we do not have a feature like that.
It could be possible with a major customization, but that is beyond the support we can provide.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Cheers
September 21, 2015 at 9:39 am in reply to: Month view not working properly with Event Calendar Category Colors #1007109Brian
MemberHi,
Sorry for the issues.
We did not develop the Category Colors plugin and do not provide support for it here.
Please bring your questions to the support forum for that plugin:
Thanks
Brian
MemberHi,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
Thanks again!
-
AuthorPosts
