Forum Replies Created
-
AuthorPosts
-
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberHi,
I see the issue you are having and you are correct it is a css issue. Your theme has the following css, which is hiding the titles:
.entry-title {
visibility: hidden;
}Try adding this:
#tribe-events-content .entry-title {
visibility: visible;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Sorry for the delay in replying to you and about the issues you are having.
I played around with my filter bar to see if I could reproduce and it seemed to be working for me.
Please let me know about the following so we can troubleshoot this with you.
What are your Filter Bar Settings for the price field? Is it set to Range or Checkboxes? Events> Settings > Filter Bar
Are the events published and in the future for those that are not showing the cost in the filter bar?
Do you have the latest version of the Filter Bar?
Let me know what you find out and we can go from there.
Thanks
Brian
MemberHi,
I can help you out with this.
Our themer’s guide is a good start for customizations.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
For this case you may want to look at this function and see if that gets you what you are looking for:
<?php echo tribe_get_venue(); ?>Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
I can help you out with this.
There are a couple ways to add the links.
Event Settings
If you go here:
Events > Settings > Display
On the section titled “Advanced Template Settings” you can add html to the boxes to show above or below on all the single Events and Events Views.
Themer’s Guide
If you follow our themer’s guide you can see where to move templates to edit:https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Then you could modify the files you like or start with the default-template.php after you move it to your theme.
\the-events-calendar\views\default-template.php
Then using a combination of these conditionals you could target specific pages.
https://gist.github.com/jo-snips/2415009
Let me know if that helps out.
Thanks.
Brian
MemberI am sorry you are having these issues.
We certainly can provide a refund. Please email us with your receipt number to pro(at)tri.be and we can take care of it.
Sorry again for the frustration. It seems nothing you can do makes it work and unfortunately, every time I tried it worked and the price was Euros in Eventbrite so it is unclear what is happening to cause the issue as the testing for conflicts did not reveal anything.
I will leave this ticket open if you have any questions.
Brian
MemberHi,
I can help you out here. That is an interesting idea, but we do not have an “Asmin View” of the calendar the way you describe it. There is the Front End Calendar and then all the events are in the backend for the admin to view, but it is not in the form of a calendar it is just the Event List, like the Post or Page List.
The option to “Hide From Event Listing” only hides events from the list view and does not make them private, the single view of the event is still accessible.
Let me know if you have any follow up questions.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberOk, not sure why the snippet is causing you issues and not me. I have tried multiple times and nothing has caused the error.
Can you please post the snippet from your site into a pastbin and then put the link here?
You do not need an account to create one.
Also I looked into the coding and there is nothing to edit in the tribe-eventbrite.class.php to change the currency, the snippet is really the only way.
Let me know about the snippet. If I cannot see anything different there the only other option is to get all your Event Settings and all the information you are using to create the Event and the Eventbrite event and try to reproduce it that way.
November 11, 2014 at 1:08 pm in reply to: Is there an easy way to remove the "state" question from the form #877314Brian
MemberGreat, glad you worked it out, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberHello,
Sorry for the issues you are having. I tried to reproduce the error on my site and when I changed the Ticket name they still all showed in the Attendees without a problem.
The attendees list would have to use ID of the tickets to deal with duplicate ticket names so I think something else is going on here.
Where did you change the Ticket names? In the Product Page? or using in the Product List?
Also, can you send me a before and after for the ticket name and I can try that out as well.
Let me know and we can go from there.
Thanks
Brian
MemberHi Michelle,
Unfortunately, it is not in our development schedule and we do not have a timeline to add it in right now.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Marian,
Thanks for using our plugins! I am limited on the support I can provide on customizations, but I have a few things that might help you out as we do not have the feature you are looking for.
The Event Categories are using a WordPress Custom Taxonomy, the registered name for the categories in WordPress is:
tribe_events_cat
Widgets
I found a couple plugins that might work and tried this one out:It does a list of Event Categories. You maybe able to find another widget for custom taxonomies that gets you close to what you are looking for.
Coding
If you are looking for a more advanced method that gives you more options to add in the information you would like, you can look at this WordPress function, get_taxonomies:http://codex.wordpress.org/Function_Reference/get_taxonomies
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues with the SPAM, I know that can be frustrating. We are working on adding in better SPAM protect to the Community Events Plugin.
For now I have some coding you can add along with the Really Simple Captcha plugin to help prevent spam entries.
I think the best thing to do is visit this post by Casey:
That provides both a link to the plugin and the coding. I would read after that post to get an idea of how it works.
Let me know if you have any questions.
Thanks
Brian
MemberHi Victor,
I can help you out here.
If you add this to your coding it should just return future events.
'eventDisplay' => 'list'I am not sure how that will work with getting both posts and events. You have have to get both individually and then merge the queries.
Another bit of coding that may help is the meta_query found in this gist:
https://gist.github.com/jesseeproductions/f7bdd1124e9c3fed5280
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
