Casey

Forum Replies Created

Viewing 15 posts - 3,376 through 3,390 (of 3,499 total)
  • Author
    Posts
  • in reply to: Potential Bug: blockRoleFromAdmin blocks ajax for those roles #29187
    Casey
    Participant

    Kyle,
    Thanks so much for posting this. I’ll pass this along to our developers.

    in reply to: Masking Email address field #29186
    Casey
    Participant

    Tran,
    The instructions of how to do a template override are in the second paragraph:

    “If you would like to alter the stylesheet or any of the templates, simply create a new folder labeled “events” in your theme directory and copy over any of the files from within the plugin’s views folder (wp-content/plugins/the-events-calendar/views/).”

    You can add that function I referenced in your functions.php file in your theme directory, then you should be able to do something like this on line 48: https://gist.github.com/4225116

    Let me know if that helps clear things up. Thanks!

    in reply to: Masking Email address field #29045
    Casey
    Participant

    Tran,
    Thanks for reaching out! You can remove the Organizer email address by editing the Single Event Template.

    In order to do this, you’ll first need to perform a Template Override (https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/). Once you’ve done that, find the ‘single.php’ file in your new Events folder and edit line 48 (this code: https://gist.github.com/4225116) to mask or encrypt the email as you wish.

    Here’s a great PHP function that will encrypt the email using Javascript like you’re wanting to do: http://www.maurits.vdschee.nl/php_hide_email/

    Let me know if that helps to solve your issue. Thanks!

    in reply to: Event Detail Layout #28847
    Casey
    Participant

    Janka,
    Sorry to hear you’re having issues. I’d love to help you out, but could you describe your issue in a little more detail? When I click on the link, the event looks correct and I’m not noticing any issues.

    Just let me know if I’m missing something. Thanks!

    in reply to: Community Events/Events Calendar Pro #28846
    Casey
    Participant

    Cynthia,
    Thanks for reaching out! One of our developers is reviewing your issue and we should have a response for you soon. Thanks and stay tuned!

    in reply to: Pre-fill fields #28675
    Casey
    Participant

    Angel,
    I’m going to close out this thread since we haven’t heard from you. Feel free to start a new thread if needed. Thanks!

    in reply to: Visual MCE Toolbar displays way too wide #28674
    Casey
    Participant

    Great! Glad to hear you got this sorted out. I’m going to close this thread out since your issue is resolved, but feel free to start a new thread if you have further issues. Thanks!

    in reply to: Visual MCE Toolbar displays way too wide #28633
    Casey
    Participant

    Chris,
    I’m not seeing this in my test environment with Twenty Eleven. It looks like it’s a conflict with the #content tr td style in your theme’s stylesheet on line 5,971. Just remove the following padding style and it should work fine:


    padding: 6px 24px;

    Let me know if that does the trick!

    in reply to: Visual MCE Toolbar displays way too wide #28631
    Casey
    Participant

    Chris,
    Have you tried this with twenty eleven (the default WordPress theme)? It looks like this is probably a conflict with your theme’s styles.

    in reply to: Community Events conflict with AJAX #28590
    Casey
    Participant

    Todd,
    Thanks for reaching out and glad to hear you got everything sorted out. I’m closing out this thread, but feel free to start a new one if you have further issues. Thanks!

    Casey
    Participant

    I’m going to go ahead and close out this thread, but will re-open when we have more information. Thanks!

    in reply to: protect anonymous submissions with captcha #28539
    Casey
    Participant

    Happy to help. I’m going to go ahead and close out this thread, but feel free to start a new one if you have further issues. Thanks!

    in reply to: protect anonymous submissions with captcha #28536
    Casey
    Participant

    Mike,
    Unfortunately this functionality is not currently available without some custom development, but we hope to have it in a future release soon. Thanks!

    in reply to: Community Submit Event Template #28535
    Casey
    Participant

    Glad to hear it! I’m going to go ahead and close out this thread since you’re all set. Feel free to start a new thread if you have further issues. Thanks!

    in reply to: protect anonymous submissions with captcha #28491
    Casey
    Participant

    Mike,
    We are currently considering adding this ability into a future release, but we definitely can’t make any promises on when something like this will be released. With that being said, this functionality isn’t available “out of the box” in the current version of Community. I’m not sure how proficient you are with WordPress/PHP development, but this would currently require some custom coding on your part to implement.

    Here’s what our developer had to say:

    “The user should be able to hook into the ‘tribe_ce_event_submission_form_before_post_submit_button’ hook in order to place the captcha field on the form. From there, he/she should hook into ‘tribe_ce_before_event_submission_page’ in order to process the submission and make sure the captcha was correct, as that action hook is executed before any events are saved. In order for it to most elegantly deal with it to stop the event from saving, he might want to unset the $_POST[‘naes’] variable (‘not an evil spammer’ checkbox on the form) so that it then stops from saving the event (as there isn’t really another great way to stop the process that I see offhand).”

    Hopefully this will help to shed a little light on how to implement this custom functionality. Please let me know if you have any further questions. Thanks!

Viewing 15 posts - 3,376 through 3,390 (of 3,499 total)