Brian

Forum Replies Created

Viewing 15 posts - 4,126 through 4,140 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    Hi,

    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

    in reply to: Many Users #1003089
    Brian
    Member

    You’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

    Brian
    Member

    You’re Welcome.

    Brian
    Member

    That 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.

    in reply to: View More on List Widget #1003084
    Brian
    Member

    Sounds good. Let me know if you get stuck.

    Thanks

    in reply to: Changing product and up grade #1003000
    Brian
    Member

    Hi,

    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:

    Refund Policy

    We can refund your Eventbrite Purchase and then you can purchase the license of Pro you would like.

    Cheers

    in reply to: HappenStance Theme compatibility ? #1002959
    Brian
    Member

    Hi,

    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

    in reply to: Two groups, two views #1002956
    Brian
    Member

    Hi,

    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

    in reply to: hide icon from list view #1002951
    Brian
    Member

    Hi,

    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 guide

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    in reply to: View More on List Widget #1002943
    Brian
    Member

    Hi,

    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

    in reply to: Room Resources #1002940
    Brian
    Member

    HI,

    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

    in reply to: Using Events Calendar for tours #1002938
    Brian
    Member

    HI,

    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

    in reply to: Organizer Label #1002936
    Brian
    Member

    Hi,

    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:

    Custom Wording in the Calendar

    Let me know if that works for you and I will see about getting this changed in a future release.

    Cheers

    in reply to: Tribe Alert functionality #1002922
    Brian
    Member

    Hi,

    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

    Brian
    Member

    Hi,

    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

Viewing 15 posts - 4,126 through 4,140 (of 11,256 total)