Home › Forums › Franz Josef › Support
Support for PHP 7.1
-
Admin
@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.
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 :-).
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
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.
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
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?
Sure, i will set it up. Where do i send the info when it’s done?
Admin
You can use the contact form here:
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
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.
- You must be logged in to reply to this topic.