Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Support for PHP 7.1

    #49096

    @Gendji, can you post the line preceding the error log you posted above? Before the in /blog/wp-content/plugins/.... That would indicate what the error actually was.

    Admin

    In reply to: How to control "IN THIS SECTION" menu in the widget area in V2?

    #49092

    That widget follows the page order in WordPress. There are a few ways to rearrange them. See this page to read about the available options: https://www.greengeeks.com/tutorials/article/the-easiest-way-to-reorder-pages-in-wordpress/

    To disable that feature, go to Customizer > Graphene: General > Child Pages > Disable contextual navigation in the sidebar.

    Admin

    In reply to: Support for PHP 7.1

    #49091

    Hmm.. that is strange as the demo site is also running Stacks with PHP 7.1. Can you turn on WP_DEBUG on your site and see if there’s any error message displayed? Also, have you installed the latest SiteOrigin Page Builder plugin to replace the theme’s bundled copy?

    Admin

    In reply to: Widget Change on Graphene 2.x Mobil view?

    #49090

    At the moment the display is restricted by how the HTML code is laid out in the theme and is not easily fixed. We’ll work something out in the next theme update.

    Admin

    In reply to: Favicon URL in Graphene v2

    #49084

    Thanks for highlighting this. In the next update, we’ll include a fix which will remove the old favicon_url setting if the WordPress site icon has been set. If it has not been set, the old favicon_url will still be used to avoid catching existing users unaware and finding their favicons are missing.

    In the mean time, you can use a text editor to remove the favicon_url reference from your Graphene options export file and re-import them into your real site.

    Admin

    In reply to: Has page transparent command changed?

    #49079

    The header itself doesn’t have a background colour. The white background you’re seeing is from the .boxed-wrapper element, so you’ll have to remove the background for that element for all pages.

    Admin

    In reply to: Has page transparent command changed?

    #49076

    You’ll only need to prefix it with .home, like so:

    .home .boxed-wrapper,
    .home #content {
    	background: none;
    }
    
    Admin

    In reply to: Language support

    #49070

    @skooter, I have requested for them to make you as a pt-BR translation editor for Graphene.

    Admin

    In reply to: Language support

    #49066

    All the german strings are translated, but they have to be approved by a translation editor.
    That’s the problem!

    That’s right. I can make a request for them to make you or other German users of the theme as translation editor, but you’ll need to actually show them that you can make good German translation. You can do this by adding some (good) German translation first, via this page:
    https://translate.wordpress.org/locale/de/default/wp-themes/graphene

    Make sure you follow the German translation community guidelines when adding translations as well. See this discussion on WordPress.org for more info: https://make.wordpress.org/polyglots/2017/12/27/hello-everyone-i-am-the/#comment-277951

    Admin

    In reply to: (Edit Page) link in V2

    #49065

    The admin bar will only be shown when you’re logged in. Your visitors will not see them. If it still bothers you though, you can add an offset to the background image while logged in. Try:

    body.admin-bar {
    	background-position: center 32px;
    }
    

Viewing 10 posts - 511 through 520 (of 6,030 total)