Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi!
If you haven’t put any template overrides in place that probably isn’t the issue – I wonder if this may in fact be due to some sort of conflict … can you confirm that you tried deactivating all other plugins and switching to a default, unmodified theme? Do the tooltips work under those conditions?
Thanks!
Barry
MemberI’m not quite sure what you mean but it definitely looks like there are some problems on your submission form: do you know if this is specific to your theme (have you tried switching to a default theme, just to see if it is indeed a conflict)?
Thanks!
Barry
MemberSo, no, currently that is not provided in the admin events list – but we’d definitely consider this if you wanted to post a feature request 🙂
Barry
MemberHi – thanks for considering our plugins!
Yes, absolutely there is a means of moderating submissions. You can set them to be saved as drafts (or as pending review), that way an administrator can check them out before they go live to the world.
I hope that answers your question but please don’t hesitate to let me know if we can assist with anything else.
Cheers!
April 9, 2014 at 2:35 pm in reply to: Event shows up in sidebar widget, but not in map view or events page list #130283Barry
MemberI’m sorry you’ve had such a rough ride, here.
It’s possible the venue for some reason doesn’t have any geolocation data (the coordinates of the venue expressed as longitude/latitude), which would explain its absence only from map view.
Can you try editing the venue, make a minor change to the street address – save – then change it back and save again? Does that resolve this?
Barry
MemberThat definitely looks like a legitimate bug: we’ve logged an issue and will look into this. As soon as we’ve got something to report we’ll certainly do our best to update this thread accordingly.
Apologies for the inconvenience and thanks for your patience while we investigate.
April 9, 2014 at 2:08 pm in reply to: Events Calender Widget: Can I replace the date icon w the events featured image? #130264Barry
MemberHi!
TOP PRIORITY – I want to replace this http://vclubscene.com/replaceDateWithEventFeaturedImage.png with each events appropriate featured image. Do you have a snippet for that?
No, we don’t have a pre-rolled snippet for that, I’m afraid. However, the gist of the process would be to:
- Override and customize the pro/widgets/mini-calendar/single-event.php template
- Locate and remove this code from that template
- In the same position, add something like this
Note that in my example I passed an image size of thumb. You would need to register the actual size you need, or else you could target it with some CSS rules.
Does that help at all?
Barry
MemberHi!
If you have a personal license but have installed Filter Bar on more than one site and have activated it on those sites (perhaps one site was a staging or test site?) then you might exceed the number of sites you are licensed for.
You can try clearing installations from your license record via this page: look out for the Disconnect Now links. Once you’ve cleared things up you can try reactivating your licenses.
Does that help?
Barry
MemberYou should be able to find this information in the attendees screen – checkout our WooCommerce Tickets new user primer and the video here in particular:
https://theeventscalendar.com/support/documentation/wootickets-new-user-primer/#wooshow
Does that help?
Barry
MemberThis is really the sort of thing you’d need to develop yourself, I’m afraid, however:
- We’d certainly welcome this as a feature request
- You might be able to leverage this library to help you if you do decide to build this as a customization (examples of what it can do here)
I hope that helps 🙂
April 9, 2014 at 1:44 pm in reply to: When I create events I cannot set the date to any day after today #130229Barry
MemberOh, that’s a shame.
It’s not a problem either of us see, by the sounds of it, except for on this particular live server you referenced – so it certainly sounds like a conflict.
Can you deactivate all other plugins and switch to a default theme and see if that resolves this (then reactivate one at a time, testing at each stage to see what is triggering this situation) or, conversely, set up exactly the same plugins and theme on your local server and try the same steps there?
Thanks!
Barry
MemberHi Tigger,
Great question.
Right now that’s a view you’d need to put together yourself, but we’re always open to ideas for new features and if you want to post this (or add your support to any suitable existing requests) on our UserVoice page that would be awesome.
Thanks 🙂
April 9, 2014 at 1:40 pm in reply to: Event details loading after shareaholic – change load priority #130220Barry
MemberHmm, interesting. There are a few things you might explore here:
- Shareaholic allows (or used to allow) you to add the share buttons via a template tag – if you’re comfortable setting that up it would allow you much finer control over situations like this
- Have you tried adjusting the events template setting (in Events > Settings > Display) and does that offer an alternative means of resolving this?
Hope that helps 🙂
Barry
MemberI don’t disagree, but on the flip side this would seem to parallel WordPress’s own behaviour where a subscriber (or even an unauthenticated user) attempts to access a draft. They will see a 404 error, typically, whereas an admin will be able to view it.
Where possible we do tend to follow the same path as WordPress but – again – I can see your point. What I’d recommend in this case is posting this as a feature request on our UserVoice page, as we’d love to see if others feel this is important or have other views on the subject.
Thanks!
Barry
MemberHi Kristoffer,
Sounds like you’re already at home with template overrides. What I’d recommend then is overriding and customizing pro/widgets/mini-calendar/single-event.php (which you may have already altered) and add something like this at an appropriate point:
<?php echo tribe_events_get_the_excerpt() ?>Does that help?
-
AuthorPosts
