Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-10-20 03:47:06

rsamco
Member
From: Bend, Oregon
Registered: 2012-12-20
Posts: 177
Website

Responsive Grid truncation upon small display rotation

My newly migrated BL Pangolin website http://rick.samcos.com has its /galleries managed by BL and all other pages managed by Wordpress using a theme generated by BL's WordPress module. My WordPress home page is very simple and is formatted with TTG's responsive grid_12:

<div class="grid_12">
<div class="col_4 gutter_12px collapse clearfix">Welcome to my photography and travel website. Feel free to explore my photo galleries and blog!</div>
<div class="col_8 gutter_12px collapse clearfix">[slideshow_deploy id='802']</div>
</div>
<!-- .grid_12 -->

The grid's columns get stacked (as they should) on a small displays (e.g., iPhone6s). But the page gets truncated when the device is rotated from landscape to portrait. It appears to me that the page contents don't get resized and therefore spill off the right edge. A page refresh does correctly resize the page.


Rick

Offline

#2 2017-10-20 03:56:03

rsamco
Member
From: Bend, Oregon
Registered: 2012-12-20
Posts: 177
Website

Re: Responsive Grid truncation upon small display rotation

I just simplified the grid:

<div class="grid_12">
<div class="col_4">Welcome to my photography and travel website. Feel free to explore my photo galleries and blog!</div>
<div class="col_8">[slideshow_deploy id='802']</div>
</div>
<!-- .grid_12 -->

and t still has the problem.


Rick

Offline

#3 2017-10-20 10:58:32

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Responsive Grid truncation upon small display rotation

Hi Rick,

From what I can see, the problem isn't the grid, it's the slideshow. Rotating from portrait to landscape, the slideshow updates its width (visible as inline CSS in the page's source code). Rotating back again, it does not update it's width to accommodate the narrower screen, so it goes out-of-bounds.


Matt

The Turning Gate, http://theturninggate.net

Offline

#4 2017-10-21 01:13:17

rsamco
Member
From: Bend, Oregon
Registered: 2012-12-20
Posts: 177
Website

Re: Responsive Grid truncation upon small display rotation

Thanks, Matt -- I see that the Slideshow WP plugin I'm using hasn't been updated in 3 yrs. :-(  Time to switch!


Rick

Offline

#5 2017-10-21 11:29:35

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Responsive Grid truncation upon small display rotation

Yes, I think so!


Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB