Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi there, Carl! Thanks for getting in touch and sorry you’re hitting some trouble here with the snippet you were using.
That’s certainly odd. It’s tough to pinpoint why exactly that would happen, but it could be for a number of reasons like plugin updates, theme changes, revisions to code, just to name a few.
Either way, I just tried the snippet from this tutorial and it looks like it does the trick. Of course, you will want to change “Meetings” to “Courses” but it should get you back on track. 🙂
Cheers!
GeoffGeoff
MemberHi there, Massimo! Welcome back to the forums. Nice to see you again. 🙂
Can i change the search location and make that appear only places that type without near city?
Right now, the Location search only looks our cities and will always return a city in the auto-suggestion, as long as what is types is a recognizable city. Unfortunately, there is no way to pre-populate that field with your own suggestions. However, you could hide the field altogether by checking the “Hide location search” option in Events > Settings > Display.
other question,can i move the button “organizers” from the filter bar and put it in another place?
You can move the position of the Organizers filter in the actual Filter Bar but heading to Events > Settings > Filters and dragging it where you would like it to display (more on that in this tutorial). However, there is no way to move that filter out of the Filter Bar and onto another part of your site.
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Philip and welcome to the forums! Sorry you’re hitting some trouble here with recurring events on your site, but hopefully we can figure out what happening here together. 🙂
First off, are you using the latest versions of the plugins? Please update The Events Calendar, The Events Calendar PRO and Facebook Events to version 3.9.1 and see if this helps resolve the issue.
I recall a similar issue to this a while back and it was the result of a conflict with another plugin. I see you noted the following:
Deactivated all other plugins? Yes
Switched to a default theme? YesDid you notice any difference under these conditions? How about if you deactivate all other plugins while using a default WordPress theme, like Twenty Fourteen?
I notice that you are using the WPML plugin and there are known conflicts with that and our plugin that can cause this sort of issue. It would be super helpful if you could try deactivating it while following the steps in our Testing for Conflicts Guide to see if that same conflict is hitting you as well.
Let’s start there before we dig any deeper. Please gives these things a shot and let me know what you find. 🙂
Cheers!
GeoffGeoff
MemberHi there, Ed! Welcome to the forums and thanks for getting in touch. 🙂
All the calendar views include their own URL. For example, Map View will look something like this:
[your-site]/[events-slug]/map
Similarly, a direct link to the List View would be:
[your-site]/[events-slug]/list
That means that–even though the plugin only comes with one calendar–you can still link directly to multiple views. 🙂
Does this help answer your question? Please let me know.
Cheers!
GeoffGeoff
MemberHi there, Rifaz! Welcome to the forums. 🙂
Good question. As of right now, there is no shortcode that will allow you to embed the Map View into a page or post.
Instead, you have a couple of different options to customize the Map View:
1)Â Replace it with a theme template. You can go to Events > Settings > Display and change the “Events template” setting to one of your theme’s page templates instead of the default events template.
2) Customize the default events template. You can also override the <i>map.php</i> template (located in /plugins/events-calendar-pro/views/pro/map.php) and customize it to suit your needs. Check out our Themer’s Guide for more details on how to override templates.
Does this make sense? Will this work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey there, Kevin! Sorry our plugin wasn’t a good fit, but I’m glad you found something that is. Thanks for following up and letting us know.
I’ll go ahead and close this thread, but please feel free to let us know if anything else comes up.
Cheers,
GeoffGeoff
MemberMy pleasure! Thanks for following up and letting us know.
I’ll go ahead and close this thread, but please feel free open a new one if anything else comes up–we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi there, John! Thanks for following up and I’m glad we were able to nail down most of your additional questions.
I think if I did one big image, that would be a problem on the mobile as it would be smaller than everything else.
Perhaps you can have two versions of the image: one horizontal and another that is more vertical. Show the horizontal one large screens and the vertical one on small screens using CSS.
Ultimately, though, I think it is something you will need to fiddle with a bit to get exactly what you’re looking for. Sorry I don’t have a concrete answer for you here, but I hope this at least gives you a solid direction to get started. 🙂
Cheers!
GeoffGeoff
MemberHi there, Beth!
Yes, we’re on the same page and I understand that you’re hoping to exclude for events that have passed their time range from the Events List widget. I was hoping that the workaround suggested in the other thread would also handle the same sort of situation.
Your best bet is to customize the pro/list-widget.php file to set up a query that specifically outputs the events you want. I’d suggest checking out our Themer’s Guide for a thorough overview of how template overrides work. You might also find this tutorial on the tribe_get_events() function handy as it provides a means for querying events.
Sorry I don’t have more of a concrete solution to offer here, but I hope this helps give you a starting point.
Cheers!
GeoffGeoff
MemberAwesome, I’m glad that helps! Thanks for following up and letting us know.
I’ll go ahead and close this thread, but please feel free to hit us up with a new one if anything else pops up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi there, Jennifer! Welcome back to the forums and thanks for getting in touch. 🙂
Interesting question–I definitely haven’t come across this sort of request before but I can see how it would be super helpful–and even necessary–in some cases.
I wonder if the best way to get a signed waiver is to do it in the Processing Order notification directly in WooCommerce. Here’s a pretty nice overview of how to customize WooCommerce’s email templates. The idea would be to add a request to in that email for the customer to fill out a form (via a link to an online form or PDF, or whatever) and let them know their order will be processed as soon as it is received.
Another option might be to use the Customer Note option, again, directly in WooCommerce. You can make a note on any order in WooCommerce in the “Add note” box at the bottom of the right column, mark it as a “Customer note” and that will be sent to the customer via email. You can request them to complete a waiver that way before the order is processed.
Sorry I don’t have a concrete answer here for you, but I hope one of these two ideas at least helps steer you toward something. Let me know if this helps. 🙂
Cheers!
GeoffGeoff
MemberHi there, John, and nice work! You found the Before HTML settings, which is an awesome way to get exactly what you were looking for.
1. Will this be OK on a mobile ? or is there another way of doing it
Yeah, you should be ok on mobile and desktop. The max-width for your images is set to 100%, so the images will never overflow the container. Nice job.
2. How do I add a margin to move the images down ?
You can do this with a little CSS in your theme’s style.css file. For example, something like this might work:
.tribe-events-before-html { margin-top: 50px; /* or whatever spacing you want */ }3. How would I go about spacing/positioning the right hand image better (but still responsive)
I think your best bet is to make it all one image. In other words, combine those two images to make one horizontal image all the way across.
We are fairly limited in how much support we can provide for custom development questions like these, but I hope this at least helps get you started–you’re already off to a really nice start. 🙂
Cheers!
GeoffGeoff
MemberAh yes, I see what’s happening. Try setting the Start Date and End Date for the same day so that:
State Date & Time: 2015-01-16
End Date & Time: 2015-01-16Right now, it thinks the first event in the series runs from January  16-March 31, then repeats from there. Change that and all should be cleaned up. 🙂
Cheers!
GeoffGeoff
MemberHi Paul, thanks for following up and confirming the answer–we appreciate it!
I’ll go ahead and close this thread but please feel free to hit us up with a new one should anything else come up. We’d be happy to help.
Cheers!
GeoffGeoff
MemberAbsolutely, that’s correct. 🙂
-
AuthorPosts
