iPhone and week view

Home Forums Calendar Products Events Calendar PRO iPhone and week view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1019566
    Conny
    Participant

    Hi

    I just bought the events calendar PRO and have configured most of the things on the calendar. I wanted the calendar to show week view also on mobile devices so I used the add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’); to kill responsiveness. On the computer everything seems fine, when I narrow down my browser window, everything looks fine, but on my iPhone (both safari and chrome) the view is not showing events at all.

    Look at my site here: http://151.80.34.62/~lohjankuplahalli/varauskalenteri/ (using theme twenty fifteen)

    I did check your support forum for this, but did not find any solutions. Earlier today I had problems with week-view not shoving events at all on computer, and found that the solution was to paste this into functions.php:

    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( ‘floatval’, $geocords );
    }
    add_filter( ‘transient_geoloc_center_point_estimation’, ‘temp_fix_geocoords_breakage’ );

    Could that, and my problem have something in common?

    #1019751
    Brian
    Member

    Hi,

    Thanks for purchasing Pro. I can help out here.

    Have you updated to Pro 3.12.5 that may fix the issue. (released late yesterday)

    Can you please do that first and then we can go from there on this.

    You can download the latest version from your account here on theeventscalendar.com

    and follow these steps for manual updates:

    Manual Updates

    Let me know.

    Thanks

    #1019921
    Conny
    Participant

    Hi

    Yes, I updated it this morning, but still no effect for the iPhone. In fact the same problem is occurring also on the iPad.

    #1019983
    Brian
    Member

    Oh Ok, I see what you are trying to do now.

    I am not sure we can help much. The Week View has its own special mobile view and that works.

    The Week View itself is not designed for smaller screens so there might be issues like this and we are not able to solve them as unfortunately it is not a feature.

    I can support the mobile version we ship with the week view, but not this.

    #1075246
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘iPhone and week view’ is closed to new replies.