Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey Chris,
Nice to see you again and happy Friday!
It looks like there is CSS in the theme that is preventing overflow content from displaying:
.archive .entry, .single .entry { margin-bottom: 3rem; padding-bottom: 3rem; overflow: hidden; }You can change that to this either in your style.css file or on the Appearance > Customize > Additional CSS screen:
.archive .entry, .single .entry { margin-bottom: 3rem; padding-bottom: 3rem; overflow: visible !important; }Here’s a screenshot of how that looks when I tested it out on your site. Hopefully it does the trick for you as well!
Cheers!
GeoffGeoff
MemberHi Francisco,
Thanks for getting in touch!
Oh yeah, I see what you mean with those ticket quantity buttons. Nothing happens when they are clicked.
I see there are a number of WooCommerce-related errors in the console when I inspect your site in Chrome’s browser DevTools and that they are related to a custom script. For example:
Uncaught ReferenceError: _plus is not defined at HTMLInputElement.<anonymous> (woo-custom-script.js:32) at HTMLInputElement.dispatch (jquery.js:3) at HTMLInputElement.r.handle (jquery.js:3)Do you have a custom script file for WooCommerce? If so, that’s likely the cause and I’d suggest starting to debug there.
If you want to hide the quantity buttons, the you could use CSS. Something like this in your style.css file or on the Appearance > Customize > Additional CSS screen:
.woocommerce .quantity input.minus, .woocommerce .quantity input.plus { display: none; }You can also use CSS to hide the event details in the gray area above the tickets like you asked:
.single-tribe_events .tribe-events-event-meta { display: none; }Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey Crystal and happy Friday!
Great question. I think the easiest way to do it would be to complete the RSVP form on the front end on their behalf. However, I see you have a login requirement, so that might not be the best route.
Another way would be to try using the User Switching plugin. If you are a WordPress administrator on the site, then you can access their user profile in the WordPress admin, switch to being logged in as them, and complete the form.
Do you think that would work? Let me know!
Cheers,
GeoffGeoff
MemberHi Mekhael,
Sorry for the trouble here!
I do see you have contacted us two other times (here and here) and that we responded to you both times, so please know that we are trying to help you but will need you to help us understand the issue. So far, it’s unclear exactly what you’re describing and we need to figure that out in order to proceed.
Will you please help describe the issue for me by answering these questions:
- What do you mean when you say you “can’t edit events” on the calendar? Does that mean you are unable to access the event posts in WordPress? Does it mean you can access the posts, but none of the content fields are editable? It would be super helpful if you could provide step-by-step details in a bullet-point list that I can follow to try to re-create the same issue on my test site.
- What do you mean when you say “all events are taking the HTML designs i have made”? What HTML are you referring to? The way I read that is you added code directly to the plugin template files and then lost them when you updated the plugin, which would be expected. If you could clarify that, that would be helpful.
Let’s start by answering those questions and proceed from there.
Thanks!
GeoffGeoff
MemberRight on! I’m so glad to hear everything is working smoothly and I appreciate you following up to let us know. Definitely keep us posted if any other questions come up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberYou bet, Nate! So glad that helps answer your questions and I hope you enjoy using Events Calendar PRO — it’s got a lot of features packed in there on top of Photo View. 🙂
I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.
Cheers and have a great weekend!
Geoff
Geoff
MemberHi MC,
Yes, that is possible, but would take writing a filter for the event title in Month View. You can use this snippet as a starting point. It prepends the category name to the event title, but you can tailor that to be appended instead and targeted specifically to Month View.
Cheers!
GeoffGeoff
MemberHi Silke,
Glad to hear you purchased a bundle! I really hope you enjoy the plugins. 🙂
I checked your account and it appears all of your licenses are connected to your site, which suggests you were able to install and activate Events Calendar PRO and Filter Bar. Does that mean you’re good to go and were able to figure it out?
If not, you can download your plugins at any time by logging into our site and visiting My Account > Downloads.
Cheers!
GeoffGeoff
MemberHi Jose.
I would personally go with the Advanced Custom Fields route, but all the options will require you to customize the plugin’s List View template in order to display the field content as a button.
Geoff
Geoff
MemberHi Hildegard,,
Thanks for following up!
I’m afraid that what you’re looking for will take a fair amount of custom development that we are unfortunately unable to support here in the forums. What I can do is refer you to a list of developers who we can recommend for this level of custom work:
https://theeventscalendar.com/knowledgebase/find-a-customizer/
Sorry I don’t have a working snippet for you, but I hope that the list of developers helps get the ball rolling.
Thanks,
GeoffGeoff
MemberThis reply is private.
Geoff
MemberThis reply is private.
Geoff
MemberHi MC,
Yes, that it is absolutely possible to include the category name in Month View when viewing a specific category of events. Here’s an example of how that looks right out of the box:
http://wpshindig.com/events/category/tech-events/
You can use CSS to drop the category name below the page title.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey Nate,
Thanks for getting in touch!
Yes, that layout is called Photo View and it is a feature of Events Calendar PRO. Installing that plugin will extend The Events Calendar with additional views and Photo View is one of them.
Events Calendar PRO also includes shortcodes you can use to embed Photo View on your homepage or any other page or post.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Jose,
Great question! Events Calendar PRO does indeed have a feature for custom event fields.
You could use those to create a button and then customize the List View template to display the buttons. Otherwise, the links would only display in the event details on the event post.
Another way to go about it is to use the Event Website URL field that already comes with The Events Calendar. That would allow you to fetch the URL and still customize the List View template to display it using tribe_get_event_website_url() to fetch the URL.
And yet one more way to do it without needing to purchase Events Calendar PRO is to use Advanced Custom Fields instead.
Note that in all three options, you will need to customize the List View template in order to display a button there. Please refer to our<span style=”text-decoration: underline;”> </span>Themer’s Guide for detailed instructions on how to customize the plugin templates.
Cheers!
Geoff -
AuthorPosts
