Support for PHP 7.1

  • Admin

    Syahir Hakim

    #49110

    @Gendji, can you quickly add this code to your site’s Additional CSS and let me know if it fixes the responsive issue?

    .panel-grid.panel-no-style, 
    .panel-grid.panel-has-style > .panel-row-style {
    	flex-wrap: wrap;
    }
    .panel-grid.panel-has-style > .siteorigin-panels-stretch {
    	display: block;
    }
    

    Thanks.

    Anonymous

    #49114

    It is working, thank you!.

    Except for the slider, but i am not using it the standard FJ way, so no idea if that falls under support :-).

    Anonymous

    #49121

    Seems to be an FJ Stacks problem after all.

    In plugins/franz-stacks/lib/page-builder/css/front-legacy.css, the

    .panel-grid-cell {
       float: left;
    } 

    part, (line 13) messes up the layout of the first row on my front page, which has the slider.

    If i remove it from that css file, all is back to the way it was.

    I have no idea how to override that in the child theme. Changing float to none doesn’t work.

    Admin

    Syahir Hakim

    #49123

    I’ve done some further checking on this, and it turns out there are further issues with the latest version of SiteOrigin Page Builder. I’ve released an update today (v1.4.2) which should fix most of the layout issues. Do let me know how it works out for you, and if you notice any further issues.

    Anonymous

    #49124

    Thank you. Works in regard to the previous Slider problem.

    One other issue that occurred now is that on my front page, part of i think some padding (left and right), is gone. There was a small space left and right of the rows that had the background color, that is not there anymore.

    It’s there on mobile view but not on full view.

    Hope i am explaining it correctly.

    Admin

    Syahir Hakim

    #49127

    For some reason the Page Builder is adding the following code to your layout which causes the issue:

    #pg-1461-0 .panel-grid-cell, #pg-1461-1 .panel-grid-cell, #pg-1461-2 .panel-grid-cell, #pg-1461-3 .panel-grid-cell {
        padding-left: 0px;
        padding-right: 0px;
    }
    

    I’m unable to replicate the issue on either our development server or demo site. Is it possible for me to get temporary FTP and WP Admin access to your site for further troubleshooting?

    Anonymous

    #49130

    Sure, i will set it up. Where do i send the info when it’s done?

    Admin

    Syahir Hakim

    #49131

    You can use the contact form here:

    Anonymous

    #49135

    Info is send. Let me know if it works ok.

    Discovered another problem with FJ. Maybe you can look at that also.

    When FJ is used with all the addons, Live Preview does not work for other themes including Graphene.

    Thank you.

    Admin

    Syahir Hakim

    #49140

    Thanks, Gendji. The issue was caused by Page Builder setting “Use Legacy Layout Engine”. It’s now set to “Detect older browsers”.

    Please confirm the issue is resolved.

Viewing 10 posts - 11 through 20 (of 23 total)

  • You must be logged in to reply to this topic.