Cliff

Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 10,686 total)
  • Author
    Posts
  • in reply to: New Seperator Fails #1366228
    Cliff
    Member

    You are correct that this bug is outstanding. It’s not currently slated for a near-term release.

    Also, that other thread you linked to is in Pending Fix status, same as this one; it is not Closed. I can tell you, though, that that other thread’s bug is in the same status as this one.

    Sorry to be the bearer of bad news about these two issues. Our strategy/development team works hard to prioritize issues based on severity and the number of affected users. We know bugs are frustrating, especially ones that don’t get fixed quickly.

    I’ll leave this thread and the other in Pending Fix status.

    in reply to: Changing the venue slug #1366188
    Cliff
    Member

    Excellent. I’m glad to hear that. Have a great rest of your week.

    in reply to: Where to Place acf_form_head() to Save Submitted Data #1366183
    Cliff
    Member

    You’re correct. I know ACF and CRED can do such things, but neither have native integration with The Events Calendar.

    I’d recommend reviewing https://github.com/moderntribe/the-events-calendar/blob/4.6.2/src/Tribe/API.php and see if you want to undertake creating your own form or stick with Community Events’ form.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    Cliff
    Member

    I’m very glad to have helped!

    If you have any issues you need more assistance with, please create a new thread with all the details.

    Have a great rest of your week.

    in reply to: Login not rendering properly #1366171
    Cliff
    Member

    Gotcha. Sorry for the misunderstanding.

    Please know that we do not normally provide CSS assistance, per our Scope of Support / Terms. However, here’s some CSS to help you on your way:

    .tribe_community_edit:not(.logged-in) #tribe-events {
    max-width: 400px;
    background: #f7f7f7;
    border: 1px solid #eee;
    margin: 50px auto 100px;
    padding: 2%;
    }
    .tribe_community_edit:not(.logged-in) #tribe-events .login-username input,
    .tribe_community_edit:not(.logged-in) #tribe-events .login-password input {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    }
    .tribe_community_edit:not(.logged-in) #tribe-events .login-username,
    .tribe_community_edit:not(.logged-in) #tribe-events .login-username {
    text-align: center;
    }

    With it in place, here’s how it looks for me on your site: https://cl.ly/0H333x3g2s0y

    Note that you may need to adjust the CSS to your liking or add to it to account for responsive design situations.

    You can add custom CSS code via your child theme’s style.css file, via WordPress 4.7’s Customizer CSS settings, or via a third-party plugin (not guaranteed or supported by us), like:

    • SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
    • Simple Custom CSS
    • Jetpack (supports regular CSS and the LESS and Sass pre-processors)

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    in reply to: Where to Place acf_form_head() to Save Submitted Data #1365757
    Cliff
    Member

    You’re welcome. It’s always nice to receive appreciation.

    I’ve never actually used ACF so I don’t have intimate details of how to get it to do what you want. I only attempted to do what you requested, per their support.

    https://www.advancedcustomfields.com/resources/using-acf_form-to-create-a-new-post/ and https://www.advancedcustomfields.com/resources/create-a-front-end-form/ would probably be relevant if not trying to use ACF’s alongside Community Events’ form. I’d think you need to rely on one or the other…

    …which is what it seems John Huebner stated Oct 13: https://support.advancedcustomfields.com/forums/topic/acf-integration-with-community-events-plugin-the-events-calendar-2/

    Because acf_form() — what you’re trying to implement with Community Events — creates a new <form> — and therefore you have a <form> within another <form> — my recommendation would be to go one of two mutually-exclusive directions:

    1. Ditch ACF for the sake of front-end submission forms in relation to our plugin suite and use only Community Events and PRO’s Additional Fields functionality.
    2. Use ACF only and ditch Community Events (basically using ACF to recreate all that Community Events can do–seems like a heavy lift to me). We do have API functions and you could possibly get ACF to leverage those when it does its data submission.

    My first choice would be using PRO’s Additional Fields. Is there a reason you’re unable or unwilling to use that, which works with Community Events out of the box?

    in reply to: Backend Integration of Advanced Custom Fields #1365756
    Cliff
    Member

    Steven, I’m working https://theeventscalendar.com/support/forums/topic/where-to-place-acf_form_head-to-save-submitted-data/ with you at this same time. At this point, is it a duplicate of this thread? If so, I can handle all your questions over there and we can Close this thread.

    in reply to: Organizers and Venues in Google Searh results #1365731
    Cliff
    Member

    Hi, Mathew. Thanks for your detailed question and sorry you’re experiencing this.

    There is an existing internal feature request ticket regarding this that I’ve pinged our development team on, hopefully to move this along. If implemented, it would add the nofollow in the right places.

    Additionally, there’s a bug regarding Next Events links on these pages when there aren’t any future events. I believe prior versions caused this issue (of page 1, 2, 3, 500, etc.)… but the latest version of Events Calendar PRO seems to not have neverending Next Events links.

    Therefore, could you please double-check if these 404s are very recent or possibly somewhat outdated?

    in reply to: Recent Events Called To Homepage #1365725
    Cliff
    Member

    Hi. Thanks for your detailed question.

    That shortcode actually “runs” the Event List Widget, which loads this file: /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/list-widget.php

    You could follow our Themer’s Guide to customize that file’s output, layout, etc. as you’re wanting.

    We do not provide template override code for customers, per our Scope of Support / Terms, but using tribe_event_featured_image() in your template override is probably what you’re looking to do. As a starting point, you can reference https://github.com/moderntribe/the-events-calendar/blob/4.6.2/src/views/single-event.php#L58 to see how it’s used in the Single Event view.

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Need refund on 1000 imports #1365719
    Cliff
    Member

    Hi, Pierre.

    Sorry for that oddity. I’ve done as requested. The funds should be back in your account within 5-10 business days at the latest.

    Cliff
    Member

    Hi, Carsten. Thanks for your detailed request.

    Are you adding tickets to a Page and not using The Events Calendar‘s Events?

    Are all your plugins up-to-date?

    in reply to: Pre Sales Ical question #1365707
    Cliff
    Member

    Hi, Tricky.

    You could have Site A’s events replicated to Site B by using our Event Aggregator product.

    However, duplicating your site’s layout, sidebars, and other content would be out of the scope of our plugin, and I don’t know of another plugin or service that would be able to do this for you.

    If you really need this functionality, the best way to accomplish this might be a straight copying of a site via your web host. For such functionality, you’ll need a host that has WordPress-specific features.

    From my own personal experience, I think https://lightningbase.com/ could provide this functionality to you, but I’m unsure if it could be scheduled (e.g. copy Example-A.com to Example-B.com every 12 hours). Other larger-name hosts like Pantheon, WP Engine, Flywheel, and SiteGround should all have the ability to copy your production site (Example-A.com) to a staging/testing site (staging.Example-A.com), but I don’t think they’d be able to copy from one domain to another like LightningBase.com can.

    (Note that all hosts are third-party and are not guaranteed or supported by us.)

    If you do have Site A copied to Site B regularly, you’d want to always make changes at Site A and therefore you wouldn’t need a second license key for Site B.

    If you decide you only want to copy events from Site A to Site B, please reference https://theeventscalendar.com/knowledgebase/creating-hub-site-event-aggregator/

    Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: Recurring meeting events #1365704
    Cliff
    Member

    Hi, James. Thanks for your interest in our plugin suite.

    You’d need our paid Events Calendar PRO add-on in order to create a recurring event.

    Once you have PRO, the idea is that it should be intuitive how to create a series of events like you’re wanting. If it’s not, please login to our paid forum and we’ll assist you further.

    Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: Login not rendering properly #1365689
    Cliff
    Member

    This reply is private.

    in reply to: Ticket field does not show up on submit an event form. #1365682
    Cliff
    Member

    I understand, and thanks for sharing this extra context.

    I personally worked on the Configuring PayPal Split Payments article and got customer confirmation the steps were accurate at that time. I’ll let you know what PayPal replies when we hear back.

Viewing 15 posts - 2,281 through 2,295 (of 10,686 total)