Syahir Hakim

Keymaster

Forum Replies Created

  • Admin
    Admin

    In reply to: child theme and languages files

    #26133

    You need to use and register a separate textdomain for your child theme. Assuming you’re placing the language files inside a languages folder inside your child theme, the following code will tell WordPress to load a separate language file for your child theme:

    add_action( 'after_setup_theme', 'graphene_child_setup' );
    function graphene_child_setup() {

    /* Load the child theme's gettext file */
    load_child_theme_textdomain( 'textdomain', get_stylesheet_directory() . '/languages' );

    }

    The code above goes into your child theme’s functions.php file. Replace textdomain with the actual textdomain that you use.

    Admin

    In reply to: dutch text

    #26091

    That’s great! I’ll make sure to include your updated translation in the next update.

    Admin

    In reply to: BBpress support in Graphene Mobile / Tapatalk

    #25895
    Quote:
    I’m also using the Graphene Mobile theme for mobile devices. Am I missing something or does this mobile theme not support BBpress forums? I can’t see anything on the mobile forums link.

    bbPress support hasn’t been added to the Graphene Mobile theme, and yes, I can confirm that it currently doesn’t display the root forum index. However, you can view the individual forums and topics, though the style leaves a lot to be desired. This is something I’ll be working on for the next update.

    Quote:
    Also – I notice that this support forum is on Tapatalk for Android …. for the life of me I can’t seem to find how to get my forum up and running on the app. Any direction where to start?

    To use Tapatalk on your forum, you need to install two things: 1) the Tapatalk plugin for bbPress, and 2) the Tapatalk app on your phone. Go to Tapatalk site for more info.

    Admin

    In reply to: dutch text

    #26089

    OK, download the Dutch translation file with the new strings here:

    http://www.khairul-syahir.com/files/graphene-mobile-nl_NL.zip

    Admin

    In reply to: How to hide menu in certain pages?

    #26095

    Moved to Support. Please post in the correct section next time. Read the forum rules here: https://forum.graphene-theme.com/graphene-support/forum-rules-please-read-especially-if-youre-new-to-the-forum

    Admin

    In reply to: dutch text

    #26087

    Hi Jasper,

    You can update the Dutch translation file in the theme. The instructions are similar as for the Graphene theme: http://wiki.khairul-syahir.com/graphene-theme/wiki/Translating_the_theme

    Admin

    In reply to: WPML Plugin Set Up: What is text domain??

    #26015

    The text domain for the Graphene theme is simply graphene.

    FYI, a text domain is like a designation for each translatable string that allows WordPress to differentiate which string belong to which theme, plugin, or even WordPress itself. It also tells WordPress which translation files to be used for each of the translatable strings.

    Admin

    In reply to: Thank you, and question

    #26060
    Quote:
    do I need to configure it separately, or will it take my graphene settings and do a mobile verion, using our colors, logo, etc. I do I need to set it up separately?

    Yes, you would need to configure it separately, as the options for the mobile theme is kept separate from the options of the main theme. However, some of the options in the mobile theme is similar to the options found in the Graphene theme, and there’s an option in the mobile theme to have these similar options applied copied over to the mobile theme.

    Quote:
    Also, does it work as a plugin to my current theme?

    It works in conjunction with any theme, though for themes other than Graphene there is a bit of extra code that needs to be added. The installation instructions can be found here: http://www.khairul-syahir.com/wordpress-dev/graphene-mobile/installation-instructions

    Admin

    In reply to: Theme not viewing correctly in IE 8 & IE9

    #25996

    Could be. I noticed there are script errors on your site in IE8 caused by the events calendar plugin and the translation plugin.

Viewing 10 posts - 3,481 through 3,490 (of 6,030 total)