-
AuthorSearch Results
-
February 23, 2017 at 12:07 am #89330
In reply to: multiple languages rt-16
neo
Customer SupportLEAD SUPPORTHi
You can use the wpml.org multilanguage plugin. Or adjust the theme wpml_functions.php and use polylang. There is a tutorial on that in the rt 16 section of our forum. http://support-rt.com/forums/topic/polylang-fatal-error-call-to-a-member-function-get_default_language-on-a-non-object/
Best regards, Neo
January 5, 2017 at 6:58 am #87965In reply to: qtranslate: flag on the header
neo
Customer SupportLEAD SUPPORThttp://support-rt.com/forums/search/polylang/
You can apply this to nixe http://support-rt.com/forums/topic/multiple-logos-for-multiple-languages/ change the function names to what nixe uses and it works just finePHP12345678910111213141516171819202122232425function rtframework_wpml_get_current_language(){global $polylang;if (isset($polylang)) return pll_current_language();if(function_exists('icl_object_id')) {global $sitepress;return $sitepress->get_current_language();}}function rtframework_wpml_page_id($id){global $polylang;if (isset($polylang)) {$get_default_language = pll_default_language();return pll_get_post($id, $get_default_language);}if(function_exists('icl_object_id')) {global $sitepress;$get_default_language = $sitepress->get_default_language();return icl_object_id($id,'page',true,$get_default_language);} else {return $id;}}January 5, 2017 at 6:57 am #87964In reply to: qtranslate: flag on the header
neo
Customer SupportLEAD SUPPORTHi
You can look into the header-layout1.php.
Note: The theme has no code in it to support qutranslate. You better use polylang or wpml. Polylang works fine.
Note: If you don’t know how to code please hire a coder from https://www.freelancer.com/hire/Hire-a-Coder/ as we unfortunately don’t provide such service nor can we support issues caused by recoding of theme core files. I sincerly apologize for that but it is not part of the support package.

Best regards,
Neo
Theme supportJanuary 5, 2017 at 5:43 am #87958Topic: qtranslate: flag on the header
in forum Nixemiracapri
MemberHi,
I’m using qtranslate and it works on nixe theme (polylang doesn’t work!).
I’d like to put the flags images on the header, but the theme can put them only in the sidebar.
What file can I modify to show the flags images? header.php?
Can you help me what code I have to use?Thanks.
Let me know, please.regards
neo
Customer SupportLEAD SUPPORTHi
You need to buy wpml at wpml.org
It is not included in the theme package.
Alternate you can use polylang and search the forum how to make polylang work in rt18. Polylang is free.
Best regards,
Neo
Theme supportDecember 25, 2016 at 8:12 am #87754In reply to: Changed Logo does not apply to other pages
neo
Customer SupportLEAD SUPPORTHi
Can you add a url to the thread to the problem pages? http://support-rt.com/forums/topic/creating-a-thread-reporting-a-issue-include-a-url/
Did you try export the theme settings in the customizer, reset the theme settings in the customizer and import back in the exported settings?
Are you using wpml or polylang? If so then you should also adjust the logo in the string translation tables.
Best regards,
Neo
Theme supportDecember 15, 2016 at 10:10 am #87524In reply to: qtranslate x on template
neo
Customer SupportLEAD SUPPORTHi
Templates do not have translated content. You need to create a template per language. Unfortunately we dont support qtranslate (x) in this theme as there is no code within the theme to make it work with rt18. The theme works with wpml and or polylang (with small code adjustments which are listed on our forum when searching for polylang).
Here are some code adjustments to use polylang which you can make to the file called wpml_functions.php
link http://support-rt.com/forums/topic/multiple-logos-for-multiple-languages/
Best regards,
Neo
Theme supportDecember 11, 2016 at 10:22 am #87447In reply to: Localizing extensions
neo
Customer SupportLEAD SUPPORTHi
What do you mean with “, but I see no change in the extensions”? Are you using wpml or polylang? Are you using a child theme? I need more exact information on this as we have no issues in translating any of the theme strings into any language.
Can you add a url? http://support-rt.com/forums/topic/creating-a-thread-reporting-a-issue-include-a-url/
Best regards,
Neo
Theme supportDecember 10, 2016 at 6:26 am #87433In reply to: Child Theme Swap images on mobile
neo
Customer SupportLEAD SUPPORTHi
1),The child theme works fine. Please specify what is not working. See also 2)
2) why would you do so? All is coded like this. Try and export your customizer settings before changing, change the name, reset the settings and import the exported settings.
3) use the wpml.org mulitinlanguage plugin or polylang.
4) you need licenses as they are not royalty free.
5) you can change the logo padding in the customizer. http://docs.rtthemes.com
Any further questions please create new threads as it helps other users with similar ones to find answers aswell. http://support-rt.com/forums/topic/do-not-stack-questions/
Brn
December 6, 2016 at 7:39 am #87309In reply to: language plugin
neo
Customer SupportLEAD SUPPORTHi
What do you mean by i could not build a language module? You install a plugin like wpml or polylang and then start building pages and posts in different languages. Then if you want to see the flags in your top menu goto
customizer -> styling options -> shortcode buttons and enable the language flags.

Please consult the wpml or polylang plugin documentation on how to build the pages and posts in different languages. If you are using wpml you can contact wpml support as it is a paid plugin.
link https://wpml.org/documentation/
link http://docs.rtthemes.com
link http://docs.rtthemes.com/rt-theme-20-documentation/#article-34456
link http://docs.rtthemes.com/rt-theme-20-documentation/#article-23407I can not go in into your website as i cant open your url. Your server is too slow for me to open it. Sorry about that. But my best guess is that your are not using the wpml or polylang plugin. The theme only supports these plugins in order to get the flags.
Have a great day !
link https://wpml.org
link https://tr.wordpress.org/plugins/polylang/Best regards,
Neo
Theme support -
AuthorSearch Results