[Resolved] Problem since upgrading to 1.3.33

Home Forums Support [Resolved] Problem since upgrading to 1.3.33

Home Forums Support Problem since upgrading to 1.3.33

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #209433
    Louis

    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.

    #209434
    Tom
    Lead Developer
    Lead Developer

    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/

    #209435
    Louis

    Thanks Tom,

    WOW! Rapid service!

    Added that to Simple CSS and it did fix the problem.

    #209451
    Tom
    Lead Developer
    Lead Developer

    Great! You’ll be able to remove it when 1.3.34 comes out ๐Ÿ™‚

    #209575
    Louis

    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?

    #209623
    Tom
    Lead Developer
    Lead Developer

    Did you install the Generate Disable Mobile plugin by chance?

    #209637
    Louis

    Yes, I did. Sorry should have mentionned it.
    I want the site to be identical to PC site everywhere (in fact especially on iPad).

    #209639
    Tom
    Lead Developer
    Lead Developer

    Can you try adding this CSS:

    .page-header-image-single.grid-container {
        width: auto;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #209653
    Louis

    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 ?

    #209753
    Tom
    Lead Developer
    Lead Developer

    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!

    #209760
    Louis

    Thanks Tom

    GREAT SERVICE AGAIN !!!

    #209761
    Tom
    Lead Developer
    Lead Developer

    Happy to help! ๐Ÿ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.