Archived topic
Problem since upgrading to 1.3.33
11 replies · Started by Louis on July 13, 2016
Hi Tom,
I ugraded to 1.3.33 today and notice a problem with some specific pages. All others are OK.
These pages are Events pages from "The Events Calendar" by Modern Tribe. The middle portion of the page now shows in full width while the header and footer are OK. See exemple at http://lelaurier.net/evenement/ca-finit-bien-la-semaine-le-15-juillet/
Not sure it is due to the upgrade but only notice that after upgrading.
Please help.
Hi there,
Sorry about that - there is a known issue with some third party templates like BuddyPress and Tribe Events.
I'll be pushing out an update ASAP.
For now, you can add this CSS:
.full-width-content.events-single .container.grid-container {
max-width: 1105px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Thanks Tom,
WOW! Rapid service!
Added that to Simple CSS and it did fix the problem.
Great! You'll be able to remove it when 1.3.34 comes out :)
Thanks Tom,
While we are on this type of display problem, here is an other which is less annoying but that has been there for a while on my site.
Regular Post pages like http://lelaurier.net/2016/07/13/reunion-des-volontaires-du-club-social/
whould display fine on PC (including Safari) but do not fill the screen on iPad (both Portait and Paysage) and iPhone (only Paysage). There is a green bar on the right side.
Any idea why?
Did you install the Generate Disable Mobile plugin by chance?
Yes, I did. Sorry should have mentionned it.
I want the site to be identical to PC site everywhere (in fact especially on iPad).
Can you try adding this CSS:
.page-header-image-single.grid-container {
width: auto;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Thanks, Tom
Yes, Adding that to Simple CSS did fix the problem.
Is there a problem with my image? Should I change something to it? or is this something you will fix on your side ?
It's a bug in the Generate Disable Mobile plugin - I'll try to get an update pushed out.
As for the original issue in this topic - I just pushed out GP 1.3.34 which fixes this issue.
Thanks!
Thanks Tom
GREAT SERVICE AGAIN !!!
Happy to help! :)
