I am using the "Google translate my page". I placed the generated by google translate code and placed on my web-site (http://jewelryfashionstyle.com). It's all fine but the menu items and some other text do not get translated. What could be the cause?
Sorry, forgot to add - it can't be translated only from other languages that are available under the google translate's dropdown.
Related
Does anyone know how can I make the google map in that shortcode be displayed directly? Currently it only works if I click that link. After the click it opens a pop up with the map.
Image:
I got no results / solutions on google and there's no "shortcode" or "google maps" element when I search for it..
I created a Linkedin Follow Company button here: https://developer.linkedin.com/plugins/follow-company.
However, when I add it to my WordPress site, it shows up in English, regardless of what language I set. The code contains lang: da_DK to show the button in Danish, but it's still displayed in English.
When I test it outside of WordPress, it shows up in the right language, which suggests it's a WordPress issue, but WP can display buttons from Facebook and Twitter in the right language, which suggests it's a LinkedIn issue.
How can I make the button appear in Danish on my WordPress site?
Try with this plugin : https://wordpress.org/plugins/wpsite-follow-us-badges/screenshots/
It provide option to select language also.
I had a similar issue. My webpage had the Company Profile plugin in header, and the Follow Company plugin in footer. I was wrongly including the platform.linkedin.com/in.js script twice, the first occurence did not include the lang parameter.
Be sure to include platform.linkedin.com/in.js once in HTML code with the right lang: da_DK param value.
I am developing a theme for WordPress 3.6 and as far as I know embedded links, like if just place a link into the post for YouTube it should auto embed its self. that's not the case here - would any one know what would cause links from services like YouTube to not embed?
[embed][/embed] doesn't work either...
Make sure the YouTube link is not hyperlinked. If the URL is shown in
your theme’s link color (as the second line in the screenshot below),
then it is hyperlinked. Simply select the whole URL and click the
“Unlink” icon on your Visual Editor toolbar.
Once the URL is unlinked, you will see the link text in black. Make
sure to place the YouTube URL or shortcode on its own line. This
means there should be no character or whitespace before or after the
URL/shortcode.
http://en.support.wordpress.com/shortcodes/
However, beyond those issues you might want to look into. the API that WP uses to embed links from YouTube, Twitter, Flicker...
http://oembed.com/
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.
Unlink the link if it's linked and use the shortcode :
[youtube=http://www.youtube.com/XXXX] and that will work.
I have wordpress site in English, i want to translate whole site to swedish using Google translate automatically when site is loading,
but i don't want to show any language selector on font end.and also don't want to show the google translate bar.
i search around 2days but can't got a answers.
is there any wordpress plugin for do this kind of magic.
thank you
You can get code for specific language from here https://translate.google.com/manager/add
and select only "Swedish" add code to your site. Using javascript or jquery select the langague from select box after loading page and make the select box display:none;
$(document).ready(function(){
$("#google_languaes").val(1);
$("#google_languaes").css({display: "none"});
})
I'm using Wordpress 3.2.1. In the back-end (admin area) everything is in English but I want to display some Japanese in the front-end.
When editing a post I type Japanese and everything looks ok in the editor but once I save it and view the page it shows the text from right to left.
How can I avoid this behavior and have Japanese displayed from left to right.
I don't think it's an encoding problem but rather something to do with the css, if you have your site online mind giving a link? Otherwise check your style-sheets taking into account the following: http://codex.wordpress.org/Right_to_Left_Language_Support
There is a plug in called polylang for wordpress that can solve your problems : http://wordpress.org/extend/plugins/polylang/