Brian

Forum Replies Created

Viewing 15 posts - 10,576 through 10,590 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    Great, 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!

    in reply to: Popups not working on Month view #784928
    Brian
    Member

    I 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!

    in reply to: Map view don´t works #784924
    Brian
    Member

    That 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

    in reply to: Google Maps not Working except in Maps view #784917
    Brian
    Member

    Thanks 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

    in reply to: Updated to 3.8 – Google Map now missing #784902
    Brian
    Member

    Sorry 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

    in reply to: Upgraded Events Calendar to 3.8 now nothing works! #783494
    Brian
    Member

    Hello 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

    in reply to: CE – remove "please log in first" text #783487
    Brian
    Member

    Hello 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

    Brian
    Member

    I 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

    Brian
    Member

    Hi 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

    Brian
    Member

    Great! 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

    Brian
    Member

    Since 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
    Member

    Since 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! 🙂

    in reply to: Woocommerce 2.2 #782800
    Brian
    Member

    Since 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! 🙂

    in reply to: How to remove 'free' word for tickets on event page #782798
    Brian
    Member

    Since 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! 🙂

    in reply to: Event description displaying twice #782796
    Brian
    Member

    Since 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! 🙂

Viewing 15 posts - 10,576 through 10,590 (of 11,256 total)