Casey

Forum Replies Created

Viewing 15 posts - 616 through 630 (of 3,499 total)
  • Author
    Posts
  • in reply to: Custom css doesn't seem to be working #432777
    Casey
    Participant

    jetaanc,
    Thanks for reaching out! When I visit your site, I’m seeing that the ‘stack-theme’ is currently the active theme (Using this CSS file). Try putting your ‘tribe-events’ folder in the ‘stack-theme’ directory and let me know if your custom stylesheet still isn’t being pulled in.

    Thanks! 🙂

    -Casey-

    Casey
    Participant

    dianepaintervelletri,
    Thanks for getting in touch! You should be able to remove this by going to ‘Events->Settings->General’ and checking the ‘Front-end recurring event instances toggle’ (screenshot). Give that a try and let me know if it does the trick.

    Thanks! 🙂

    -Casey-

    in reply to: Disable calendar view popup (tooltip) #432677
    Casey
    Participant

    btellock,
    Thanks for getting in touch! You should be able to disable the month view tooltips by adding the following CSS to your theme’s stylesheet:


    .tribe-events-tooltip {
    display: none !important;
    }

    Having the ‘!important’ in the style declaration should prevent it from displaying, even when the Javascript triggers it. So, give that a shot and let me know if it does the trick! Thanks! 🙂

    -Casey-

    P.S. – Thanks for jumping in to help @aling! 😀

    in reply to: Search Bar/Filters Bar #432584
    Casey
    Participant

    Tran,
    Thanks for getting in touch! The code for the Search bar (or ‘Tribe’ bar as we often call it), is located in ‘plugins/the-events-calendar/views/modules/bar.php.’

    If you’re looking to add some custom javascript, you should be able to just put that in a separate js file and add it to your theme’s header.php file using a SCRIPT tag.

    Does that help to answer your question? Just let me know if you need further help here. Thanks! 🙂

    -Casey-

    in reply to: Problem on widgets.php #432537
    Casey
    Participant

    masterns,
    Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. Could you try testing for conflicts and let me know what you discover? I suspect that this might be an issue related to your theme or a plugin conflict, but want to confirm before troubleshooting further.

    Let me know if the issue persists after following these steps, and I’ll investigate further. Thanks! 🙂

    -Casey-

    in reply to: Changes to list widget #431156
    Casey
    Participant

    Awesome! 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/lo

    Thanks in advance. 🙂

    Cheers,
    Casey

    Casey
    Participant

    Sorry for not being a bit clearer on that, you could just change that line to this:


    wp_safe_redirect( 'http://labeerweek.com/2014/product/venue-events/' );

    Give that try and see if it works. 😀

    in reply to: Just show start time on list widget #431124
    Casey
    Participant

    christina,
    Thanks for getting in touch! You should be able to filter on the ‘tribe_events_event_schedule_details_formatting‘ filter to remove the end time like this: https://gist.github.com/ckpicker/75fecbc6209538b1daf2

    Try adding that code to your theme’s functions.php file and it should hopefully do the trick. Thanks! 🙂

    -Casey-

    in reply to: Custom List Title and Text #431022
    Casey
    Participant

    Lars,
    Thanks for getting in touch! You should be able to change all of the ‘tribe_is_week()’ references to ‘tribe_is_list_view()‘ and then you should be able to replace the ‘Events for week’ to ‘Upcoming Events’.

    That should do the trick. Thanks! 🙂

    -Casey-

    Casey
    Participant

    Try using this code snippet in your theme’s functions.php to redirect to a different URL after a submission: https://gist.github.com/jbrinley/6693934

    Let me know if that works for you! Thanks! 🙂

    -Casey-

    in reply to: Tribe_events Title #430937
    Casey
    Participant

    illuminea,
    Thanks for getting in touch! I was trying to reach your site to investigate the issue further, but the URL isn’t working for me. Can you confirm the URL where this is happening, so I can take a look? Thanks! 🙂

    -Casey-

    Casey
    Participant

    That’s possible. Did you include this code in your parent theme or child theme (if you have one)?

    in reply to: Events calendar update broke my site #429861
    Casey
    Participant

    kammi,
    Can you visit the Permalink Settings page, confirm everything there is correct and hit update? That might help to refresh the rewrite rules table. With that done, see if the pages are accessible as expected.

    Thanks! 🙂

    -Casey-

    in reply to: Changes to list widget #429854
    Casey
    Participant

    theukedge,
    Try using a meta query in your args instead like this:

    'meta_query' => array(
    array(
    'key' => '_ecp_custom_1',
    'value' => array( 'Featured'),
    'compare' => 'IN',
    )
    )

    See if that does the trick.

    in reply to: Set category only for admin #429805
    Casey
    Participant

    massound,
    Thanks for getting in touch! You should be able to do this by adding the following code to your functions.php file: https://gist.github.com/ckpicker/472fbe0c96e209d2bf0d

    Just make sure to change the $categories_to_hide variable to include the slugs of your categories. Give that a shot and let me know if it does the trick. Thanks! 🙂

    -Casey-

Viewing 15 posts - 616 through 630 (of 3,499 total)