Casey

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 3,499 total)
  • Author
    Posts
  • in reply to: paid ticket plugin #177353
    Casey
    Participant

    andi,
    Hello there! If you’re referring to purchasing one of our plugins, unfortunately, we only allow purchasing via a credit or debit card at this time. Thanks! πŸ™‚

    -Casey-

    in reply to: Week View: Adjust height? #177346
    Casey
    Participant

    frogstar42,
    Thanks for getting in touch! This is currently possible, but not recommended because you’ll have to edit the javascript files directly to do this, and your changes could be overwritten when you update the plugin.

    However, if you feel comfortable editing javascript you should be able to change the height of the weekview section by looking in ‘tribe-events-week.js’ on line 111 you’ll see a function named ‘tribe_go_to_8.’ This function sets the height to 500px as you’ll see on line 114 where it says “height: ‘500px’.” You can change this value to whatever you’d like the height to be.

    After changing the javascript, you’ll notice that nothing changed on your site, because the plugin uses the minified version of the javascript by default (tribe-events-week.min.js). So, you’ll need to add the following to your wp-config.php file in order for your site to use the unminified javascript:


    define('SCRIPT_DEBUG', true);

    The other option would be for you to try to find that same code in the minified version of the file.

    Hopefully that points you in the right direction to make the customizations that you’re wanting to. Good luck! πŸ™‚

    -Casey-

    in reply to: 3.5 Responsive Views – trying again #177216
    Casey
    Participant

    Awesome! I’ll go ahead and mark this thread as answered and close it out. As always, feel free to start a new thread if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: Intro Text for Community Events Login #177213
    Casey
    Participant

    philofauna,
    Sorry about that! You’ll want to paste it directly below this line of code, but above the ‘?>’ PHP closing tag:


    remove_action( β€˜jigoshop_sidebar’, β€˜jigoshop_get_sidebar’, 10);

    Give that a try and let me know if it works this time. Thanks! πŸ™‚

    -Casey-

    in reply to: error message #177207
    Casey
    Participant

    jussibr,
    It appears that maybe your theme or another plugin is generating this message. Can you try temporarily reverting to the default 2013 theme to see if this issue persists?

    If that doesn’t change anything, then could you try deactivating all other plugins to see if that resolves the issue?

    Give that a try and let me know what you discover. Thanks! πŸ™‚

    -Casey-

    Casey
    Participant

    BBC,
    Take a look at our docs here: http://docs.tri.be/Events-Calendar/ You’ll notice that we have several conditional functions for determining what page the user is currently viewing. Look at all of the ‘tribe_is_*’ functions, which are used for conditional checks such as determining if you’re on the month view page, list page, etc.

    Give that a shot and let me know if that does the trick for you. Thanks! πŸ™‚

    -Casey-

    in reply to: Automatically delete old one off events #171930
    Casey
    Participant

    welshartnow,
    Thanks for being a customer and for reaching out! Take a look at Event Rocket, a third-party plugin that enables some additional features of The Events Calendar. This plugin should allow you to cleanup old events, as well as some other functionality.

    Please keep in mind that this is not an official Modern Tribe plugin, and as such, we cannot provide support for it. If you have issues using Event Rocket, you can reach out on their support forums.

    Just let me know if that answers your questions. Thanks! πŸ™‚

    -Casey-

    in reply to: Intro Text for Community Events Login #171923
    Casey
    Participant

    philofauna,
    Thanks for getting in touch! Try pasting the following code into your theme’s functions.php file: https://gist.github.com/ckpicker/7360689

    You’ll want to customize the HTML that is being displayed to suit your own purposes, but that should point you in the right direction. Give that a shot and let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: User Generated Events #171914
    Casey
    Participant

    Jay,
    Thanks for getting in touch! You’re in luck, because we have a specific add-on that does exactly what you’re describing. Take a look at our Community Events add-on, which will allow users to submit events via the front-end of your site.

    Give that a shot and let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: error message #171909
    Casey
    Participant

    jussibr,
    Thanks for getting in touch! I didn’t recognize that function name, so after a quick Google search, discovered that this function is coming from the Digg Digg plugin. Try deactivating that plugin and see if that resolves the issue. If not, I would suggest reaching out to the developer of that plugin and see if they can point you in the right direction.

    Give that a try and let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    Casey
    Participant

    BBC,
    Thanks for reaching out! Glad you to see that you were able to start down the path of template overrides, which is what I was going to suggest. If you only want this slider to appear on the main Events page, then you should be able to put some conditional logic around your ‘do_shortcode’ statement, in order to control what pages it displays on.

    Something like this should do the trick: https://gist.github.com/ckpicker/edbf98fdf109e797f26e

    Give that a try and let me know if it gets you started in the right direction. Thanks! πŸ™‚

    -Casey-

    in reply to: wordpress custom fields don’t display #171887
    Casey
    Participant

    zucreativelab,
    Thanks for getting in touch! By default, the Events Calendar doesn’t have WordPress custom fields enabled for the post type. Which leads me to ask, how exactly are you adding the field? Did you enable this using a third-party plugin? Just let me know so I can assist you further. Thanks! πŸ™‚

    -Casey-

    in reply to: Column Layout #171808
    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

    Casey
    Participant

    cyphers,
    Yes, it’s fine to leave that folder disabled, as those are customizations that were performed by you or your theme developer, which seem to be causing the issue.

    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: Pop ups in month view not working after update #171799
    Casey
    Participant

    beonair,
    While I wish I could say that the plugin seamlessly integrates with every theme out there, the reality is that custom themes have so many settings/options that it’s nearly impossible for us to account for all of those. I would recommend reaching out to the developer of your theme, and see if they can help you resolve the Google Maps API issue that I’m seeing.

    Did you try renaming the ‘http://beonair.com/wp-content/themes/beonaircom/tribe-events/’ folder to something else like ‘tribe-events-disabled’ in order to temporarily disable the template overrides? It’s possible that might be the culprit as well, so I would suggest giving that a try as a I suggested above, and let me know if that fixes things. Thanks! πŸ™‚

    -Casey-

Viewing 15 posts - 1,336 through 1,350 (of 3,499 total)