I have tried to do string translation of the theme panel font setting.
(I cannot edit the font of woocommerce in tagdiv composer)
It still doesn’t work. The font type of original language is applied to all 3 languages.
Screenshot: https://ibb.co/DCGd8Lt
Sent to you. Please check
I have the same problem. After changing the favicon, it doesnt show in mobile theme.
I used both my phone and desktop (mobile view) but i cannot see it
I only found favicon in Logo & Favicon. In Logo for mobile there is no setting for Favicon.
my site: www2.chinaworker.info
-
This reply was modified 5 years by
Jaco.
Unfortunately it doesnt work. After I did it, wordpress shows my site has a critical error when I went into string translation page of WPML.
No, I cant
As I said I use WPML, theme panel translation is overridden by WPML.
I have used string translation in WPML to translate ‘Latest articlesâ , and âno posts to displayâ -> https://ibb.co/r5Mpzbn, https://ibb.co/wLZRGqm
but it doesnt show up in mobile theme
https://ibb.co/82rykxx
I also tried to search the string in admin screen. But it doesnt show up in WPML strring translation interface
https://ibb.co/4RyxWbt
OK, I decide to use the plugin. I find that I need to copy the code of pages and paste it to the bottom part “mobile editor”
How can I edit the footer with this plugin?
Now I have about us and follow us in the footer. I want to change to something else
I have the same problem. I have enter in a separate page (mobile page) but still it doesnt show up
https://www2.chinaworker.info/zh-hant/%E7%B6%B2%E4%B8%8A%E6%8D%90%E6%AC%BE
not working on my mobile device
Basically all pages do not work. It only shows the title of the page and then page
Another example: https://www2.chinaworker.info/zh-hant/%e5%8a%a0%e5%85%a5%e6%88%91%e5%80%91/
Now WPML fixed my string table and I can use string translation!!
However, I still cannot scan the string ‘view all results’.
I found that you can search 178 strings from newspaper (you picture -> https://prnt.sc/rv7lon) but I can only find 51 strings (https://imgur.com/0JvQOYT) . Probably it is the reason? How can I solve it?
I genuinely use follow your string translation method (WPML finally fixed my string table and I can use it now!!). My website has 3 langauages zh-hant (default), zh-hans and EN.
The English header and footer shows properly now! But zh-hans header in single post is still not correct. (I have set properly in website manager and then now string translation).
https://imgur.com/HvAKJcJ -> https://imgur.com/InW2PbK -> https://imgur.com/X8lImVE
Would you help?
Same here.
I recognize it takes time to learn to use a new sitebuilder. It is normal.
But newspaper theme is very tricky because the functions are
For example, when you use WPML to translate theme option, you actually cannot set it in theme panel, or just set it in website manager when it comes to single post/ search/ etc. You need to use string translation. There is no instruction on this on documentations to tell you beforehand. It is normal users to think that cloud templates are automatically connected to the header and footer of their respective languages.
For the header live search, you must use directory to show languages. If you use /?lang=*, search results will only be shown in default language. I took hours to search posts but could not find this answer.
I spent 3 weeks to learn and use Newspaper theme to build my website, with many overnights to investigate all these mentioned above.
Refund will just waste all my efforts. I have no way back but just keep on đ
The method of setting header and footer template in website manager only works for homepage. For search/ single / category page, even I set the header & footer with the template of the respective language, it would not show up properly.
-
This reply was modified 6 years by
Jaco.
Thanks. I have sent the email. I also had another 3 questions included in the email.
I hope you can solve it.
2) When I click into menu sync of WPML, it crashes. It mades me unable to sync languages of menu.
3) I have assigned headers and footers in the manager of TagDiv Composer to respective languages, both in homepage and Single post. The homepage works fine. The header and footer of single post is strange. For example, in English single post, the header menu and footer menu are translated but the pictue of the header and the text of footer are not translated.
I have made English/ Traditional Chinese/ Simplified Chinese of headers and footers.
4) I want to show the language code in URL for all languages, including default languages.
The problem is after I click scanning the whole theme, WPML said it found 128 strings. But on the string translation page, nothing is displayed.
Thanks, problem solved. In this way, Polylang can also do it.
I bought WPML because I thought it can do theme option translation.
I dont see why WPML is more compatible than Polythan with Newspaper.
Also in WPML it cannot find any strings in string translation system. I have scanned 128 strings in newspaper theme but it just doesnt show up in string translation system.
But Polylang string translation system can find all necessary strings.
I have set per language a new homepages and a new header templates.
But the all homepages only show the header template assigned in theme panel.
It is because the theme option is still not translatable. I can only set the header and footer templates to one of the language. The theme option setting overrides the translation system in WPML.
I migrant from Polylang to WPML with your ‘compatability’ statement. I really hope to know how to solve it
Can I add custom Javscript code in themepanel to solve it?
In my previous website I could add these code to solve it. (chinaworker.info)
Maybe something I need to make some small chagnes? like div#logo img
These are the code I used in the previous site.
jQuery(function($){
var lang = $(“html”).attr(“lang”);
var imgPath = “”;
if (lang ==”en-US”){
imgPath = “https://chinaworker.info/wp-content/uploads/2013/05/header1-1.png”;
} else if(lang ==”zh-CN”){
imgPath = “https://chinaworker.info/wp-content/uploads/2013/05/header1-1.png”;
} else if(lang ==”zh-HK”){
imgPath = “https://chinaworker.info/wp-content/uploads/2020/02/headerhk1-HK.png”;
}
$(“div#logo img”).attr(“src”,imgPath);
});
Sorry, the link is www2.chinaworker.info