Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
If that works for you that maybe the only way to go without creating a custom query in php to do this, if you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Cheers
July 17, 2015 at 12:52 pm in reply to: Filter bar toggle conflict with Genesis on mobile view #987482Brian
MemberHi,
I was able to narrow this down and it comes from css that gets added to the body when the filter bar opens.
That css causes the site to increase in size, which triggers a resize function, which closes the filter bar.
I tested out this css and it stopped this issue for me.
.tribe-filters-open, .tribe-filters-open body {
overflow: visible!important;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
July 17, 2015 at 12:13 pm in reply to: Filter bar toggle conflict with Genesis on mobile view #987474Brian
MemberHi Erin,
Thanks for posting here. I can certainly help you here, but we can help you better if you create your own topic in the forum where we interact with you one on one. Also, we encourage you to post on your own topic because every time we post we email the author of the topic.
Having said, what theme are you using?
And unfortunately, that is how the filter Bar Works in mobile view it overlays like that. It might be able to be modified, but would take a customization.
So if you can let me know what you find out in a new topic we can help you there, but if you like you can still post what you find here.
Thanks
Brian
MemberHi,
We have these guides for you:
And the rest here:
https://theeventscalendar.com/knowledgebase-category/install-licenses/
July 17, 2015 at 12:06 pm in reply to: Calendar widget does not show more than 3 events, ever #987471Brian
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberNo worries. Look for it soon!
Brian
MemberThanks for the update.
3.11 should be out in a week or so.
For now this is nothing more we can do here and I am going to close this thread. We will update once 3.11 is out.
Cheers.
Brian
MemberHi Julie,
It is hard to say what will happen when you update from a 5 year old version to the latest. Not many of us were around and the ones that are still around are not familiar with the latest coding.
I think the best thing to do would be to upgrade first to 2.0 then to 3.0 then to the latest.
As that should modify any of the fields in the database that were changed.
You may have to do that with Pro too. We would be able to provide older version of Pro if not available to you to do this.
You can get older version of the Events Calendar from here:
https://wordpress.org/plugins/the-events-calendar/developers/
I would test this out on a staging site first to see if you run into any issues.
Cheers!
Brian
MemberHi Felix,
Thanks for using our plugins.
We do not have shortcodes for the main event views of Map, Photo, Month, etc.
There is also no easily embedable code to move a main event to another page.
It could be possible with a customization, but for the most part that is beyond the support we can provide on this unfortunately.
We are looking to create shortcodes for all our views, but I do not have a timeline when that might happen.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
The iCal Importer is not available yet.
We are looking to launch that with 3.11, which should be out in a couple weeks.
Thanks
Brian
MemberGreat glad it is moving forward.
For that one you want to target the link and not the div around it.
So this should work:
.tribe-events-month .tribe-events-calendar td .tribe-events-viewmore a {
color: #fff;
}Cheers
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I retested the snippet in 3.10.1 and it is working for me.
The coding does not always match the example I gave, but you want to look for this function:
<?php echo tribe_get_cost( null, true ); ?>And replace it with this:
<?php echo esc_html( get_tribe_woocommerce_tickets_price_range() ); ?>Cheers!
Brian
MemberHi Chris,
Thanks for the interest in our plugins. I can help out here.
The attendees are stored as custom post types so they use the posts and metaposts tables for the information. The post type is tribe_wooticket. The user creation is handled by the eCommerce if you have it setup that way and it is created in the WordPress usertables.
If a attendee purchases multiple tickets all the information is under their name and we currently do not have a feature to collect more attendee information besides the information collected at checkout. We are working on a feature to get more information, but it is not ready yet and I do not have a timeline for it.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins I can help out here.
It looks like you are using Pro 3.9.3, please update to 3.10.1 using the automatic update or by manually updating.
You can download the latest version from your account here on theeventscalendar.com.
After updating let me know if that resolves the issue.
Thanks
-
AuthorPosts
