Brian

Forum Replies Created

Viewing 15 posts - 3,241 through 3,255 (of 11,256 total)
  • Author
    Posts
  • in reply to: Week/Photo View suddenly stopped showing events #1019257
    Brian
    Member

    Hi holmfirthevents,

    We just found the problem yesterday and the solution late last night so no release yet.

    Adding that filter above does seem to fix the issue until we can get a release out.

    Thanks

    in reply to: JS error when using Filter Bar #1019144
    Brian
    Member

    Hi,

    Sorry for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Event Calendar Pro: Photo view events not showing #1019143
    Brian
    Member

    Hi,

    Sorry for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: A Few of Views Don't Work #1019142
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Photo View not work #1019141
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Uncaught InvalidValueError: not an Object #1019140
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Week/Photo View suddenly stopped showing events #1019139
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Photo and Week views not working #1019133
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Photo View on calendar has stopped working #1019132
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: Photo view not displaying – page blank #1019131
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    in reply to: genesis theme event layouts #1019105
    Brian
    Member

    Hi Jen,

    Are you trying to target all the Events Views (List, Month, Map, Etc)?

    All those snippets go in the child theme’s functions.php so I am not sure what you mean by this:

    “it does not say exactly which php file i should be targeting.”

    Let me know and I can help out.

    Thanks

    Brian
    Member

    Hi,

    The license key is only needed for Automatic Updates so you can install the plugin on a test site and do not need to activate it with the license.

    Can you try using a plugin like Query Monitor:

    Query Monitor – The developer tools panel for WordPress

    That does a good job of showing slow queries, maybe that will show what the cause is for this.

    Let me know what you find out.

    Thanks

    in reply to: Photo view not displaying – page blank #1019045
    Brian
    Member

    Hi,

    Thanks for the info.

    The issue appears to be scripts on sites are not loading and since the page is not completely loading the Photo View script is not running.

    The scripts I found are all related to Facebook and Google Maps. Here is two sample files that my browser would not load when on your site:

    http://connect.facebook.net/en_US/fbds.js
    http://connect.facebook.net/en_GB/all.js

    I am not seeing any issues on sites I run so it is unclear why your site is having an issue.

    You can try to run through our Testing For Conflicts Guide and see if that narrows down the cause.

    Testing Conflicts With Themes and Other Plugins

    Let me know what you find out.

    Or you could wait to see if those files start loading again and it fixes the issue.

    Thanks

    in reply to: Photo View on calendar has stopped working #1019044
    Brian
    Member

    Hi,

    The css is a temporary patch.

    The issue appears to be scripts on sites are not loading and since the page is not completely loading the Photo View script is not running.

    The scripts I found are all related to Facebook and Google Maps. Here is two sample files that my browser would not load:

    http://connect.facebook.net/en_US/fbds.js
    http://connect.facebook.net/en_GB/all.js

    I am not seeing any issues on sites I run so it is unclear why your site is having an issue.

    You can try to run through our Testing For Conflicts Guide and see if that narrows down the cause.

    Testing Conflicts With Themes and Other Plugins

    Let me know what you find out.

    Thanks

    Hello charrame and Mr Rupert Cefai

    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 can interact with you one on one. Also, we encourage you to post on your own topic because every time we post it will email the author of the topic.

    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

    in reply to: Event Ticket Image #1019037
    Brian
    Member

    Hi Thanks for the feature request.

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    Since this is marked resolved 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

Viewing 15 posts - 3,241 through 3,255 (of 11,256 total)