Casey

Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 3,499 total)
  • Author
    Posts
  • in reply to: Events Page Title #119850
    Casey
    Participant

    angelakienholz,
    Great! Glad to hear you were able to research this a bit further and find a potential solution. Just let me know once you’re able to give this a shot if this resolved the issue, or if you still need help. Thanks! πŸ™‚

    -Casey-

    in reply to: Can't view my events on the backend of my website #119847
    Casey
    Participant

    Polly,
    Could you send me a private reply with a login to your site, so I can investigate further? Thanks! πŸ™‚

    -Casey-

    in reply to: Calendar not stacking of iPhone #119808
    Casey
    Participant

    mending,
    Sorry to hear you’re having trouble here, but hopefully I can help. ECP isn’t currently fully responsive on mobile devices, however we’re currently working to make a fully responsive version of the plugin that will be released soon. In the mean time, you can set your default view to “List View” if you’d like to better support mobile devices on your site.

    Give that a shot and let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: quantity discount #119805
    Casey
    Participant

    Mike,
    Thanks for reaching out, and hopefully I can help to answer your question. Our plugins don’t currently offer the ability to offer a discount for quantity purchased, but I know that there are other WooCommerce extensions that will allow you to give discounts based on quantity.

    Take a look there and let us know if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: Add Orgaziner to calendar detail overlay #119799
    Casey
    Participant

    mending,
    Thanks for reaching out, and hopefully I can point you in the direction here. This functionality isn’t currently available with customizing the template views. In order to do this, first, take a look at our themer’s guide, to see how to override template files. Then you’ll want to override and modify the β€˜views/month/single-event.php’ file in order to change the content of the overlay box as you’d like.

    Hopefully that gets you pointed in the right direction. Good luck!

    Thanks! πŸ™‚

    -Casey-

    in reply to: Conflict with javascrit in page transition fade #119796
    Casey
    Participant

    vserrano,
    Thanks for getting in touch, and sorry to hear that you’re having issues here. Unfortunately, since this looks like a conflict with a specific feature of the third party theme that you’re using, we’re unable to provide support in situations like this. Due to the large number of WordPress themes that exist, and our limited support staff, we can’t provide support for all third-party themes.

    I would encourage you to reach out to the developer of your theme and see if there’s a way to disable the page transition on a page-by-page basis, which might fix the issue. We’d be happy to answer any questions that you or the developer might have regarding how our plugin works, if this will help them fix the conflict.

    Again, sorry that we’re not able to provide much more support for this issue than that. Thanks! πŸ™‚

    -Casey-

    in reply to: Help with CSS #119790
    Casey
    Participant

    hccaonlineorg,
    Sorry to hear you’re having trouble here, but hopefully I can help. Can you share a link with me where this is occurring, so I can investigate further? Thanks! πŸ™‚

    -Casey-

    in reply to: No Padding for Single Event Views #119786
    Casey
    Participant

    michiganseo,
    Thanks for reaching out! After viewing the link that you shared, it looks like you might have resolved this issue. If that’s the case, please let me know and I’ll close out this thread. Otherwise please let me know if you still have questions.

    Thanks! πŸ™‚

    -Casey-

    in reply to: How to change the mouseover popup layout? #119783
    Casey
    Participant

    geertwilbert,
    Thanks for reaching out, and hopefully I can point you in the direction here. First, take a look at our themer’s guide, to see how to override template files. Then you’ll want to override and modify the ‘views/month/single-event.php’ file in order to change the content of the dropdown as you’d like.

    Since customizing the template files does require some code knowledge, it’s possible that this might be outside the realm of your expertise. If that’s the case, I’d encourage you to look for a developer that might be able to help you make the customizations that you’re looking for.

    Hopefully that helps get you pointed in the right direction, but please let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    Casey
    Participant

    lwolfe63,
    Thanks for reaching out! Typically we don’t provide support with theme integration issues, but since this seems like a relatively simple fix, I’d be happy to make an exception in this case. πŸ˜€

    You should be able to hide the title on Events pages by adding the following code to your theme’s stylesheet:

    .events-category .page-header-inner-wrapper {
    display:none !important;
    }

    Give that a shot and let me know if it does the trick. Thanks! πŸ™‚

    -Casey-

    in reply to: Wrong Website displayed #119765
    Casey
    Participant

    proimpact,
    Sorry to hear you’re having trouble here, but hopefully I can help. Are you referring to this area on your calendar (screenshot)? If so, you’ll need to edit this event and scroll down to the ‘Website’ field and update that to point to the new URL that you’ve set up (screenshot).

    Give that a try and see if it resolves the issue. Thanks! πŸ™‚

    -Casey-

    in reply to: How to remove "category-name" from event page #118981
    Casey
    Participant

    beestbuilt,
    Thanks for getting in touch! It appears that this DIV is coming from your theme. If you’d like to hide it on single event pages, you can do this by adding the following CSS to your theme’s stylesheet:

    .single-tribe_venue #category-name, .single-tribe_events #category-name, .single-tribe_organizer #category-name {
    display:none !important;
    }

    Give that a shot and let me know if it does the trick. Thanks! πŸ™‚

    -Casey-

    in reply to: 'My Events' Button on /events/community/add #118978
    Casey
    Participant

    darrenortsman,
    Thanks for getting in touch! The ‘My Events’ button allows logged-in users to view all of the previous events that they’ve submitted and edit them after submission. I would suggest leaving this, since it’s only viewable to logged-in users, but if you’d like to remove it, then just add the following CSS to your theme’s stylesheet:


    #my-events {
    display:none;
    }

    Give that a try and let me know if it does the trick. Thanks! πŸ™‚

    -Casey-

    in reply to: Events disappearing #118976
    Casey
    Participant

    Unfortunately, you’ll just have to deactivating all other plugins to see if that resolves the issue. If that fixes the issue, then try reactivating them one-by-one to determine if another plugin is the culprit. Hope that helps!

    in reply to: Event Color by Category Theming #118972
    Casey
    Participant

    Damon,
    Thanks for getting in touch! The best method to do style up a specific category single page, would be to use the body_class(). Try pasting the following snippet into your theme’s functions.php file: https://gist.github.com/ckpicker/9555637

    After doing this, you’ll notice that now Category CSS classes get added to the <body> tag of your single event page (ex: tribe-events-cat-arts-culture). This should help you with styling specific categories with different colors.

    Also, you might want to take a look at this unofficial, third-party plugin, which allows you to customize colors based on event categories as well: http://wordpress.org/plugins/the-events-calendar-category-colors/

    Hopefully that gets you pointed in the right direction, but let me know if you need further help. Thanks! πŸ™‚

    -Casey-

Viewing 15 posts - 2,161 through 2,175 (of 3,499 total)