Forum Replies Created
-
AuthorPosts
-
Casey
Participantangelakienholz,
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-
Casey
ParticipantPolly,
Could you send me a private reply with a login to your site, so I can investigate further? Thanks! π-Casey-
Casey
Participantmending,
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-
Casey
ParticipantMike,
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-
Casey
Participantmending,
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-
Casey
Participantvserrano,
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-
Casey
Participanthccaonlineorg,
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-
Casey
Participantmichiganseo,
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-
Casey
Participantgeertwilbert,
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-
March 17, 2014 at 9:10 am in reply to: The word Shop appears at the upper left on my Event Listings #119775Casey
Participantlwolfe63,
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-
Casey
Participantproimpact,
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-
Casey
Participantbeestbuilt,
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-
Casey
Participantdarrenortsman,
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-
Casey
ParticipantUnfortunately, 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!
Casey
ParticipantDamon,
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/9555637After 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-
-
AuthorPosts
