Forum Replies Created
-
AuthorPosts
-
October 29, 2014 at 4:44 pm in reply to: Import / export featured images between Events Calendar installs #847899
Brian
MemberOk then we are talking about the same method then.
My answer remains the same, when you use WordPress’s Export if you do not select All Content the featured images will not import on the new site when you impprt. It is a limitation of the WordPress Import, by design to prevent conflicts.
So unfortunately, if you are just exporting and importing events then the featured images will not be imported.
You maybe to take the All Content XML file from the site and remove the content you do not want to import and try that.
That is about the only way to do it besides manually adding them back.
October 29, 2014 at 3:24 pm in reply to: Import / export featured images between Events Calendar installs #847705Brian
MemberUsing the WordPress’s Export and Import? Or something else?
Brian
MemberTry /events-calendar-pro/
If that does not work what are the directories you do have?
October 29, 2014 at 2:08 pm in reply to: Themify.me Music Theme Event Calendar Pro 404 Error #847555Brian
MemberHi
Sorry for the 404 errors you are having. Thanks for providing all that information as well. It helps narrow this down.
I think they key is that the Theme has its own events and sounds like it has a page named event or registers a post type to use the event slug.
That looks to be causing the conflict.
Is it possible to turn off the events in the theme?
Or you could change the event slug in the Events Calendar
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
Sorry for the troubles you are having. I can help you you out here.
Have you tried looking for the file in this location:
\events-calendar-pro\views\pro\single-organizer.php
It should be in the Pro Plugin and not the Core Events Calendar. I am not sure which you were checking.
If it is not there, that is strange and I would recommend downloading Pro again and installing and it should be there.
Let me know if that helps.
October 29, 2014 at 2:00 pm in reply to: How to change ticket purchasing location from above footer to custom location? #847528Brian
MemberHi,
I can help you out with this.
We have a tutorial on moving the Ticket Form. It has three different locations in it:
https://theeventscalendar.com/moving-the-ticket-form/
I think the second bit of coding titled: Move Below the Event Description
Should move it to where you want.
You will need to add that coding to your theme’s function.php
If that is not quite right you can look for different hooks to place it at starting with this file:
\the-events-calendar\views\single-event.php
I’d like to be rid of those “export to google calendar/ical” buttons
We also have a guide to remove those links.
https://theeventscalendar.com/support/documentation/remove-export-links-from-single-event/
Let me know if those work for you.
Thanks
October 29, 2014 at 1:44 pm in reply to: Import / export featured images between Events Calendar installs #847495Brian
MemberHi,
I can help you out here.
If you are using WordPress’s Export and Import Plugin to transfer events you have to export and import all the content of the site. There is not way to transfer just events with featured images. This goes for posts, pages, or any other content type. It is a limitation of the WordPress Import System, by design to prevent conflicts.
The Events Calendar Itself only have a CSV Importer, which does not support featured images either.
Does that answer your questions?
Brian
MemberHi,
So I looked through your previous thread and think I understand what you are trying to do.
Also, I have been all through the Filter Bar coding and it does not have a direct way to extended it through filters and actions.
I am afraid I can only give you a possible starting point as we do not have any other information to give you on it.
I would start in this file:
\the-events-calendar-filterbar\lib\tribe-filter-view.class.php
With this function and the hook in it:
initialize_filters()
And try to add filters starting there, but that is just step 1 of many more.
Let me know if you have any more questions, but the support is limited on what I can provide.
Thanks
Brian
MemberHi,
I can try to help you out here.
Unfortunately, there are no hooks to change the permalinks like that.
We had to update the url like that to get everything to work together correctly in our pagination so changing that would also end up breaking the calendar.
Sorry I do not have anything for, let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
I can try to answer your questions.
You are talking about the Events Bar Search above you Calendar?
That uses a direct word match to find the results, so it is looking for the exact word. It does not understand the difference between a plural and singular words.
Unfortunately, I do not see a way around that without designing your own search system.
Let me know if you have any follow up questions.
Thanks
Brian
MemberThanks for the graphic.
This snippet should get you close to what you are looking for. You may have to play around with it to get it exactly how you would like it.
You can loop at any of templates in the view directories of the plugin to get a better idea of what hook to use if you would like to move it.
https://gist.github.com/jesseeproductions/f70707565831aadea4d3
Thanks for the tip on customising the text – which folder would I need to create in my theme folder? I already have a tribe-events folder in there for the customisations I’ve been doing on the main plugin.
Try tribe-events/filter-bar/filter-view-horizontal.php
Let me know if that works.
Thanks
Brian
MemberHi,
I will try to help you out with this.
I took a look at your site and looks like some css will clear this up.
.tribe-events-calendar .tribe-events-tooltip {
left: auto;
right: 3px;
}.tribe-events-calendar .tribe-events-tooltip .tribe-events-arrow {
left: auto;
right: 30px;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
October 29, 2014 at 10:31 am in reply to: Creating a custom loop to display events by category in certain WP pages #847107Brian
MemberHello,
I can try to help you out here with some information on your customization.
This functions looks to be where you want to change the coding.
tribe_events_has_tickets()
So that will not return true if on the current event it still has tickets.
So if you use on on another page that is not an event it will always return false.
You can pass a event id (post id) to the function and it will return true or false based off that id.
Here is a good list of conditionals that might help instead of using that function:
https://gist.github.com/jo-snips/2415009
Let me know if that helps.
Thanks
PS I removed the link to that zip file as it was public.
Brian
MemberHi Dan,
I can help you out with this.
Change Position of Filter Bar
Do you have a link where this is showing. I have a snippet I can give you to move this, but not sure the hook to use.Can you either provide a link or a graphic showing where you would like it moved?
Let me know.
Change “Narrow Your Results”
The easiest way to do that is follow our themer’s guide:https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Then modify either of these files once you move them to your theme to change the text:
\the-events-calendar-filterbar\views\filter-bar\filter-view-vertical.php
\the-events-calendar-filterbar\views\filter-bar\filter-view-horizontal.php
Let me know if that helps.
Thanks
Brian
MemberHello,
That is quite the amounts of Venue’s and Organizers you have there. You are correct there is a 200 limit set for those.
You could change the limits yourself. This would be overwritten on updates, but could help you today. There are not filters to change this without modifying the plugin either.
Here are the two files.
\the-events-calendar-filterbar\lib\filters\TribeEventsFilter_Venue.php
\the-events-calendar-filterbar\lib\filters\TribeEventsFilter_Organizer.php
Is there any way to switch those dropdowns to some kind of AJAX-powered autocomplete instead of the list as it’s generated now?
That is possible, but not without customization or us adding it as a feature.
Please head to our UserVoice Page and add your own feature for this as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Let me know if you have any more questions.
Thanks
-
AuthorPosts
