Forum Replies Created
-
AuthorPosts
-
Cliff
MemberThat’s your theme overriding WooCommerce styling. This may help get you started but you’ll need to do your own styling customizations:
body .woocommerce form.checkout input { border: 1px solid #d3d3d3; }Cliff
MemberThere aren’t settings to customize the emails generated from the plugin.
You might be able to reference https://github.com/moderntribe/event-tickets/blob/release/122/src/views/tickets/email.php#L6 to help customize a bit but probably not what’d be ideal for you.
You may want to find or post a new idea at our Ideas website.
Please let me know if you have more questions.
February 18, 2016 at 2:29 pm in reply to: Tickets for lockers in a 400 locker trailer at a festival? #1077515Cliff
MemberHowdy. Thanks for your question.
Our plugin does not have Booking / Appointments functionality at this time. My personal guess is that we’ll eventually build it.
You can add your vote to it at our Ideas site.
If you decide to proceed with checking things out, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Let me know if you have any follow-up questions. Thanks!
Cliff
MemberHi Patricia. Thanks for your question.
If I read your question correctly, it sounded like you already tried the setup you’re wanting. If so, could you please detail it here (e.g. iCal link you’re trying to use, the 2 sites you’re trying to connect and which one’s the source and which one’s the receiver of the other’s events — screenshots of your settings, etc)
I wonder if maybe the issue is that you’re trying to import events from an iCal file that only includes this month’s events in the iCal file. If that is the issue, you might want to customize it so it includes more events:
Here: https://gist.github.com/cliffordp/b0e5ece86040d9838f09
Please let me know and I’ll try to help where I can.
Thanks.
February 18, 2016 at 2:02 pm in reply to: Issue in displaying the individual EVENT page & the EVENT Page #1077486Cliff
MemberHi again. 🙂
There’s just one option for the display template — http://cl.ly/0Q1n0h1D2c1U — so I’m not totally sure how you’re saying you want to set up your site.
Please provide some additional explanation.
Thanks!
Cliff
MemberHi again.
I went to http://gauthereaugroup.com/event/discover-and-embark-on-a-sacred-journey-with-your-shamanic-power-animal/ and added 1 quantity of tickets to the cart. Then http://gauthereaugroup.com/checkout/ looked like this: http://cl.ly/36081K0C201H
Could you please be more specific about what exactly you’re wanting some more styling help for?
Thanks.
February 18, 2016 at 1:53 pm in reply to: The button of ADD TO CART, CHECKOUT, ADD COUPON color issue / hover display #1077471Cliff
MemberHi. Thanks for your question. Here’s some custom CSS to help you:
body.single-tribe_events .woocommerce .button:hover { background-color: #1e73be; border-color: #1e73be; }Please let me know how it goes for you.
February 18, 2016 at 1:48 pm in reply to: Unexpected Calendar Layout change with update to 4.0.6 #1077467Cliff
MemberHi Tom.
I see Line 81 of http://integrityli.org/wp-content/themes/blessing/style.css adds margin-bottom 1.5em to all paragraph tags. When I disabled that, the calendar looked less spaced out (i.e. better): http://cl.ly/2D2X1N2E2A1v
You might want to add some CSS to the Events archive views’ p tags.
I hope this helps!
Cliff
MemberHi Brady. Thanks for your question.
Could you provide the code for the customization you had before? I might be able to take a peek and see if I can find something that needs to be updated for the latest version.
Thanks.
February 18, 2016 at 1:38 pm in reply to: The price display on the main event page AND on a specific event is incorrect #1077458Cliff
MemberHi. Yikes! That’s odd.
Please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
Let us know what you find out.
Thanks.
February 18, 2016 at 1:37 pm in reply to: My Events Page is taking forever to load after the recent update #1077454Cliff
MemberHi Robert. Sorry to hear you’re experiencing this.
I visited http://kidrips.com/ and it loaded quickly. No hangups. Then I went to http://kidrips.com/events/ and it’s a 404 error so I don’t know about the affect of the update on your site from my browser.
I haven’t heard of this happening elsewhere.
Please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
Let us know what you find out.
Thanks.
Cliff
MemberHi James.
1)
The Events Calendar is free and includes CSV import functionality. We also have several importer plugins: iCal, Facebook events, Eventbrite.
However, we don’t have an RSS importer functionality built-in.
I’d suggest trying it out. Our plugin adds a custom post type with custom fields that you may be able to map via a third-party plugin, like you mentioned.
2)
You could create event categories and display each category’s events (e.g. month view of a category). Our Filter Bar add-on may also be of interest to you.
Bonus: you might want to use this Category Colors plugin.
I hope this info helps!
Cliff
MemberHi Casey. I think you’d want to use our iCal Importer plugin.
Yes, it can import from 8 different sources. However, it does not 2-way sync (i.e. change made in wp-admin does not update Gcal)
We have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Let me know if you have any follow-up questions.
Cliff
MemberHi. If I’m understanding your request correctly, you’re wanting to change this text color: http://cl.ly/2x1g0m2e0h0X
Please reference Avada’s documentation. If there’s not an option for it, you could add this custom CSS:
body.post-type-archive-tribe_events .tribe-events-page-title { color: green; }body.post-type-archive-tribe_events #tribe-events-content.tribe-events-month table.tribe-events-calendar thead th { background-color: blue; }You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. 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.
Cliff
MemberHi Miah. Thanks for your question.
Here’s our KB article about recurring events.
And here’s how to break one occurrence from the series: http://cl.ly/171P170D2k10
Please let me know if you have any follow-up questions.
Thanks.
-
AuthorPosts
