Brian

Forum Replies Created

Viewing 15 posts - 8,386 through 8,400 (of 11,256 total)
  • Author
    Posts
  • in reply to: Problem with the mini calendar #937802
    Brian
    Member

    Unfortunately, not sure how to fix it.

    Looks like that is being applied by the Superfish Script in your theme. Do you have an option to turn that off for your menus? Otherwise the theme author might have an idea on how to update of fix the script.

    There is not much else we can suggest it is hard to know what to fix since it is not our coding.

    in reply to: Change order #937799
    Brian
    Member

    Ok please email that information to [email protected]

    in reply to: Ticket wrong end date #937795
    Brian
    Member

    Ok can you let me know what you date and hour format were before you changed them.

    I am trying to reproduce the error without success so I can create a bug report.

    Thanks

    in reply to: Network wordpress #937787
    Brian
    Member

    I do not think it is that simple, I think it be a fairly large project to get working reliably. It is something that we could maybe answer a question or two, but would be beyond the support we can provide to do much else.

    I have not tried it before, but this plugin’s commercial version:

    Broadcast

    Has a feature where you can broadcast events between sites in multisite. You might be able to use that to have the events on the micro site and then also broadcast them to the main site to have them there as well. That might get you close to what you are trying to do without creating a huge new project.

    Thanks

    in reply to: Custom Single Evenst Page #937780
    Brian
    Member

    Hi,

    I can help you out here, but unable to provide much support for older versions.

    Have you tried changed to the Skeleton Stylesheet?

    Go to your site’s admin then:

    Events > Settings > Display Tab

    Change this setting “Default stylesheet used for events templates” to Skeleton Stylesheet to remove most of the styling from the plugin.

    If you have want to remove styling on the single events then you could use WordPress’s wp_dequeue_style to remove the stylesheets on singular tribe_events

    http://codex.wordpress.org/Function_Reference/wp_dequeue_style

    Let me know if you have any follow up questions.

    Thanks

    in reply to: What are custom fields (of single event) names? #937775
    Brian
    Member

    The additional fields can be found by using this function:

    tribe_get_custom_fields()

    Something like this will show the field value:

    echo tribe_get_custom_field(‘FieldName’);

    That is the only method we have to get those fields on your own.

    in reply to: RSVP #937773
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. We do not at this time have a RSVP function for the Events.

    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

    in reply to: thummbnails in events list widget #937771
    Brian
    Member

    The modifications can be done in the same way as adding a thumbnail.

    We are not able to help on every step of the way, but here is some more information.

    You might want to try this function for event categories:

    tribe_get_event_categories();

    The Events are custom post types so you can use the Content or Excerpt functions in WordPress to get the description and get it to the length you would like.

    Not sure where to link the tickets as I do not know the plugin being used to sell tickets.

    And the placement of the coding is up to you and how you would like it.

    in reply to: Change order #937767
    Brian
    Member

    Hi,

    Please email us at [email protected] with your order number and what you would like to to and we can help you better there.

    Thanks

    in reply to: What are custom fields (of single event) names? #937728
    Brian
    Member

    Yes, those fields are all custom fields.

    The Venue and Organizer are different posts then the Event so those fields return empty as the field is in the venue post and not the event post.

    If they have an option to pass an id to get the field that plugin might work.

    You can use this function to get the venue id of the event to pass through:

    tribe_get_venue_id();

    That is about all I can help on that.

    in reply to: Front-end or user event posting #937711
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    Community Events for the Events Calendar enables front end event creation and management without access to the admin.

    I would recommend checking out the New User Primer for Community Events to see how it all works:

    New User Primer: Community Events

    And you can purchase just the Community Events add on and use it with the free version the Events Calendar.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Part and Full Course bookings #937709
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. Unfortunately, we do not have any booking features available so we are unable to provide a product to do what you are asking.

    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

    in reply to: events not posting in main blog post #937706
    Brian
    Member

    Hello,

    Sorry for the issues you are having.

    Do you know how your theme is setup?

    Does it have only widget areas? or is the main loop for WordPress on the home page?

    The events can only show on the home page if the main loop is setup there, otherwise it does not have a place to show them.

    Let me know and we can go from there.

    Thanks

    in reply to: Events Calendar Pro and scheduling / AppointmentQuest #937705
    Brian
    Member

    Hi,

    Thanks for using our plugins and glad you like them besides those errors.

    Unfortunately, the short answer to your question is AppointmentQuest does not interface at all with our plugin. I could not even guess at how their system works to help out on that.

    The only option people have used as “Event Registration” is one of our ticketing plugins as it can create tickets per event. It is not a direct registration system though so it may not collect all the information you are looking for when someone registers.

    I suggest going to the New User Primer for WooCommerce tickets:

    https://theeventscalendar.com/knowledgebase/new-user-primer-woocommerce-tickets/

    That will show you how the plugin works and if it might work for you. All the ticketing plugins have the same features so looking at one will get you an idea how the other 3 work too.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Pre-Select 2 Google Maps Check Boxes? #937702
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    Are you talking about in the WordPress admin? or when an event is added on the front end using Community Events?

    They should be checked by default on the Admin, in Community Events it is possible with some customization.

    This ticket went through the steps to do that:

    Show Map as default; all-day event as default;

    Let me know if that helps and we can go from there.

    Thanks

Viewing 15 posts - 8,386 through 8,400 (of 11,256 total)