Casey

Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 3,499 total)
  • Author
    Posts
  • Casey
    Participant

    Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw

    Thanks in advance. 🙂

    Cheers,
    Casey

    in reply to: Widget Arrows Won't Work #200970
    Casey
    Participant

    Nathan,
    Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw

    Thanks in advance. 🙂

    Cheers,
    Casey

    in reply to: mini calendar links not functioning #200963
    Casey
    Participant

    joecalibre,
    The plugin already contains a built-in day view, so I’m not exactly clear why you’re needing to recreate this functionality. With that being said, you should be able to use tribe_get_events() to query any events that you’re wanting to display.

    Hopefully that gets you pointed in the right direction to make this customization. Good luck and thanks! 🙂

    -Casey-

    in reply to: Pop up (rollover) not working #200935
    Casey
    Participant

    Did you try reverting to the default 2013 theme to see if the popups display there? Give that a shot and that will narrow down the issue a bit. Thanks! 🙂

    -Casey-

    in reply to: Pop up (rollover) not working #198472
    Casey
    Participant

    johnviva7833,
    Thanks for being a customer, and hopefully I can help you out with this issue. Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with your theme, but just want to narrow it down a bit before troubleshooting further.

    Give that a try and let me know what you discover. Thanks! 🙂

    -Casey-

    in reply to: URL location doesn't work #198464
    Casey
    Participant

    dirkschrama,
    As @ragots state above, this is a known issue that we will be putting out a fix for ASAP, but as he suggested, in the mean time you can use @barry’s fix as a workaround: https://theeventscalendar.com/support/forums/topic/on-event-page-venue-website-field-is-garbled-after-3-6-update/#post-186990

    Give that a try and let me know if you have further questions. Thanks! 🙂

    -Casey-

    P.S. – Thanks for helping out here @ragots! 😀

    in reply to: Venue URL shows backend code #198462
    Casey
    Participant

    billeven,
    As @ragots state above, this is a known issue that we will be putting out a fix for ASAP, but as he suggested, in the mean time you can use @barry’s fix as a workaround: https://theeventscalendar.com/support/forums/topic/on-event-page-venue-website-field-is-garbled-after-3-6-update/#post-186990

    Give that a try and let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: event page venue display bug #198459
    Casey
    Participant

    lvnilesh,
    Sorry to hear you’re having trouble here, but hopefully I can help. This is a known issue that we will be putting out a fix for ASAP, but in the mean time you can use @barry’s fix as a workaround: https://theeventscalendar.com/support/forums/topic/on-event-page-venue-website-field-is-garbled-after-3-6-update/#post-186990

    Give that a try and let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: Upcoming Events Widget #198453
    Casey
    Participant

    fccilm,
    Thanks for getting in touch! Yes, this is definitely possible by overriding the list widget template file. Take a look at our themer’s guide, which should show you how to perform a template override and get you started in the right direction.

    After looking there, let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: community event cc #198448
    Casey
    Participant

    jonwalker72,
    Thanks for reaching out! If you’re already overriding the ‘tribe-events-community.css’ file, then I would suggest removing all CSS rules from your functions.php file and placing them in your overridden CSS file. The functions.php file CSS rules are intended for small, quick style changes only, but overriding the CSS file is the preferred method.

    Hopefully that helps to point you in the right direction, but let me know if you have further questions. Thanks! 🙂

    -Casey-

    Casey
    Participant

    ovdb,
    Thanks for getting in touch! In version 3.6 we introduced new Date / Time formatting options that are specific to The Events Calendar. If you go to ‘Events->Settings->Display’ you’ll see many specific options that will allow you customize your date formats (screenshot). Hopefully this will help many of our international users to more easily customize the dates and times that are displayed to their users.

    Give that a try and let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: community events css #198431
    Casey
    Participant

    jonwalker72,
    Thanks for getting in touch! I noticed that you created a separate thread with the same question, so I’ll go ahead and close this one out and answer your question in the other thread. Thanks! 🙂

    -Casey-

    in reply to: Single event view #198426
    Casey
    Participant

    jgirardi,
    Thanks for getting in touch! We always suggest that users have a staging site to test any customizations / overrides that have been performed on their sites before updating the plugin, as things in the code might have changed and altered how their customizations work. Glad to hear that you were able to get a test site setup, but let me know if you have further questions here.

    Thanks! 🙂

    -Casey-

    Casey
    Participant

    michaeldinan,
    Thanks for getting in touch! In ‘Events->Settings->Display’ you should notice the ‘Events Template’ option (screenshot). This option will allow you to use your theme’s Default Page template instead. Try changing that to ‘Default Page Template’ and see if that fixes the issue.

    Thanks! 🙂

    -Casey-

    in reply to: Limiting venues in frontend form #198402
    Casey
    Participant

    hammer72,
    Unfortunately this functionality is not currently possible, but this is a great idea. Would you mind submitting it as an idea on our UserVoice page? That will help us to determine if this is a feature that the rest of the community would find helpful in a future version of the plugin.

    In the mean time, you could just hide the options that you don’t want to display using some CSS. If you right-click on the dropdown and select ‘Inspect Element’ (if you’re using the Chrome browser), you should be able to see the HTML that is controlling the display of the dropdown (screenshot). Just find the ID of the <li> that you want to hide and use the following CSS to hide it:


    #saved_venue_chzn_o_4 {
    display:none !important;
    }

    Give that a try and let me know if you have further questions. Thanks! 🙂

    -Casey-

Viewing 15 posts - 1,231 through 1,245 (of 3,499 total)