Posted: December 22, 2016 at 9:45 am
|
Hi, we’re heading into our 2nd year of using Event Espresso for our conference. Great program! I have a few q’s related to the multi-event add on. — When I go to the event cart much of the text is cut off around the edges. How can I increase the margins so this doesn’t happen? — We have a standard registration ticket, then several optional add-on events (workshops, etc.). All registrations need to be approved. How does this work with the multi-event add on? Will people be able to fill their cart with sessions and then we’d approve them one by one? Any help you can offer would be appreciated! Thanks, |
Hi there, So for the layout issue, can you contact Showthemes and let them know they need to fix the styles for WordPress pages in the Conference theme? It may take them some time to get that sorted out, so in the meantime you can add some CSS to a custom stylesheet as a temporary fix. Here’s some CSS I can suggest:
You can set each event’s Default registration status to Not approved. This way each event can be added to the cart, then before they can make a payment, their registrations will require approval.
|
|
|
Thanks for your help! When I try to add the CSS I get an error message. I do have a plugin where I was adding code for these kinds of fixes (all suggested by your support team–thank you!). Is there a specific way I should be adding this? Any variations I should try? |
Hi there, What error is shown? The example Josh provided is missing a #event-cart{ margin: 10em auto 0; width: 90%; } Could you try that? I’ll update Josh’s thread to save any confusion for future readers. |
|
|
Thank you! Still getting this error: Parse error: syntax error, unexpected ’em’ (T_STRING) in /home/slicelit/public_html/wp-content/plugins/slicelitcon/slicelitcon-customizations.php on line 9 |
Ohh you’re adding CSS directly within the plugin? Can you post the full slicelitcon-customizations.php file to a gist or pastebin so I can view what is happening? If your adding the CSS directly to that file it won’t work, you would likely be better using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these. (CSS doesn’t go directly within your plugin unless your echoing out at a specific point) |
|
You don’t put CSS into a PHP file. Instead, if you have WordPress 4.7, you go to Customizer > Additional CSS, then add the CSS there. |
|
|
Thanks to you both! I got a custom CSS plugin and the code worked. Margins are fixed. I’m hoping you can please help with a few more questions about registration now that I see all of the content. Apologies in advance if you don’t want us to bundle questions: — Once a registration is approved and you click the link to pay, the input box for “Submit Promotion Code” spans the whole length of the page. How do we make it smaller? — In Registration checkout (i.e., the event cart), how can I delete the “Return to Events List” link and make other text changes on that page? — In our questions for registrants, how can I make the textarea” input field bigger? Last year Lorenzo had us use this code: .ee-reg-form-qstn-grp-dv textarea This year it’s not working. I put it in our Custom CSS plugin. We’re using a different theme. Not sure if that is part of the issue. — Any questions not set to ‘textarea’ don’t have a box around the input field. You can’t see it until after you click in the general area. How do we make the box visible? Thanks again! |
|
Hi–Checking in on this last set of queries. Thanks again, |
Can you provide a link to view this? Its likely because the theme is full width with no container for the content. The input field will span 100% width but you can use some CSS to override that: #ee-promotion-code-input { max-width: 50%; }
Do you mean on the modal (popup), event cart or both? Which text changes do you want to make as the specific changes determine how to change the text.
The reason that code is not working is there is a syntax error in your CSS – http://take.ms/1SVb0 The
Your theme is removing all outlines and border etc from inputs on the page so you’ll need to override that on the checkout page, something like this: #ee-single-page-checkout-dv input { border: 1px solid rgb(169, 169, 169); } Will add a grey border to inputs. |
|
|
Thanks for your help! I’ve resolved most issues. A couple of pending items: — The Submit Promo Code box still spans the width of the page. Does this link work for you to see it? https://slicelitcon.org/registration-checkout-2/?uts=1483584553&e_reg_url_link=1-1bc083151b8a862cf37e970279d9e5c2&step=payment_options&revisit=1#checkout — For the Registration Checkout page (i.e., the page you see after clicking the “View Event Cart” button, I’d like to delete the “Return to Events List” link. See here: http://bit.ly/2ig3uPo. Is it possible to style this page in general? Thanks again! |
|
Hi, Just an update that you can skip my previous post because I’ve deactivated the multi-event registration add-on for now. It’s causing more issues than we know how to solve at the moment. If it’s possible to resolve the question about removing the Return to Event List link, we’d appreciate it for future use. I have a couple new questions… — In going back to single registrations, a “cancel registration” link appears on most registration pages. If you go to https://slicelitcon.org/apply/ and click ‘Apply’ you’ll see it at the bottom of the page. It’s also on the following page once you fill in the application. And on the payment page once you click your personalized link to pay. It’s not necessary and a bit of a distraction. How can we remove it throughout the site? — I’m having the same trouble with the big blue PayPal button in the Braintree checkout that p > a {display:none;}”>this person had. The solution wasn’t posted. How can I get rid of that button? — The margins in our thank-you page are cutting off the text. How can I fix this? And so everything is in one post, we’re still hoping to resolve this issue: — The Submit Promo Code box still spans the width of the page. Does this link work for you to see it? https://slicelitcon.org/registration-checkout-2/?uts=1483584553&e_reg_url_link=1-1bc083151b8a862cf37e970279d9e5c2&step=payment_options&revisit=1#checkout Thank you again! |
|
Sorry, link didn’t work in the last post. This is the page I’m referring to for the PayPal button: https://eventespresso.com/topic/problems-with-braintree-payment-gateway/ |
What problems were you running into? Removing the return to event list button can be done using: .event-cart-go-back-button { display: none!important; }
Using CSS you can use something like this: #ee-single-page-checkout-dv > a { display: none; }
You should be able to disable the PayPal button from within your Braintree account. Log into braintree, go Settings -> Processing -> Accept PayPal You should be able to disable it there, if not you can use this CSS: #braintree-paypal-button { display: none; }
Hmm, have you made any changes to the theme at all? Can you send me a copy fo the theme to test locally? If so send a sopy to support@eventespresso.com
That registration is free so we can’t view the promo submit. Do you have a test registration on a paid ticket? I’ve just registered using my details, that registration is awaiting approval if you’d like to approve that we can then use that. |
|
|
Thank you for these fixes! Some pending things… — The PayPal button will not go away! We don’t mind offering the PayPal option, but the button is placed in such a confusing spot. Braintree doesn’t give the option to deactivate, and the CSS code did not work. Any alternatives we can try? This is a big problem. Our checkout page is so confusing right now. — Thank-you page margins. We have made a few changes to the theme. How would I send you a copy? Sorry, as you can tell by now I’m very low-tech. 🙂 — Promo code box. Does this checkout link work for you? https://slicelitcon.org/registration-checkout-2/?uts=1484098156&e_reg_url_link=1-ed381058a002fd95e7e323523bf531cd&step=payment_options&revisit=1#checkout. You’ll see the wide promo code box we want to fix, and the notorious PayPal button. Thanks again! |
The braintree payment method uses the Drop-in UI by braintree themsevles so just to note, its Braintree themselves adding that PayPal button, not EE. If you can’t de-activate PayPal through your account I’d recommend contacting Braintree support and have them do it for you. https://www.braintreepayments.com/contact I don’t think its possible for us to remove the button on our end, although I will double check with out developers.
You can email a copy to support[at]eventespresso.com However the file may be to large to send via email, so you may need to host the file somewere (e.g Dropbox or even uploading it to your site through the media uploader) and providing the link to download)
Yes thank you, try: #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options { max-width: 40%; } |
|
|
— I contacted Braintree. Thanks! — Promo code box fixed! — How do I actually go into WordPress to pull a copy of the theme? |
You would use FTP to connect to the server, download the files locally and package them into a archive, then send. However I’m not currently looking for your modified version, do you have a link for the original? |
|
The support post ‘Questions about Multi Event Registration’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.