Forum Replies Created
-
AuthorPosts
-
December 3, 2014 at 12:54 pm in reply to: Display page with list of venues or selected venues #906598
Brian
MemberHi dpeschio,
Thanks for using out plugins and glad you like them and that is an interesting setup you have there.
I looked around we do not have a template to get you started. I would start by looking at the wp_query class:
http://codex.wordpress.org/Class_Reference/WP_Query
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
Since there is nothing more we can do here and this thread is over two weeks old from the original poster I am going to close it, but if you have any related questions or something new please just create a new ticket and reference this one.
Thanks
Brian
MemberIt looks like this tickets was marked answered by you and since we typically close threads if there is no activity after two weeks. I am going to close this ticket. Feel free to create a new thread and reference this one to save you time.
Thanks
Brian
MemberHi,
I can try to help on this customization.
There are bunch of different templates that coding might go on. I would look in this directory starting with this file:
\wp-content\plugins\the-events-calendar-community-events\views\community\edit-event.php
You can follow the Themer’s Guide it will show you where to move the files to your theme to safely edit them:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Not sure if that coding will work, it looks correct, but I think it will keep all the other countries there.
You may not need it though as you can set the default country for the dropdown here:
Events > Settings > Default Content > Default country Field
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having with your theme. We can try to help out, but for the most part theme or plugin compatibility issues are beyond the support we can provide.
We do try to help narrow down the issue, but as you point out the theme creates a different mobile site there is not much we can do.
We do not have access to the theme and so not sure how it is setup to fix the conflict.
Can you try contacting the theme developer and see if that have some coding to help resolve this?
Let me know and we can try to help out if the theme developer gives you some coding.
Thanks
Brian
MemberHi,
I can try to help out with this, but it is not a feature of the Events Calendar so it is beyond the support we can provide on this.
I can tell you the Organizers are a Custom Post Type called:
tribe_organizer
So you could create a custom loop using wp_query and call just the organizer posts using that post type then format it into a select box.
could i implement the search for organizers over date, location and keyword?
I am sure that is possible, but it would involve you customizing it.
If you have any follow up questions please let me know. For the most part customizations are beyond the support we can provide on the forum, but if you get stuck I can try to help out on either customization with the next step, but unable to troubleshoot the entire process.
Thanks
December 2, 2014 at 5:02 pm in reply to: Event Calender adds a strange Time and Place on ticket #905742Brian
MemberClosing this topic as it is a duplicate of this topic:
That is being responded to, by Brook and best to keep working on this issue through that topic only.
Please note we can take up to 24 hours to respond to a post although many times quicker.
Note: I also deleted the duplicate topic in the pre sales forum.
Brian
MemberWhen I do visit your site it is pretty clear the events are all around Cambridge in the UK on the initial load, but it is unclear how many people would use the search or not use it when looking for events.
I understand that can be a problem, but the answer does not change that the results are coming from Google and we cannot change what Google provides us.
I have seen a similar issue with Burlington, and most likely other cities that are common in the United States might have this same behavior.
Unfortunately, this is the way the system works, if that is a deal breaker you can email us a pro(at)tri.be with the receipt number and we can provide a refund.
Brian
MemberOk that is the method I would do if I wanted to hide something.
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
MemberOk thanks for the link.
I see what you mean. I noticed you are using Enfold theme and they include their own customizations for the Events Calendar.
You can visit this link on their website to learn how to disable those configurations and it should fix how the event looks:
Or you can add this css:
.single-tribe_events .av-single-event-content {
float: none;
margin-left: 0px;
width: 100%;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Then you may have to do further customizations to get it how you would like.
Let me know if that helps.
Thanks
Brian
MemberOh that can happen. I wonder if it is the quote marks. Sometimes when coping them from a website they are not formatted correctly and you have to replace them all with single quotes ( ‘ ).
Brian
MemberOk let us know what you find out after updating.
thanks
December 2, 2014 at 1:25 pm in reply to: Home page font color I can not find where to change it. #905516Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberFor me it produced all United States results for Cambridge, but since I am in the U.S. it looks like it takes that into account. So if your visitors are searching with computers in the U.K. it looks like it may just start with results in U.K. first.
Brian
MemberWe do not have any filters or actions to modify those fields it is not recommended you change any of those fields as it could break the plugin. You can add you own custom meta fields through a plugin or using WordPress functions as it is a Custom Post Type. If you did that though you would have to modify the front end templates to get those fields to show.
Brian
MemberThe Events Calendar does not create a Page in WordPress. It is a page, you can visit, but does not show in the Page section of the admin.
I visited this link and found the calendar here:
So that is where the Calendar is located.
-
AuthorPosts
