Forum Replies Created
-
AuthorPosts
-
December 21, 2015 at 8:08 am in reply to: Remove Register Button from single event and 3 other questions #1044746
Geoff
MemberHey and thanks for following up!
3. That’s not really want I wanted. I want to edit the entire page.
Sorry about that! Yes, you can add more padding to the calendar page by heading to Events > Settings > Display. There is a setting at the end of the screen that allows you to add HTML to the top and bottom of the calendar. Add spacing in there and you will have spacing on the page.
4. Thanks. So another $89 in addition to the pro upgrade I did for $89?
Yes, that’s correct. PRO and Filter Bar are separate products and each require a license.
Let me know if you have any other questions and I’d be happy to help!
Geoff
Geoff
MemberLooks like it’s coming from the theme. Here’s the class I found that adds 7px of padding to the images:
#top div .avia-gallery imgRemoving the padding from that pushing them all together when I tested it out.
Cheers!
GeoffGeoff
MemberSorry about that! Look in your account now and there should be a license ready for you. 🙂
Geoff
Geoff
MemberHi Livia,
Yes, indeed! The email template is located in the plugin files and can be customized with a template override. We have much more information on customizing template here in our Themer’s Guide.
Cheers!
GeoffGeoff
MemberHey there, Arnie!
Thanks for reaching out and welcome to the forums.
It looks like the source code for the featured images are correct. For example:
<img src="http://mje.onrushdigital.com/wp-content/uploads/2015/12/DSC02544-495x400.jpg" width="495" height="400" title="" alt="" class="avia_start_animation">However, the container for the image itself is not wide enough to display the entire image and CSS is resizing it to make sure that it does. In fact, if you resize the browser window from wide to narrow and back again, you can see how the image changes size to adjust to the layout.
Does this make sense and help clarify things a bit? Please let me know.
Thanks!
GeoffDecember 18, 2015 at 10:57 am in reply to: Remove Register Button from single event and 3 other questions #1043714Geoff
MemberHey @misswebweaver (love the name!),
Good questions.
1. I would like to remove the Register Button on some single events.
By chance, have you customized the single event template, or did you theme come with customizations? That button isn’t included in our plugins by default. However, I imagine you could remove it with some CSS:
.single-tribe_events .booking-button { display: none; }2. Styling: I’d also like to enlarge the type in the details in the sidebar and also in the event itself. I have the plugin set to use the theme’s styling but it’s not the same as the body text.
This same sort of thing would work here as well. You can use CSS in the theme’s style.css file or use a plugin like Simple Custom CSS:
#tribe-events .tribe-events-content p, .single-tribe_events .w-event-meta dd { font-size: 16px !important; }3. I would like to edit the main menu page where the calendar lives but cannot seem to find where to do this. http://prntscr.com/9fgva4
CSS would work here as well, but you may need to fiddle with it a little. This might help you get started:
#tribe-events-content table.tribe-events-calendar tr:not(:first-child) { display: none; }4. I would like to have a sort option based on category on the main calendar page as well. Can this be done?
Yes, we actually do have another plugin called Filter Bar that allows visitors to filter the calendar by category.
Does this help get you started and help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
Member(The Hollywood Bowl is such a cool experience!)
Please do keep me posted on that and I’ll ask some others here on the team as well. It’s certainly odd that would happen in a default condition, so it’s worth keeping an eye on in case there’s a legitimate bug that needs squashing.
I’ll leave this thread open in the meantime, just in case.
Geoff
Geoff
MemberAck, those phantom issues! I wonder if local caching had something to do with it — that’s a possibility as well.
Either way, I am stoked things are working. Please do hit us with a new thread if it comes back up and we’d be happy to help.
Cheers!
GeoffDecember 18, 2015 at 10:40 am in reply to: 'Events in DATE' runs completely off the page, pagination broken #1043702Geoff
MemberHi Ray,
Thanks for getting in touch!
Good question. It looks like the theme’s CSS is conflicting with the datepicker this time around. I was able to clean it up by adding this to the theme’s style.css file, though you can use a plugin like Simple Custom CSS as well:
.datepicker.dropdown-menu { max-width: 200px; }Does that do the trick for you as well? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey there,
Sorry for the trouble — there seems to have been an issue on our site around the time you reported this that affected others as well but it’s resolved now.
If you head to Events > Settings > Licenses and add your license key there, it should allow you to enter the information you need. Please give that a shot and let me know if it continues to display that message.
Thanks!
GeoffGeoff
MemberHey @Roni,
First off, I do want to note that we are fairly limited in how much we can support custom development questions like this — that said, I’d be happy to help as best I can to at least point you in the right direction!
As of 4.0 Filter Bar does support PRO’s additional fields. That might give you some flexibility as far as adding filters.
At the same time, I do not believe that it would all that easy to add other filters without modifying the plugin’s core files — something I wouldn’t suggest doing, or at least without ensuring to document those changes before updating the plugin when future releases come out.
If you were to create your own filters, they would either need yo hook into the plugin’s tribe_events_filter_view_do_display_filters() action or you would need to add them to the plugin’s template directly.
Sorry I don’t have a concrete answer for you, but does this at least help you get started? Please let me know.
Cheers!
GeoffGeoff
MemberHi Howie and thanks for reaching out!
Excellent question. The Events Calendar is our core plugin that allows you to publish events to your WordPress site in a calendar format.
Event Tickets extends the functionality of The Events Calendar so that you can add RSVP functionality to your even posts. Event Tickets–if you choose–can run on it’s own without The Events Calendar and it will add RSVP functionality to your WordPress pages and posts.
Event Tickets Plus extends Event Tickets so that you can sell tickets for your events posts when The Events Calendar is installed using the ecommerce platform (e.g. WooCommerce) of your choice. You can create tickets for events, set the number of tickets available for each ticket, and schedule the start and end dates for the tickets to be on sale.
So, to answer your question, there are two free plugins and one paid plugin you would need to get started selling tickets for events on your site. 🙂
Does this help clarify things a bit? Please let me know.
Cheers!
GeoffGeoff
MemberNice workaround!
I’m having a tough time replicating the issue myself with Twenty Fifteen on a local setup (screenshot).
Do you notice the same issue if the plugins are installed on the network rather than the single site itself?
Geoff
Geoff
MemberYou know, I honestly have never worked with PeepSo and am not sure it would integrate it The Events Calendar. We do, however, have another free plugin called Event Tickets that adds an RSVP functionality to The Events Calendar.
Geoff
December 18, 2015 at 9:16 am in reply to: Can't edit Event Category anymore, just get "You did not select an item for edit #1043655Geoff
MemberUs as well. 🙂
-
AuthorPosts
