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
Admin
You need to use and register a separate textdomain for your child theme. Assuming you’re placing the language files inside a
languagesfolder 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.phpfile. Replacetextdomainwith the actual textdomain that you use.Admin
That’s great! I’ll make sure to include your updated translation in the next update.
Admin
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
OK, download the Dutch translation file with the new strings here:
http://www.khairul-syahir.com/files/graphene-mobile-nl_NL.zip
Admin
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
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
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
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
Could be. I noticed there are script errors on your site in IE8 caused by the events calendar plugin and the translation plugin.
