Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Slider – Exclude the categories from posts listing

    #49128

    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

    In reply to: Support for PHP 7.1

    #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?

    Admin

    In reply to: Menu item disappears after dropdown collapses

    #49126

    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

    In reply to: Support for PHP 7.1

    #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.

    Admin

    In reply to: Menu item disappears after dropdown collapses

    #49118

    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

    In reply to: Support for PHP 7.1

    #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.

    Admin

    In reply to: Font settings

    #49107

    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

    In reply to: Support for PHP 7.1

    #49103

    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

    In reply to: Removing FEATURED Image Border

    #49102

    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

    We’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.

Viewing 10 posts - 501 through 510 (of 6,030 total)