Casey

Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 3,499 total)
  • Author
    Posts
  • in reply to: Widget Arrows Won't Work #198370
    Casey
    Participant

    Nathan,
    Thanks for getting in touch here! @joecalibre is right on with his reply, since some themes don’t implement sidebars using WordPress best practices. Could you give that a shot and let me know what you discover? Thanks! 🙂

    -Casey-

    P.S. – Thanks for helping out here @joecalibre!

    in reply to: Need help using a separate stylesheet #198366
    Casey
    Participant

    shreinmedia,
    Thanks for getting in touch! I’m seeing your styles getting included in the page source (screenshot), but it looks like your CSS selectors aren’t specific enough. Try something like this:


    ul.tribe-events-sub-nav li a {
    text-decoration: none;
    list-style-image: none;
    color: #666666;
    font-size: 30px;
    }

    Take a look at this article, which describes the ‘Cascading’ effect of CSS and which style rules are deemed most important by the browser. You can also use the ‘!important’ declaration to make sure that the browser always uses that style.

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

    -Casey-

    in reply to: Nonprofit plugins #198345
    Casey
    Participant

    Katie,
    Yes! Eligible non-profits can get a copy of each of our plugins for free. Take a look here for more information. Thanks! 🙂

    -Casey-

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

    joecalibre,
    Thanks for getting in touch! So glad that you were able to utilize the forums to answer your first question, so let’s move on to question #2:

    How do I change those links in the mini-calendar to a new page with Day View with a list of events for that day? And how do I make it all function?

    You should be able to perform a template override on ‘views/pro/widgets/mini-calendar/single-event.php’ (see our themer’s guide for template override instructions) to modify where each link points to. Just look for this code and modify the ‘href’ param to point wherever you’d like:

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

    -Casey-

    in reply to: Add event name to single event view? #198317
    Casey
    Participant

    hound,
    Thanks for reaching out. It appears that the issue with the title not displaying is a conflict with your third-party theme. Since the single event page is really just a WordPress custom post type, your theme’s single.php template should be able to display the title with just ‘the_title()‘.

    I would suggest reaching out to the developer of your theme to see if they can assist further, but before that, you could also try switching your Events Page template to see if that helps to resolve the issue. To do this, go to ‘Events->Settings->Display’ and changing the ‘Events Template’ option (screenshot).

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

    -Casey-

    in reply to: Removing recurring events from My Events #198304
    Casey
    Participant

    hammer72,
    Thanks for getting in touch! Unfortunately this is the only current method for allowing front-end users to manage recurring events. If this is something you’d like to see changed in a future release, I would suggest submitting it as an idea on our UserVoice page. Our team periodically reviews the most popular ideas for possible inclusion in a future release of the plugin.

    I hope that helps to answer your question, but let me know if I can help further. Thanks! 🙂

    -Casey-

    in reply to: Venue Website URL messed up in event view #198251
    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.

    Feel free to start a new thread if you have further questions.

    Thanks! 🙂

    Cheers,
    Casey

    in reply to: Filter bar dropdowns hides behind Events in 3.6 #198248
    Casey
    Participant

    Lars,
    We definitely have it scheduled to be fixed in the next release and we’ll keep you posted. Thanks! 🙂

    -Casey-

    in reply to: Disappearing update links #198242
    Casey
    Participant

    Great! 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: Redirect to login page #194905
    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: Mobile Questions #194901
    Casey
    Participant

    efromdc,
    Unfortunately, I’m not aware of any custom views like this. However, take a look at our tutorial which will give you a framework for how to create your own custom views.

    Hopefully that helps to get you started in the right direction. Thanks! 🙂

    -Casey-

    in reply to: Mobile Date and Time View #194897
    Casey
    Participant

    mathewemoore,
    After reviewing your site, it looks like you were able to figure out how to customize this (screenshot). Just let me know if I’m assuming correctly here, or if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: Tooltips not working on new install #194880
    Casey
    Participant

    Katie,
    Yes, after we roll out the fix, you should be able to turn off SCRIPT_DEBUG. Since it looks like you’re all set here, 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: Venue Website URL messed up in event view #191765
    Casey
    Participant

    ragots,
    Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. This is a known issue that we’re working on putting out a fix for, but in the mean time we currently have a temporary workaround to fix it. Take a look at @barry’s reply here and let me know if that fixes the issue for you.

    Thanks! 🙂

    -Casey-

    in reply to: Tooltips not working on new install #191748
    Casey
    Participant

    Katie,
    sorry to hear you’re having trouble here, but hopefully I can help. This is a known issue with the minified javascript files in version 3.6 of the plugin, and we’re currently working on putting out a fix. In the mean time, you should be able to workaround it by adding the following to your wp-config.php file:


    define('SCRIPT_DEBUG', true);

    This should force the plugin to use the un-minified files and restore your tooltips in week view. Give that a try and let me know if it resolves the issue. Thanks! 🙂

    -Casey-

Viewing 15 posts - 1,246 through 1,260 (of 3,499 total)