Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Thanks for the report. It was indeed a bug and we’ve produced a fix which will be included in the next theme update.
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?
Admin
Alright, glad you got it sorted out. Someone else reported similar issue previously, turned out it was due to a conflict with a certain plugin. Perhaps it was the same in your case.
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.
Admin
Hi @maltjoker,
I don’t see any “Willkommen” menu item on your site. The only menu item that has dropdown is “The Equipment”, which stays there after leaving the dropdown. Are you still having this issue?
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.
Admin
The above lines only load the Google Fonts. You will then need to apply those fonts to the applicable text. For example, to apply it as the main font for the theme, add this line:
body { font-family: "Open Sans", sans-serif; }We’re releasing Graphene Plus very soon, which will have intuitive typography options built in. You’ll be able to select from the top hundred Google Fonts and have it previewed and applied instantly to your content.
Admin
Thanks @Gendji. We’ve released an update for Stacks that should fix this issue. Please update your copy and let me know how it goes for you.
Admin
If the border is added by the iframe content, which it likely is, then no, you can’t remove it with CSS. Unfortunately I can’t determine that without being able to see your page.
Admin
In reply to: How to control "IN THIS SECTION" menu in the widget area in V2?
February 16, 2018 at 7:32 pm #49097We’ll get there with the documentation eventually. At the moment we are focusing on developing new features first.
The contextual navigation is using Bootstrap panels markup. It is different than the other widgets precisely to give it prominence for intuitive user experience for the visitors. If the other widgets use the same markup, the contextual navigation will get lost among all the other widgets.
