Cliff

Forum Replies Created

Viewing 15 posts - 9,751 through 9,765 (of 10,686 total)
  • Author
    Posts
  • in reply to: CHECKOUT Display Fields are invisible #1077529
    Cliff
    Member

    That’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;
    }
    in reply to: MISSING MENU ITEMS- Also SHORTCODE OPTION? #1077523
    Cliff
    Member

    There 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.

    in reply to: Tickets for lockers in a 400 locker trailer at a festival? #1077515
    Cliff
    Member

    Howdy. 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!

    in reply to: Duplicating #1077508
    Cliff
    Member

    Hi 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.

    Cliff
    Member

    Hi 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!

    in reply to: CHECKOUT Display Fields are invisible #1077480
    Cliff
    Member

    Hi 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.

    Cliff
    Member

    Hi. 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.

    in reply to: Unexpected Calendar Layout change with update to 4.0.6 #1077467
    Cliff
    Member

    Hi 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!

    in reply to: Purchase Tickets in Event List View #1077463
    Cliff
    Member

    Hi 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.

    Cliff
    Member

    Hi. 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.

    Cliff
    Member

    Hi 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.

    in reply to: Generating Events from an RSS Feed #1077450
    Cliff
    Member

    Hi 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!

    in reply to: Pulling 8 Google Calendars #1077439
    Cliff
    Member

    Hi 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.

    in reply to: Styling queries #1077430
    Cliff
    Member

    Hi. 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.

    in reply to: Editing only one event in a re-occuring series #1077415
    Cliff
    Member

    Hi 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.

Viewing 15 posts - 9,751 through 9,765 (of 10,686 total)