Brook

Forum Replies Created

Viewing 15 posts - 2,461 through 2,475 (of 4,796 total)
  • Author
    Posts
  • in reply to: WOOTICKETS VS WPML #1009286
    Brook
    Participant

    Howdy Darnahome,

    That’s a good question. As our announcement of WPML  compatibility details, only The Events Calendar and Events Calendar Pro are compatible with WPML. There are still some incompatibilities with the tickets plugins.

    If you would like for us to build compatibility between WooCommerce Tickets and WPML, please suggest this as a feature request on UserVoice. You should definitely outlines the problem you are facing, such as the stock issue and so forth. From there other people can vote their support for your idea.

    At the moment, waiting for us to add the features necessary for multiple languages is the only viable option. There is no workaround I can think of to get you where you want to be. 🙁

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

    – Brook

    in reply to: Feature Image for Week View Page #1009279
    Brook
    Participant

    Howdy Kurtis,

    That would certainly be possible with a theme override. The Themer’s Guide walks you through how to make overrides like that.

    If I were you I would override events-calendar-pro/src/views/pro/week.php and add your image in there. You could add a simple tag and link to a static image. Or if you wanted to be able to adjust the image from the backend, you could create a new page called something like “Week view’s featured image”. Add a featured image to it and hit save. Grab the page ID # from the URL. Then user tribe_event_featured_image( $page_id ) to show the featured image for that page. Thus any time you want to change the image, just go to Week view’s featured image and update teh featured image from the WP backend.

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

    Cheers!

    – Brook

    in reply to: Events will show in the Month View but not in the Day View #1008740
    Brook
    Participant

    Thanks for letting us know Brandon. We’ll make a note of the conflict there. If you need anything else let us know.

    Cheers!
    – Brook

    in reply to: Urgent: Filter Bar no display the filters #1008736
    Brook
    Participant

    Thank you for clarifying. We have seen one similar issue. A user who only had one filter enabled saw the filter list disappear while viewing a category page. Is that similar to your circumstance here?

    Would you mind grabbing your system information and pasting it here? Make sure to use the ‘Set as private reply’ checkbox to protect your private information from the public. You can find the system info by going to WP Admin > Events > Settings, clicking on the “Help” tab, and scrolling down to the ‘System Information’ box. (Or by going to [yoursite]/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tab=help) That will give me a lot of extra information to help diagnose the problem.

    Could you also go to WP-Admin > Events > Settings > Filters and take a screenshot of your filter settings? Using all of this info I would do my best to reproduce the problem locally, and then diagnose it.

    Cheers!

    – Brook

    in reply to: Featured image #1008721
    Brook
    Participant

    Thanks for marking the answer correct, Oren. Cheers!

    – Brook

    in reply to: Return to Month snippet centered at bottom but not at top #1008718
    Brook
    Participant

    Thanks Mark! I appreciate it very much. Let us know if you ever need anything else.

    Cheers!

    – Brook

    in reply to: Custom Yearly Frequency Issue #1008716
    Brook
    Participant

    Howdy Angela,

    The update is out now. Is it fixing things for you?

    • Brook
    in reply to: Event Calendar No CAPTCHA reCAPTCHA #1008708
    Brook
    Participant

    Awesome. Thanks Tom. If you need anything else please let us know. I wish I was able to be of more immediate help with the first one.

    Cheers!

    – Brook

    in reply to: Event listings disappear from calendar when show time starts #1008707
    Brook
    Participant

    Thanks for marking this correct!

    • Brook
    Brook
    Participant

    Interesting. Thanks for giving that a whirl.

    I am not completely sure what that code from iThemes does. The tutorial/blog post it links to on our site as the “source” is a bit ancient (for version 2 of the calendar.). We are compatible with Genesis, but the current snippet looks a fair bit different.

    I am not at all certain why you are seeing the duplicates. I would need a copy of the theme to test and try to determine. Would you be willing to provide us a copy of your theme by email it to support @ this website? It is strange that it sounds like you are running the the same theme with Events Calendar Pro on other sites, and not seeing this issue. Hopefully I can reproduce this issue.

    The other possibility is for you to contact iThemes as well. They might be familiar with this issue already.

    Thanks!

    • Brook
    in reply to: Multiple Organizer #1008488
    Brook
    Participant

    Howdy Tony,

    Good question. You could either modify the .po/.mo files. Use a universal textchanger, there are some plugins and snippets available for this. Or you could use the filter ‘tribe_organizer_label_plural’. Just return a text string to that filter, whatever string you use will replace ‘Organizers’.

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

    Cheers!

    – Brook

    in reply to: Return to Month snippet centered at bottom but not at top #1008484
    Brook
    Participant

    Howdy Mark,

    Good question. I just tested out this CSS, and was able to get that current events link centered. Just add this to the same CSS file as the one you modified for making the links appear up top:

    .tribe-events-month #tribe-events-header .tribe-events-sub-nav li{
    display:inline-block;
    }
    
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-current{
    float:none;
    }

    Did that work? Cheers!

    – Brook

    in reply to: Change Previous Events Link everywhere #1008457
    Brook
    Participant

    This reply is private.

    in reply to: The server responded with a malformed response. #1008456
    Brook
    Participant

    Thanks for sharing that Anthony, I am giving it a test right now.

    in reply to: Multi-Day event that is not continuous.. #1008454
    Brook
    Participant

    Ahh yes, thanks for sharing the config screenshot. Our exclusions are a brand new feature and they were sadly not QA’d as thoroughly as they should have been. We’re working to patch them, but in the interim you might see them not working as in your case.

    If I were you I would delete the exclusion entirely. The I could edit your recurrence pattern, keep it as custom but set the Frequency to Weekly. Then just check Wed as the day that it repeats on. Does that make sense? Did it work?

    – Brook

Viewing 15 posts - 2,461 through 2,475 (of 4,796 total)