tribalmike
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Problem with viewing Events List in site back endHi, beckiritson,
Unfortunately, I wouldn’t be able to see what you’re seeing unless you posted a screenshot. And we have a policy of not asking for or accepting credentials from any of our users, so please do not post them here.
Here is an example of what the events list SHOULD look like in the back-end:
https://theeventscalendar.com/content/uploads/2013/07/screenshots4-2_admin-event-list.pngIf you’d like to share a screenshot of your events list, I’d be happy to try and figure out what’s going on.
Mike
P.S. If you need some screenshot software, I recommend Gyazo. It’s free. https://gyazo.com/
Forum: Plugins
In reply to: [The Events Calendar] RSVP Button MissingI’m glad you were able to work this one out!
Mike
Forum: Plugins
In reply to: [The Events Calendar] Import from CSV stripping last columnVery interesting. Thank you for the information!
Mike
Forum: Plugins
In reply to: [The Events Calendar] Google Map DisplayHi, mysticbay.
Since you are one of our premium customers (thank you very much!), would you mind copying this request into our premium support system?
You can submit a ticket here:
https://support.theeventscalendar.com/submit_ticketJust log in with your customer credentials. We’ll be glad to help you out. We limit the amount of support we give here in the WP forums.
Thank you in advance!
Mike- This reply was modified 6 years, 4 months ago by tribalmike.
Forum: Plugins
In reply to: [The Events Calendar] How to remove “Archive” from Browser TabHi, beckiritson. That “Archives” feature in the sidebar is actually a widget. You can manage Widgets by going to Appearance -> Widgets in the back-end of your WP site.
Mike
Forum: Plugins
In reply to: [The Events Calendar] Single Event Title colorI would suggest creating a class based on the category slug. You can get an array o category slugs using this function:
$slugs = tribe_get_event_cat_slugs($event_id);
Then, loop through and add a class per slug (since there may be more than one) along with the .tribe-events-single class.
Then you’ll be able to control all the elements within the template based on category, including the title.
Does that help?
Mike
Awesome! You’re very welcome!
Mike
Forum: Plugins
In reply to: [The Events Calendar] Showing the Courses instead of EventsHi, gencheR.
Unfortunately, The Events Calendar doesn’t have the ability to display other post types within the calendar. I would recommend that you either copy the info from a course into the event or link to the course page from the event.
Sorry for the inconvenience.
Mike
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar Pro Showing two featured imagesHello. I just visited your site and I am seeing only one image. Were you able to figure things out?
Mike
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar Venue and Organizer IssuesHello again!
I’m glad you were able to find the issue. You’re very welcome.
Mike
Forum: Plugins
In reply to: [The Events Calendar] Migrate Events from Quick Event ManagerCurrently, The Events Calendar only supports importing data from a CSV file. Here are the instructions on how to do that:
https://theeventscalendar.com/knowledgebase/csv-files-options-and-examples/One of our Premium add-ons, Event Aggregator, is able to import from multiple different sources, but not directly from Quick Event Manager. However, if Quick Event Manager is able to export in a format that Event Aggregator can import, that might work.
Here’s the info on Event Aggregator, if you’re interested:
https://theeventscalendar.com/product/event-aggregator/Mike
Hi, Pedro.
We’ve actually had that request before and it is possible with a little bit of coding.
Here are the insructions on how to do it:
https://theeventscalendar.com/knowledgebase/order-events-in-main-blog-loop-by-post-date/Let me know how that works out.
Mike
Hello again, pitrus.
When you uninstall The Events Calendar, your events are not deleted. They should stay intact.
Mike
Forum: Plugins
In reply to: [The Events Calendar] Reduce size featured event in list viewAh. You’re right. It’s not listed on that page. Look for this file:
list/single-featured.phpThat should be the correct file. Let us know how things work out for you.
Mike
Forum: Plugins
In reply to: [The Events Calendar] slug conflictIf its not impacting the front end performance, then I’d just try to hide the message with the snippet Ed shared above. Let us know how things work out for you.
Mike