Forum Replies Created
-
AuthorPosts
-
September 24, 2014 at 2:51 pm in reply to: Viewers being requested to log in to view calendar details #764559
Brian
MemberHello, sorry for the issues. I can help you with this.
The only login requirement if you have the Community Events Add On and that is only on the two community event pages not single events.
I took a look at your website and the form and the check to see if a user is logged in looks to be coming from your theme or a plugin to manage membership.
Is there some setting you can change to make the tribe_event post type not for logged in users only?
Let me know what you find out and we can help from there.
Thanks
Brian
MemberOk closing this thread then! but if you need any other on something else please post a new ticket.
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberTo edit the coordinates you have to do it from the Venue Single Post Editor.
Go to Events->Venues then edit a venue and you will see the coordinates.
We are looking to integrates coordinates more for the map, but I do not have a timeline yet for that to be included.
Thanks!
Brian
MemberI tested it out using the same coding you have for your event and the tags do not appear in ical. So it appears that it works there too.
Let me know if you find something different.
Thanks
Brian
MemberHi Simon,
Thanks for the interest in the Community Events Plugin.
To answer your question, no the Community Events features do not come with Pro.
Each plugin is separate from the others and only require the base version of the Events Calendar to work.
If you would like Pro features you should purchase Pro.
If you would like the Community Events features you should purchase it and if you would like both sets of features you will want to purchase both.
Does that answer your question?
Brian
MemberHi, thanks for using out plugin and I can help you get in the right direction.
There are a couple ways you can do this.
Template Method
You can follow the Themer’s Guide and move the month/content.php to your theme and write under the this function:<?php tribe_get_template_part( 'month/nav' ); ?>The text you would like.
Hook Method
I came up with this function you could place in your theme’s functions.php to do the same.add_action( 'tribe_events_after_header', 'ecp_under_title_function' );
function ecp_under_title_function( $query ) {
if (tribe_is_month()) {
echo " Double click on event to see details and entry forms when available";
}
}That should be enough to get you started you may have to style that by adding some tags and css.
Let me know if that works for you.
Thanks
Brian
MemberHello msandweb and oboston,
I can help you out with your 404 troubles.
Can you please start with our 404 Error Guide and see if that resolves the issue.
https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/
If not then please follow our Testing for conflicts guide: (resave permalinks please between changes)
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
That will help us narrow down the problem and get a solution for it.
Let me know what you find out.
Thanks
Thanks oboston for your information to,if you are having issues as well can you please create a new ticket and reference this one, thanks! It will be easier to help both of you that way.
September 24, 2014 at 8:03 am in reply to: Attendee list is blank-yet I have 26 tickets sold #763908Brian
MemberHello, Sorry for the frustration with this.
I can help get this resolved.
Can you check in WooCommerce->Orders and let me know what the order status is for all the ticket purchases.
If they are not set to Complete, the tickets will not show in the attendees list.
If they are not complete then please do a bulk edit to change and see if they show.
If you would like all future orders to be automatically be completed you can use this coding from WooCommerce
http://docs.woothemes.com/document/automatically-complete-orders/
If the orders are Complete please let me know and we can do some other things to trouble shoot this.
I apologize if the documentation did not make this clear about the completed orders, we are working on a solution to provide better information on the Attendees Page to make you aware of the uncompleted orders.
Let me know what you find out and we can go from there.
*I have move this topic to WooCommerce Tickets
Brian
MemberHello,
I can help you out with this.
Thanks for sending the screenshot. I see what you mean about the html tags being included in the description.
Try adding this coding to your theme’s functions.php to clean it up:
https://gist.github.com/jesseeproductions/fc7787cd5f4e73f39da5#file-ecp-google-cal-remove-tags
I added that to a dev site and it removed all the tags.
Let me know if that works for you.
Brian
MemberOk I looked through out login check functions found in this file:
/tribe-community-events/tribe-community-events.php
The plugin does two checks if a user is logged in using the WordPress function:
‘is_user_logged_in()’
And if Anonymous Submissions are accepted from the Community Events Settings.
You could try editing that to get it to work with your theme’s login. I am not sure what using the theme’s login is not recognized by the WordPress function ‘is_user_logged_in()’.
There are no hooks or filters to change that in the Community Events Plugin so you would have to edit it yourself, but that is not recommended as the changes will be overwritten on the next update of the plugin.
The theme developer may have a better answer of how their login is setup and why it is not detecting a user with ‘is_user_logged_in()’
Let me know if you have any more questions and we can try to help out, but we are limited on what else we can do to on this customization.
Thanks
*Moving this ticket to the community events forum as it is relevant to that plugin.
Brian
MemberGreat, glad it answers your question, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks!
Brian
MemberHello,
Sorry for the issues with IE9. I can help troubleshoot this with you and get it resolved.
I took a look at your site and was able to see the issue in IE9. I did a quick test in a development site with the Events Calendar and did not encounter the same error.
So can you please follow our guide for testing for conflicts and report back what you find to help us narrow down the error.
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Also, that dropbox under locations is created by your browser autocomplete and not by our plugin so it does not show on other people’s browsers visiting your site.
Let me know what you find out and we can go from there.
Thanks
Brian
MemberI am not sure I have a recommended way.
It depends on what you are trying to do.
You could try moving the list template coding into your home page and playing around with that to get it to you.
You could create a custom loop of events and show theme that way.
Either way these are customizations we can help answer questions on, but you would have to do yourself.
If you are fine with showing 10 events only using the widget, that would be a good way to go.
Let me know if you have any more questions.
Thanks
-
AuthorPosts
