Brian

Forum Replies Created

Viewing 15 posts - 5,926 through 5,940 (of 11,256 total)
  • Author
    Posts
  • in reply to: Removing Or Replacing 'My Organizors' Text #966861
    Brian
    Member

    Great glad it helps and thanks for the tip about the My Organizer.

    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

    in reply to: List of events displaying under filter bar #966801
    Brian
    Member

    Hi Charlotte,

    Sorry for the delay in getting to you today.

    I can help out.

    Glad you got the first issue resolved with some css.

    2/ How could I make the events disappearing from the results the day they start?

    So the events are suppose to not show after their end time has passed. However, there is a glitch preventing that. We have that fixed in the 3.10 release, which should be out in a couple weeks as we are just about finished with the final testing.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: help before purchase #966693
    Brian
    Member

    Hi Martin,

    Thanks for the interest in our plugins.

    I can answer your questions.

    1, with the 2 plugins in use can the events be sent to facebook automatically when listed or 3 days before for example .(like a reminder) ,
    2, is there a feature to send emails when new events listed or daily or a few days before as a reminder?

    We do not have any features to send reminders or notification to Facebook or by email. That could be possible with a customization, but that is beyond the support we can provide.

    If you would like to request those as features 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

    Unfortunately, we do not have any package deals or discounts right now. We offers those through Twitter and our Newsletter from time to time.

    Let me know if you have any follow up questions.

    Thanks

    Please note we may take up to 24 hours to respond to a post on the forum per our terms and conditions.

    Brian
    Member

    Sorry that is all I have for you in our plugins.

    You could try the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:

    Event Rocket

    Maybe one of those displays the events more how you would like it.

    Cheers

    in reply to: Removing Or Replacing 'My Organizors' Text #966688
    Brian
    Member

    Hi,

    Thanks for clarifying.

    My Organizers is all the organizers in the system that your account is author of.

    To change that text it is actually this string:

    'My %s

    And this is the text domain:

    tribe-events-calendar

    Let me know if you need help changing that.

    Thanks

    in reply to: Styling and Template Creation #966683
    Brian
    Member

    Ok glad that part is working now.

    1. The events in the morning still show up in the afternoon on the same day. Is there a possibility, that the events which already took place are unpublished from the list? We have more than 30 events a day, and it is kind of confusing if you need to scroll down to get to the present events.

    In 3.10 we fixed this so after the event end time is reached it no longer shows on upcoming events. That release should be out in a couple weeks.

    2. In the single-event.php in the folder mytheme/tribe-events/single-event.php from line 32 to 38 is the description of the event title and cost which is separated by a divider. But at the page, there is also a div class showing “Serientermine / recurrent event”, which I cannot address in the single-event.php. I would like to hide this information. I did it with “display off” for the css class “recurringinfo”, but it would be great to disable it in the first place.

    For this I have this coding:


    <?php
    if ( class_exists( 'TribeEventsPro' ) ) {
    $tep = TribeEventsPro::instance();
    //$tep->disable_recurring_info_tooltip();
    echo tribe_events_event_schedule_details( $event_id, '<h3>', '</h3>' );
    //$tep->enable_recurring_info_tooltip();
    }
    ?>

    And use that to replace this:

    <?php echo tribe_events_event_schedule_details( $event_id, '<h3>', '</h3>' ); ?>

    In 3.10 that class will change from TribeEventsPro to this Tribe__Events__Pro__Main so make sure to make that update.

    3. I added a custom field as a “Ressort” declaration. In the list view I would like to give every single ressort a different background color. It is already working for different categories when changing the css class: .tribe-events-category-mycategory {background: #e74c3c !important;}. So would it be possible to add a custom field class to the css, like <div id=”post-2770″ class=”hentry vevent type-tribe_events post-2770 tribe-clearfix tribe-events-category-mycategory tribe-events-custom-field-ressort-myressort”> for instance?

    It maybe possible to add that custom field.

    You would want to look to modify this file:

    the-events-calendar\views\list\loop.php

    And then look to use the filter in this function:

    tribe_events_event_classes()

    The function is found in this file:

    the-events-calendar\public\template-tags\general.php

    That should get you started on that.

    That is about all I provide for these customizations. I can help get you started, but unable to provide all the coding or troubleshoot it.

    If you have any more questions let me know though.

    Thanks

    in reply to: JS Errors in Chrome / Calendar View #966660
    Brian
    Member

    We have resolved this issue for the release.

    Thanks for reporting it.

    I am closing our 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.

    in reply to: Incorrect Event on Mobile 30 Day View #966635
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    That is a known bug and is resolved in the 3.10 release, which we are finishing up the final testing on and hope to have out in a couple weeks.

    Unfortunately, I do not have a fix for the 3.9 versions of our plugins.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Closing out this thread as it will now be responded to by Gustavo here:

    Add Organizer, Venue and Price info to tooltips in Week and Month view

    Thanks

    Brian
    Member

    Hi Glenn,

    Thanks for using our plugins.

    It is hard to say what might happen when running two plugins that do similar things and share a url. Although it appears to be working now there could be conflicts that come up.

    Why do you need this other plugin to put events in the widget area?

    Why would our Event List Widget not work?

    Cheers

    in reply to: Recurring Info and Tooltip #966619
    Brian
    Member

    Hi Chui,

    Thanks for using our plugins.

    I can help out here. I took a look at your site and came up with this css to hide that line:

    .tribe-mini-calendar-event .event-is-recurring .tribe-events-tooltip.recurring-info-tooltip {
    display:none;
    }

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

    Let me know if that is what you are looking for.

    Thanks

    in reply to: Tabbed content with Events Calendar Pro #966613
    Brian
    Member

    Your 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

    in reply to: Google Maps not displaying #966611
    Brian
    Member

    Hi Mary,

    Thanks for posting here. I can certainly help you here, but we can help you better if you create your own topic in the forum where we interact with you one on one. Also, we encourage you to post on your own topic because every time we post we email the author of the topic.

    Having said,

    I took a look at your site and seeing this error in the console that could be breaking the map:

    TypeError: jQuery(...).offset(...) is undefined
    http://www.tmjtherapycentre.com.php54-3.ord1-1.websitetestlink.com/wp-content/themes/royal/js/head.js
    Line 19

    Fixing that in your theme may resolve this issue.

    If you still need further help definitely let us know – but if you could do so from a fresh topic that would be massively appreciated 🙂

    Thanks

    in reply to: Styling the Calender Widget #966583
    Brian
    Member

    Not sure, css is cached many times even at the server level and does not update.

    If you add it through the plugin I recommend does it work?

    If not could you at least add it through that plugin and live it active and I can take another look and see if I can tweak the css to make it work.

    Let me know.

    Thanks

    in reply to: Events Calendar Pro and WooCommerce Tickets #966582
    Brian
    Member

    I 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!

Viewing 15 posts - 5,926 through 5,940 (of 11,256 total)