Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey @josearistud,
Good question! I would probably do in with CSS media queries. So, for example:
@media only screen and (max-width: 767px) { #tribe_events_filters_wrapper { display: none; } }Of course, feel free to change the 767px to whatever width makes sense to re-introduce the filters.
Will that work for you? Please let me know. 🙂
Geoff
Geoff
MemberHi Shawn,
Sorry for the trouble here!
Quick question: do you happen to have an existing page in the Pages area of your WordPress admin that uses the /events slug? Or perhaps you have another calendar plugin installed?
Just checking because that does not appear to be the default view for The Events Calendar and I want to make sure there isn’t an existing page interfering with it.
Let’s start there and see what we find.
Thanks!
GeoffGeoff
MemberThanks for giving that a shot, Terry!
I haven’t seen this sort of thing come up often but, when it does, it is either because of the template being used (which we’ve tried) or a theme/plugin conflict. Will you please following the steps outlined in this guide so we can test for conflicts? If the header shows up in default WordPress conditions, then we can pinpoint what is causing it to disappear.
Thanks!
GeoffGeoff
MemberHello Tommy–thanks for following up!
This should clear that out:
.tribe-bar-disabled { display: none; }Cheers!
GeoffGeoff
MemberHi Ana! I see one of my replies was marked as the correct answer–thanks for following up! I’ll go ahead and close this thread but please feel free to hit us back up if you have any other questions and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberAwesome, I’m glad that’s helping! Thanks for confirming.
I certainly hope that won’t be the case. For example, it wasn’t for me when I tested a venue at the same location. I have a feeling it has something to do with that fact that only a portion of the address was entered and that it would have done better with a full street number in there as well. The map functionality is pretty slick, but only as good as the Google Maps API, which is uses to locate the address and properly mark it on the map.
Sorry again for the initial hiccup! Is everything else working ok?
Thanks!
GeoffGeoff
MemberHello Xavier and thanks for reaching out!
Good question. It might be possible to get that working with a fair amount of custom development, but I’m afraid that is not possible right out of the box with Community Events just yet.
However, that is actually a feature request that is very popular and that we’re looking into. If you add your vote to it, you will receive notifications as there are updates.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberExcellent, thanks Joseph! This helps a ton and I appreciate you giving those two options a shot.
Two other things we can try from here:
- Fix Geolocation Data. If you head to Events > Settings and scroll down to the Map Settings section, there is a button to “Fix venues data.” Will you please click that and see if it helps generate the locations on the map? Note that you may need to clear your browser cache to see the result.
- Use Coordinates. There is the option to input the latitude and longitude of a venue, which will provide additional info to the Google Map API and help place the map markers as a fallback. If you edit one of your venues (let’s say this one) and enter those coordinates (screenshot), does that make a difference?
Thanks for your patience and cooperation as we dig into this together!
Geoff
Geoff
MemberHello Terry!
Quick question: are you using the “Default Events Template” option in Events > Settings > Appearance? If so, please try switching that to the Default Page template and see if that makes a difference. Conversely, if you are not using the Default Events Template, please try that as well.
Let’s start there and see what we find. 🙂
Thanks!
GeoffOctober 9, 2015 at 1:00 pm in reply to: Removal of fields from "Add Event" page – on the front end and the back end… #1013255Geoff
MemberHi Marc! Welcome to the forums and thanks a TON for upgrading to PRO and Community. We’re stoked to have you aboard. 🙂
– How can we remove certain fields from the Add Event Page?
It will take a little bit of customization to get this going, but I’m happy to help point you in the right direction if I can.
That said, I think adding CSS to your theme’s style.css file is a good approach for hiding form fields. For example, this could hide those fields you mention:
#tribe-community-events #event_organizer, #tribe-community-events #event_cost, #tribe-community-events #event_website, .events-community-post-content { display: none; }Do note that the Event Description is a required field, so you will want to change that to a non-required field if you can, or else the event will never submit when entered. Here’s an article to get you started on that as well.
Will this help you get started? Please let me know.
Cheers!
GeoffGeoff
MemberHey folks, thanks for getting in touch!
The only shortcodes that ship with The Events Calendar PRO are the ones that embed the premium widgets on any page or post. Here’s an article that breaks that down further with example of how to filter by category.
If you’re looking to embed a full calendar view, then you might want to consider checking out Event Rocket. It’s a free extension for The Events Calendar and–though we don’t support it here in the forums–it does include the ability to embed the full calendar list view using a shortcode. That might be worth checking out.
Sorry for the confusion, but does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Tommy,
Give this a try in your theme’s style.css file:
.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter { display: none; }Does that do the trick? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Joseph,
Just wanted to chime in directly to say hi and let you know i’ll be able to help you from here. Sorry again for the initial but I’m confident we’ll be able to figure this on out together.
The two options Brook noted above are solid and are the right direction to go from here. Please do give those a try and let’s see what we find.
Thanks,
GeoffGeoff
MemberHey Jason!
Nice follow-up questions.
For instance if the event name has changed will it treat that as a new event or will it update the existing?
It seems that the check is on multiple variables rather than a single one so–if a possible duplicate is detected, it will warn you which it is and make sure you want to proceed with the import.
I know that some ical feeds have a UID attribute with each event but you probably can’t depend on that I guess.
Exactly, the UID is not always a consistent way to check. It would be possible to do a check on that but I imagine it would need to be used in combination with other variables for more reliability. Not quite as solid as something like a Facebook or Eventbrite ID, which would be truly unique on import.
Geoff
Geoff
MemberAwesome, sounds great! Please do keep me posted. 🙂
-
AuthorPosts
