Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for purchasing the Events Calendar Pro. I can help out here.
We do not have a featured for Just Announced in our plugin. 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
It is also possible with a customization.
You could modify the Event List Template following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
And add a custom query in there to show recently published events.
I can help with some more information to get you started, but unable to provide all the coding for a customization.
Let me know what you would like.
Thanks
Brian
MemberHi Tim,
Thanks for using our plugins.
We do not have this feature yet to import featured images. We have a ticket to start development on it, but I do not have a timeline for its release.
I looked through our snippets and could not find anything else on this for even a temporary message unfortunately.
There maybe a plugin out that that can attach a default image if there is none as events are custom post types.
I maybe to help on a customization, but only to get you started.
Let me know what you would like to do.
Thanks
Brian
MemberHi Tim,
Thanks for using our plugins.
We have a way to include the additional fields in the csv in the next version of the plugin.
We hope to have release candidates this week and then release it soon after that once we are completed with our QA testing.
Cheers
Brian
MemberHi David,
Thanks for using our plugins.
I checked your site and Pro is loading so the plugin has to be activated and on the server.
It looked to be named correct too, so it should be there.
What are you using to view the file directory?
And do you have a MU-Plugins directory? It could be in there, but it has to be in that or the other or else it would not load in your site.
Let me know what you find out.
Thanks
Brian
MemberHi Laura,
Thanks for using our plugins and I can help out here.
It is possible to mark an order complete automatically. There is a script you can search for to do it by WooCommerce.
Or try out this plugin:
https://wordpress.org/plugins/woocommerce-autocomplete-order/
Let me know how that works out.
Thanks
Brian
MemberGreat glad it helps.
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
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberHi,
I have a filter that can change the category slug.
Try adding this to your child theme’s functions.php
https://gist.github.com/jesseeproductions/762f784476f555469d11
Change events to what you have for the main views slug and kategori to what you would like to call categories.
Then resave permalinks.
Let me know how that works out.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I see you are using Yoast SEO and the word Archives is coming from their plugin.
Please follow this guide to remove it and instead use the Events Calendar titles:
https://theeventscalendar.com/knowledgebase/titles-in-yoast-seo/
Let me know how that works out.
Thanks
August 31, 2015 at 8:08 am in reply to: JS error on next button on listing view – h is null #1000494Brian
MemberHi Shaun,
Sorry for the issues here I can help troubleshoot this with you.
I have seen this on one other site, but could not replicate myself on my site.
So can you please run through our testing for conflicts guide and see if that finds the issue here.
Let me know what you find out.
Thanks
Brian
MemberHi Geoff,
Thanks for using our plugins. I can help out here.
The list view does have a header nav hidden by css.
Try adding this css to make it appear:
.tribe-events-list #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-list #tribe-events-header .tribe-events-sub-nav li {
display: block;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
I do notice though that when I click on the new link that shows I get “TypeError: h is null” on your site. I tested on my site and it works for me. So can you please run through our testing for conflicts guide and see if that finds the issue here.
Let me know what you find out.
Thanks
August 31, 2015 at 7:53 am in reply to: is the Community Events plugin and Facebook importer linked to work together? #1000485Brian
MemberHi Christina,
Thanks for the interest in Community Events.
The Facebook importer is only in the backend and does not have a feature to use with Community Events on the frontend, if you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Cheers
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have a mobile app to handle checkins.
We are working on a QR code system to do checkins and it is being developed, but I do not have a timeline for its release.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
I think it could be possible to have the same design for WooCommerce Products as for tickets.
The plugin redirects from the ticket products to the event itself as the tickets need to be attached to an event.
You could either modify the single event template and the ticketing form following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
If you have some questions I can help answer to get started, but I am limited in support customizations for the most part.
Let me know.
Cheers
Brian
MemberHi,
Thanks for using our plugins I can help out here.
I took a look at your site and see what you mean.
It looks like the event content is not floating so the sidebar does not float next to it.
Try out this css:
body.single-tribe_events #page-container #left-area {
float: left;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
-
AuthorPosts
