Brook

Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 4,796 total)
  • Author
    Posts
  • in reply to: Mini Calendar error outside WordPress #1055471
    Brook
    Participant

    You’re welcome!

    In that case my suspicions have shifted back to what the error message says – that one of the HTML wrappers is missing and so our script doesn’t know what to target. Typically .tribe-mini-calendar-wrapper is wrapped in a parent div. Is yours?

    If it is wrapped, can you share the code that powers this page? Also a link to the page would be helpful if you have a live one. I can then compare that with the wrappers the widget normally has and see if I can find the missing one.

    Cheers!

    – Brook

    in reply to: ticket stock #1055000
    Brook
    Participant

    Howdy Fero,

    You can absolutely stop that from displaying by creating a theme override. What ecommerce plugin are you using? WooCommerce? Easy Digital Downloads? If you let me know I can give you more specific insructions.

    Cheers!

    – Brook

    in reply to: Page Title Issues #1054998
    Brook
    Participant

    Howdy again Karly,

    Map and Photo views are list views on the backend. So using that snippet whatever you input for the the list views will show up on all three views: Map, Photo, and List. You could definitely modify the snippet to account for the different types of list views though, using the functions tribe_is_photo() and tribe_is_map() you could account for more views than default. Then display different bits of text. The block of code which handles list views, upcoming and otherwise is the first one:

     // Default Title
    $title = $title_upcoming;
    // If there's a date selected in the tribe bar, show the date range of the currently showing events
    if ( isset( $_REQUEST['tribe-bar-date'] ) && $wp_query->have_posts() ) {
    if ( $wp_query->get( 'paged' ) > 1 ) {
    // if we're on page 1, show the selected tribe-bar-date as the first date in the range
    $first_event_date = tribe_get_start_date( $wp_query->posts[0], false );
    } else {
    //otherwise show the start date of the first event in the results
    $first_event_date = tribe_event_format_date( $_REQUEST['tribe-bar-date'], false );
    }
    $last_event_date = tribe_get_end_date( $wp_query->posts[ count( $wp_query->posts ) - 1 ], false );
    $title = sprintf( $title_range, $first_event_date, $last_event_date );
    } elseif ( tribe_is_past() ) {
    $title = $title_past;
    }

    Does that answer your question?

    Cheers!

    – Brook

    in reply to: Clicking "view as" doesn't invoke the drop down #1054994
    Brook
    Participant

    Howdy Chris,

    I would love to help you with this. That is likely a JavaScript conflict. Do you know how to debug JavaScript? If so are you seeing any errors in your browser console?

    Can you provide a link to the site that I can have a look at the problem with my browser console?

    Cheers!

    – Brook

    in reply to: Events Filtering in Month view not working! #1054988
    Brook
    Participant

    Howdy tutinom,

    I would love to help you with this. I noticed that it is working on this page:

    http://fairportbaptisthomes.org/fbevents/month/

    But not this one:

    http://fairportbaptisthomes.org/fbevents/

    That is interesting. I wonder if this could be related to another plugin that uses WP Ajax, or perhaps your theme. In order to proceed we will need to test if a “conflict” is happening, and if so narrow it down so we can find a fix for it. This guide walks you through how to test for a conflict, and then identify what is conflicting.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    Brook
    Participant

    Howdy Colby,

    Thanks for taking the time to reach out. We are not able to help folks with support in the presales forum here. However there is a whole volunteer community on WordPress.org: The Events Calendar and they are often able to provide free support.

    If you do purchase the Pro license though, it does come with a year of support. Then you will have ask to the Premium support area here.

    Please let me know if you have any questions. Cheers!

    – Brook

    in reply to: Slider showing twice in Community Page #1054985
    Brook
    Participant

    Howdy!

    That is a bug. 🙁 But there is a quick and easy fix. If you add the following to one of your CSS files it should hide the second one:

    #tribe-events .tribe-events-before-html { display: none; }

    We will patch the problem properly in an upcoming release. Until then though the above should work.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    Brook
    Participant

    Oops. It looks like you only got the first portion of your system info. The box that contains your system info scrolls up and down. Scrolling way down in the box you will see timezone information. If you could select everything in the box and share it here that would be perfect! My apologies for the confusion.

    • Brook
    in reply to: This Week Event Widget Styling #1054980
    Brook
    Participant

    Bueno! You’re welcome.

    • Brook
    in reply to: List View is displaying for ticket purchase #1054978
    Brook
    Participant

    I follow. Thanks for clarifying. I will have a programmer investigate this and get a ticket logged for us to fix it. Thanks for bringing this to our attention!

    • Brook
    Brook
    Participant

    That is an interesting approach. It will disable the tooltip. But the CSS looks like it might still need a fair amount of love to be shipshape and Bristol fashion. To correct that, I’d really need to be able to inspect the site with a CSS inspector.

    Thanks for sharing that possibility Brahim.

    • Brook
    in reply to: Search term is cleared when Next Page link is clicked #1054973
    Brook
    Participant

    Sounds good. I appreciate you getting back. Cheers!

    – Brook

    Brook
    Participant

    Howdy Abby,

    I would love to help you figure this out. Basically that is not possible at this time. However we do have a feature request to add this as a feature to the calendar, and would love your vote.

    That map markers were intended only to show the locations of events, they were not intended to list all events only all locations. And that is why I say it is not a feature to show multiple events per customization. They were basically built from the groundup for a different purpose. But we are interested in extending that purpose if a number of users are interested, hence the importance of your votes.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    in reply to: How do I change currency for a single event? #1054338
    Brook
    Participant

    Howdy Valerie,

    That’s a good question. So when you have WooCommerce Tickets deactivated you will see an Event Cost and Currency field in the events pages. Here you can add a cost and set the currency. However when you activate WooCommerce Tickets this fields disappears, because WooCommerce itself has the limitation that you can only sell things in one currency. If you want I can walk you through how to show these fields while you have Woo Active. However, if you are selling tickets for this event through WooCommerce it will not work right. Woo does not support multiple Currencies so it will ignore anything you put into this field.

    Does that make sense? Does that answer your question?

    Cheers!

    – Brook

    Brook
    Participant

    Howdy Joe,

    I am sorry to see this is giving you trouble. You do need to run matching version of the plugins, so you will need to run Community version 4.0.x alongside the other v4s, or you could downgrade the others to version 3.11 to be compatible. Our plugins are not designed to run mismatched versions, so errors like this are likely to cropup when they’re not matched.

    If you need further help would you mind logging in so I can verify your support access? Then we can continue in the members/support area.

    Cheers!

    – Brook

Viewing 15 posts - 1,816 through 1,830 (of 4,796 total)