Casey

Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 3,499 total)
  • Author
    Posts
  • in reply to: Getting 404 message on Community Events submission page #76980
    Casey
    Participant

    Sorry to hear you’re having troubles. Can you try to reset your permalinks by going to ‘WordPress Settings->Permalinks’ and hitting Save again?

    Usually this solves the problem, but let me know if you continue to have issues. Thanks!

    in reply to: Removing Currency Symbol #76625
    Casey
    Participant

    Josh,
    The best way to do this is with a template override.

    1) Just create the following new directory structure in your theme directory: ‘/tribe-events/community’

    2) After doing that, go to ‘wp-content/plugins/the-events-calendar-community-events/views/community/’ and copy ‘edit-event.php’ into the new folders you created in step one.

    3) Once you’ve copied ‘edit-event.php’ open it in a text editor and change line 65 to the following:


    <?php //tribe_get_template_part( 'community/modules/cost' ); ?>

    This will comment out the code that displays the cost fields on your form. Feel free to copy over and override any other views from the plugin directory if you’re familiar with PHP.

    Hope that helps!

    Casey
    Participant

    Doreswap,
    Can you send me a private message with a login to your site so I can take a closer look? Thanks!

    in reply to: Customize Email #76508
    Casey
    Participant

    Great. Since it sounds like you know what you’re doing and have what you need, I’m going to go ahead and mark this thread as answered and close it out. Feel free to start another thread if you have further questions. Thanks!

    in reply to: Customize Email #76506
    Casey
    Participant

    Kyle,
    Unfortunately we don’t have this option, but feel free to submit it as a feature suggestion on our User Voice page.

    As a hack, you could modify the ‘sendEmailAlerts’ function in lib/tribe-community-events.class.php on line 1271 to do what you want. Just keep in mind that your changes will be overwritten when you update the plugin.

    Hope that gets you started on the right track, but let me know if you have further questions. Thanks!

    Casey
    Participant

    Doreswap,
    Try putting this in your theme’s functions.php file: https://gist.github.com/ckpicker/7451531

    This should de-register jQuery UI only for the Community Events pages. Let me know if that does the trick. Thanks!

    Casey
    Participant

    Bryan,
    Unfortunately I don’t know specifically what code was changed in order to fix this issue, but you might be able to download the most recent version of the plugin and compare the code to determine where the changes were made.

    Regarding future support, we can only provide support for the most recent version of the plugin. So it might be worth considering updating your styling customizations to work with the latest version in order to receive support for issues that might arise in the future.

    Hopefully that helps and gets you started in the right direction. Thanks!

    in reply to: Removing Currency Symbol #76229
    Casey
    Participant

    Josh,
    Thanks for reaching out. Are you wanting to remove the entire ‘Currency Symbol’ field from the form?

    Casey
    Participant

    Bryan,
    When did this issue start happening? I’m guessing this started after a WordPress update, since these older versions of the plugin have known issues with later versions of WordPress.

    We can only unfortunately provide support for the current release of the plugins, as we’ve fixed many issues like these in the latest release.

    Sorry I can’t be much more help than that, but please let me know if you have further questions!

    in reply to: Login Redirect Loop on Chrome #75850
    Casey
    Participant

    Daniella,
    Can you try updating to the latest version (3.2) of the plugin and see if that helps?

    in reply to: embed community events form in page #75845
    Casey
    Participant

    So sorry! PRE tags usually work, but if not, try using something like Pastebin.com and sharing the URL to your code here.

    in reply to: embed community events form in page #75768
    Casey
    Participant

    So, just to clarify, you changed it to ‘Default Page Template’? In your previous screenshot it said ‘Default Events Template’.

    Casey
    Participant

    Great! Glad to hear that got you what you need. Since you’re all set, I’m going to mark this thread as answered and close it out. Feel free to start another thread if you have further questions. Thanks!

    in reply to: embed community events form in page #75692
    Casey
    Participant

    Try changing it to this: http://d.pr/i/8eq9 (Default Page Template)

    in reply to: embed community events form in page #75686
    Casey
    Participant

    Go to ‘Events->Settings->Display’ and change your page template to ‘Default Page Template’ and let me know if that helps with the full width display.

Viewing 15 posts - 2,761 through 2,775 (of 3,499 total)