• Hi Everybody,

    I have a problem with Alx Tabs widget.

    Since the last theme update the Widgets folder is now located in the function folder. Because of this my German translation of the Tab labels was lost. Now the tabs are again in english language as you can see here in the right sidebar:

    https://goo.gl/FxYSg4

    So, as I did before, I have translated the relevant code:

    private function _create_tabs($tabs,$count) {
    		// Borrowed from Jermaine Maree, thanks mate!
    		$titles = array(
    			'recent'	=> __('Letzte Artikel','hueman'),
    			'popular'	=> __('Beliebte Artikel','hueman'),
    			'comments'	=> __('Letzte Kommentare','hueman'),
    			'tags'		=> __('Schlagw?rter','hueman')
    		);

    I have uploaded the German translation of alx-tabs.php into my child theme in the folder widgets which is part of the folder functions.

    But, I have no clue why, the German translation of the tabs is not showing.

    Could somebody help me here? I have no clue why the translation is not showing.

    Thank you
    Karsten

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter karsten007

    (@karsten007)

    I have now managed to translate the labels of Alx Tabs widgets…but only by editing the mother theme directly.

    Somehow I am not able to use the child thme in this case. I don’t understand which mistake I make here.

    In my child theme I have this folder structure:

    hueman-child-master
       functions
           widgets
              alx-tabs.php

    I have uploaded the translated alx-tabs.php in my child theme widgets folder but the translation is not there.

    My child theme folder has the same structure like the mother theme folder…

    Does somebody see what I am doing wrong here?

    Thank you

    Karsten

    tcempk

    (@tcempk)

    Hey, have you ever solved this problem? I’m having the same issues

    tcempk

    (@tcempk)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alx Tabs widget problem with translation’ is closed to new replies.