Forum Replies Created
-
AuthorPosts
-
October 3, 2014 at 6:30 am in reply to: Mini Events Calendar Widget does not link to events anymore #784931
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
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved 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
MemberThat is strange. I went to your site and could not see any errors with that. Could you please send me the addresses you have of two venues that are not showing so I can do some tests. Please include the exact fields you have each part of the address in, such as Address, City, State, etc…
And then we can go from there to resolve this.
Thanks
Brian
MemberThanks for providing that information. Two of those do not look like they would do anything to the map display. This one:
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/bushcare/public_html/wp-includes/functions.php on line 3370
looks like it could possibly be causing an issue, although I have my doubts, if you could find where that is happening that could help.
Filter
We have come up with a filter that may help too. Can you please add this to your theme’s function.php and see if that helps out:add_filter( 'tribe_get_option', 'adjust_tribe_embedded_map_height', 10, 2 );
function adjust_tribe_embedded_map_height( $value, $property ) {
if ( 'embedGoogleMapsHeight' !== $property ) return $value;
return '350px';
}However, that was because some of the issues with the maps are it was there, but it was having no height. However it looks like your maps are not there at all.
Let me know what you find out from that and we can go from there. Sorry this is taking longer then you or I would like, we are having a other people have issues with the maps, but there is no concrete problem linking them altogether right now, but we are working on it.
Thanks
Brian
MemberSorry to hear that Trevor.B Our product does work out of the box however, in dealing will thousands of lines of code issues come up from time to time. We do address those issues as fast as we can.
Having said that, you said you tried some other methods have you tried putting this filter in your theme’s functions.php to see if that corrects the map?
If not could you please try it and see if that solves the issue?
add_filter( 'tribe_get_option', 'adjust_tribe_embedded_map_height', 10, 2 );
function adjust_tribe_embedded_map_height( $value, $property ) {
if ( 'embedGoogleMapsHeight' !== $property ) return $value;
return '350px';
}I can provide any help you like, so just let me know if you would like to continue to try and resolve this if that filter does not work.
Thanks
Brian
MemberHello lejazz,
Sounds like you may have it figured out. I am going to leave this ticket open for now, let us know if you have any issues.
Thanks for your post too jshammah!
Thanks
Brian
MemberHello Emily,
I can help you out with this.
That text is located in the-events-calendar-community-events\tribe-community-events\tribe-community-events.php
However, if you the snippet in the link below to your theme’s functions.php it will remove that text for you.
https://gist.github.com/jesseeproductions/6f40bd2285168308f1fd
Let me know if that works.
Thanks
October 2, 2014 at 11:28 am in reply to: Filter Bar does not appear to be collapsing even when set to intially be #783386Brian
MemberI also noticed the body class is missing in the theme. Is it possible you can add that in?
http://codex.wordpress.org/Function_Reference/body_class
Thanks
October 2, 2014 at 11:25 am in reply to: Filter Bar does not appear to be collapsing even when set to intially be #783381Brian
MemberHi bethmindy,
I took a look at your site and see what you mean. I can help you troubleshoot this and get it resolved.
I did notice your plugins are not up to date. Could you please update them all to 3.8 and see if that helps.
Also, are you using a custom template for your main event page or any other page?
Let me know if you can update and about the custom template and we can go from there.
Thanks
October 2, 2014 at 11:12 am in reply to: Using ECP for awhile now want to sell tickets. Not sure what plugin to use #783356Brian
MemberGreat! I am going to close this ticket. If you have any questions or issues once you start using WooCommerce Ticket please create a new ticket and we can help you out.
Thanks
October 2, 2014 at 6:00 am in reply to: I can’t see the ‘Settings’ menu on the main blog admin / other sub-site admin #782804Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
October 2, 2014 at 5:59 am in reply to: "Week of" filter of the week view: how to start week on monday? #782802Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
-
AuthorPosts
