Forum Replies Created
-
AuthorPosts
-
September 8, 2015 at 4:37 pm in reply to: Want to test issues with Eventbrite – but just a single licenses #1003098
Brian
MemberHi,
You do not need a license key for the plugin to work.
You can uploaded the latest version of the plugin by downloading it from your account to the dev site.
Then you can do your tests from there.
Let me know if you have any follow up questions.
Thanks
Brian
MemberYou’re Welcome.
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
September 8, 2015 at 4:20 pm in reply to: Category filter stopped working after adding auto advance code #1003088Brian
MemberYou’re Welcome.
September 8, 2015 at 4:17 pm in reply to: Include events in main blog loop doesn't work with display-posts-shortcode plugi #1003086Brian
MemberThat is a part of the loop coding, yes.
I should say the main WordPress query.
The shortcode is separate from that query so that is why our coding does not work on it.
Brian
MemberSounds good. Let me know if you get stuck.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
We do not have a way to change licenses.
However, you can follow our refund policy outlined here:
We can refund your Eventbrite Purchase and then you can purchase the license of Pro you would like.
Cheers
Brian
MemberHi,
Sorry for the issues with this.
The issue is not with the theme per se, but with our plugin calling get_current_screen to early.
We have a fix in the next release, which should be out in the next couple of days.
Or you can download the release candidates from your account here and that will fix the issue.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
Pro or Core the Events Calendar does not have a feature as you describe. You can use the private setting in WordPress with events and then only private events are visible to logged in users and not the general site visitor. So that is one way to hide events.
You could test this on the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/
Also: is there any way to restrict group of users, so they have access only to publish events only in one category?
This is possible, but would have to be customized by you and we would be unable to support it.
Let me know if you have any follow up questions.
Thanks
Hi Kathy, I see you also posted in your own thread. We will answer your question there as this is a duplicate. Cheers
Brian
MemberHi,
Thanks for using our plugins.
The shortcode does not have the options you are trying to use. You can remove the icon from the template following our themer’s guide or hide it with css.
I got this css to work for me, including moving over the information to the left:
/*
* Hide Date Icon in List Widget and Mini Calendar List
*
*----------------------------------------------------- */
.tribe-mini-calendar-event .list-date {
display: none;
}.tribe-mini-calendar-event .list-info {
width: 100%;
} themer’s guideAdd 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,
Thanks for using our plugins. I can help out here.
I got this css to work to get you started:
.tribe-events-widget-link {
overflow: hidden;
}
.tribe-events-widget-link a {
background-color: red;
padding: 10px;
color: #fff;
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
Brian
MemberHI,
Thanks for the interest in our plugins.
We currently do not have a way to reserve rooms with our plugins. It could be possible with a customization, but that is beyond the support we can provide.
I think you would be better off looking for a booking system instead to get you closer to what you are looking for.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHI,
Thanks for the interest in our plugins.
We currently do not support tickets with recurring events and while our plugins could be adapted do to as you ask it would be a large customization, which we would not be able to support.
I think you would be better off looking for a booking system instead to get you closer to what you are looking for.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I tested on my site and it does not change there either.
I think it it because we do not use our function to show the singular organizer name and instead it is written out.
See if the function outlined here could help change this word:
Let me know if that works for you and I will see about getting this changed in a future release.
Cheers
Brian
MemberHi,
Thanks for using our plugins.
That Alert is part of our website coding and not part of our plugins unfortunately nor is it in a form that I could give the coding out.
Let me know if you have any follow up questions.
Thanks
September 8, 2015 at 8:07 am in reply to: Include events in main blog loop doesn't work with display-posts-shortcode plugi #1002907Brian
MemberHi,
Thanks for using our plugins. I can help out here.
The Events will only show on the main page if you are using the main WordPress Loop to get posts. If not that feature does not work.
If the shortcode you are using has the ability to add a custom post type that might work then.
The event custom post type is:
tribe_events
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
