Cliff

Forum Replies Created

Viewing 15 posts - 7,636 through 7,650 (of 10,686 total)
  • Author
    Posts
  • in reply to: Make background of events list transparent? #1156382
    Cliff
    Member

    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.

    Note that you’ll quite possibly also need to clear your website’s cache and your browser’s cache to see such changes.

     

    Let’s try this though: remove the CSS I provided to you before and see if switching styles at wp-admin > Events > Settings > Display

    Does Skeleton, Full, or Tribe Events make things work (Tribe Bar gets hidden as it should) or not work (Tribe Bar stays on top of things and in the way, like it shouldn’t)?

    Cliff
    Member

    I’m having one of our developers take a closer look into this for you. Could you please run this database query and provide me the results? (read the notes in the code)

    https://gist.github.com/cliffordp/ee49abbf6eb79ccb73bd4251b5e20878

    Thank you.

    in reply to: One event on multiple days with different times #1156361
    Cliff
    Member

    I believe “yes.”

    However, there’s possibly a different feature request in here too: having a single “parent” event and 2 “child” events within it. Your example isn’t the perfect demonstration, but I’m talking about something along the lines of a conference (even if within a single day) that has multiple events within it, such as 3 different talks at 9:30 and 5 separate talks at 12:30

    I know we’ve discussed this internally in the past, and I thought there was an existing feature request for it, but I couldn’t find it.

    For your specific scenario with our existing functionality, you could actually just have 1 event and then have 2 separate tickets (free or paid)–one for Saturday (e.g. $10), one for Sunday (e.g. $10), and possibly even a 2-day pass for $17

    I hope these ideas help.

    in reply to: Remove RSVP "FREE" with custom event info field #1156356
    Cliff
    Member

    If I understood your request accurately, please try this CSS:

    body.post-type-archive-tribe_events span.tribe-price,
    body.single-tribe_events h3.ev_price {
    display: none;
    }

    I see you’re using a theme that heavily customizes our plugin so if you need additional help, you might need to ask your theme author for support. Anyway, I hope this code helps!

    in reply to: Event Calendar goes to 404 on single event detail #1156352
    Cliff
    Member

    In that case, could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, please follow our Testing for Conflicts Guide (basically switch to TwentySixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.

    If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any PHP errors you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.

    Then, please share your System Information (while in Testing for Conflicts mode).

    You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

    Let us know what you find out.

    Thanks.

    in reply to: Problems with Event-Main-Page (#404) #1156347
    Cliff
    Member

    Thanks for trying that.

    Visiting http://www.dreiwerk.net/veranstaltungen/, I saw body.post-type-archive-tribe_events (so WordPress knows this is the Events archive page and therefore shouldn’t be throwing a true 404 error) but no body class for List View, Month View, etc.

    In fact, it returns a 200 status, not a 404 status, per https://httpstatus.io/ — https://cl.ly/0v0H2O0O1u0C

    Could you please switch your wp-admin > Events > Settings > Display tab > Events template option and see if that resolves it?

    in reply to: Allow full width template but boxed contents #1156342
    Cliff
    Member

    Please replace what you had with this:

    body.post-type-archive-tribe_events #tribe-events-pg-template,
    body.single-tribe_events #tribe-events-pg-template {
    max-width: 100%;
    }
    body.post-type-archive-tribe_events #tribe-events-content-wrapper,
    body.single-tribe_events #tribe-events-content {
    max-width: 1000px;
    margin: 0 auto;
    }
    in reply to: Calendar Export Button not appearing #1156337
    Cliff
    Member

    You bet. Let me know how it turns out.

    in reply to: Sidebar not visible after updating TEC to 4.2.5 #1156334
    Cliff
    Member

    Thanks for sharing that link. I don’t have a login to that site, but I reached out to Enfold support via email just to touch base and ask if they had any requests of us.

    At this point, I’ll leave it here unless/until you or I hear back with something specific for us.

    Thank you.

    in reply to: One event on multiple days with different times #1156172
    Cliff
    Member

    Hi Jon. Might you be requesting the same thing as one of our existing feature requests: Month View > Have multi-day events ‘span’ the consecutive days rather than individual entries each day

    If so, please do add your vote there. This allows us to gauge interest in this particular feature request, which helps us prioritize our development efforts.

    If not, please clarify your request, possibly with annotated screenshot(s) and link(s)

    Thank you.

    Cliff
    Member

    Hi Rae-Anna.

    You could install our Redirect to different URL after event submission plugin to redirect to a page of your choosing so you can customize the text, including using HTML (e.g. links, bold, italics)

    Please let me know if this will work for your needs.

    in reply to: Calendar Stopped Importing #1156168
    Cliff
    Member

    Hi Jonathan.

    Unfortunately, there’s a substantial bug where version 4.2.4 of our iCal Importer plugin is setting all the imported events to have the same start time. You might try downgrading to version 4.2.3 and see if this helps with your issue.

    If this is what you’re experiencing, I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Remove RSVP "FREE" with custom event info field #1156164
    Cliff
    Member

    Hi Brian. Could you please provide a link to a sample event and an annotated screenshot of exactly what you’re wanting removed?

    Cliff
    Member

    Hi Jarrod.

    We have a Compatibility with WooCommerce Extensions KB article that may shed some light.

    I know I’ve heard of some of our customers using that specific extension, but I’m not sure in what ways they integrated it.

    We definitely know you and other customers would benefit from a tightly-integrated way to communicate event information with subscribers/ticket purchasers, and I believe our strategy/development teams are working hard toward that effort (nothing from us anytime soon, just an FYI for now).

    Let me know if you run into any snags if you do give this extension a try.

    in reply to: Event Calendar goes to 404 on single event detail #1156159
    Cliff
    Member

    Hi Gianpietro. Thanks for this detailed report.

    Since I’m unable to reproduce this error on my local testing site, could you please provide me your best guess how I might be able to reproduce this issue? If I can reproduce it, I’ll then submit a bug report internally.

    Thank you very much.

Viewing 15 posts - 7,636 through 7,650 (of 10,686 total)