rkleinha
Forum Replies Created
-
Thanks, this works properly! And so quick resolved!
Forum: Plugins
In reply to: [Organization chart] Vertical viewI have the same problem. Has it been resolved only in the Premium version or also in the free version?
Forum: Themes and Templates
In reply to: [Catch Kathmandu] WordPress 5.5 causes menu-problemsI agree, @newmediologo. The Catch-Kathmandu-team or the WordPress-developers?
Forum: Themes and Templates
In reply to: [Catch Kathmandu] WordPress 5.5 causes menu-problemsThanks! The mobile-menu is working again!
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Tag: or Category: in Archive-titleI tried the following ?orrection’:
// Load translation files from your child theme instead of the parent theme
function my_child_theme_locale() {
load_child_theme_textdomain( ‘catch-kathmandu-child’, get_stylesheet_directory() . ‘/languages’ );
}
add_action( ‘after_setup_theme’, ‘my_child_theme_locale’ );but it also doesn’t seem to work. What can be wrong with this code?
- This reply was modified 4 years, 8 months ago by rkleinha.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Tag: or Category: in Archive-titleI also tried to force the theme to get the translations from the child theme’s folder by adding the following lines to the functions.php in the child theme folder:
// Load translation files from your child theme instead of the parent theme
function my_child_theme_locale() {
load_child_theme_textdomain( ‘total’, get_stylesheet_directory() . ‘/languages’ );
}
add_action( ‘after_setup_theme’, ‘my_child_theme_locale’ );but it doesn’t seem to work. Of is there something wrong with this code?
Forum: Themes and Templates
In reply to: [Zakra] Tag: or Category: in template titleThanks for your comments!
I managed to add the strings “Tag: %s” and “Category: %s” to the Zakra.pot and then created new translation-files zakra-nl_NL.po / zakra-nl_NL.mo, that translate the string as “%s”.
I guess that this is a sustainable solution, since I understood that this will not be overwritten.
Or should it be necessarily to copy this translation into the childtheme’s folder?Forum: Themes and Templates
In reply to: [Zakra] Tag: or Category: in template titleThis translation in wp-content/languages is over written with an update for the translation of WordPress (not for the theme).
What can I do to prevent my translation for updates?Forum: Themes and Templates
In reply to: [Zakra] Tag: or Category: in template titleWell, I managed it by making a new translation, stored in wp-conntent/languages. But has that to be removed to the childtheme?
Forum: Themes and Templates
In reply to: [Zakra] Move hamburger menu to left?WoW! That’s great! Exactly what I had in mind!
Thanks for your pati?nte and help.
Forum: Themes and Templates
In reply to: [Zakra] Move hamburger menu to left?Thanks for the help! It helped a bit, but I’m not quite satisfied yet. The menu is now centered, which is good (https://zoekennaarwijsheid.nl), but the bar is shortened. I would like the bar to have the same width as the picture underneath. I found a way to stretch it, but then the hamburger and the menu-text are on the left-side of the box and not in the middle.
- This reply was modified 5 years, 2 months ago by rkleinha.
Forum: Themes and Templates
In reply to: [Zakra] Move hamburger menu to left?Thanks! The pro-option is very helpfull, but for me not quite satisfying, I would like to have the hamburger and menutext centered or the menutext at the left margin and the hamburger at the right margin.
Of course a little detail in the css, but which one?
And for now: Happy New Year!
Forum: Themes and Templates
In reply to: [Zakra] Move hamburger menu to left?I ‘ve managed to center the hamburgermenu (on mobile) (https://zoekennaarwijsheid.nl), but I’d like to add the text “menu” somewhere, like on https://ichthusculemborg.nl or https://hannahleclercq.nl. How can I do so?