dominman
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Wrong URLs on translated domainsI found a workaround – I added the following code before the closing <head> tag only for the russian version, and the icons display properly:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">Is this a good solution in your opinion?
Forum: Plugins
In reply to: [Polylang] Wrong URLs on translated domainsHey, sorry if I’m bumping the wrong topic, but I seem to have a similar problem, with a slightly different configuration. I am using Avada (again this theme!) and I have set up “language based on different domains”, and I removed the page name or ID from the homepage. So I have:
domain.ru - Russian version domain.pl - Polish version (default)The problem is with fontawesome icons. When I click the Russian version (domain.ru), the Avada fontawesome css is loaded from the default location:
domain.pl/wp-content/themes/Avada/fonts/fontawesome/font-awesome.csswhich makes the icons disappear. When I change the above to
domain.ru/wp-content/themes/Avada/fonts/fontawesome/font-awesome.cssin firebug, suddenly the icons are OK.
Is there any way to make sure that the proper domain is used?
the domain name is soluvert, if you’d like to check.Oh yes, I will definitely recommend it to clients.
After changing the theme, it was possible to change the locale, and it worked. I will have to assume that the issue is not with the plugin, but with something else. I still haven’t found a way to fix it with the current theme, but will keep on trying. Thanks for your time and help.
Hi
after changing the theme, the locale worked. But…
I have a development version with the same theme (i.e. Newspaper) and it works fine (nowadebata.vm01.vm.acquitec.com). The only difference is that the development version uses English WP installation, whereas the production version is based on the Polish one.What are your thoughts on this.
ThanksThanks a lot. I added you as admin. You should get the credentials shortly, please let me know if you received the email.
I did what you told me (twice actually). I have the following shortcode (under the widget):
[efb_likebox fanpage_url="NowaDebata" box_width="300" box_height="275" colorscheme="light" locale="pl_PL" responsive="1" show_faces="1" show_header="1" show_stream="0" show_border="1" ]After firing up firebug and inspecting this element, I always get the locale=en_US:
<div data-show-border="true" data-stream="false" data-header="true" data-show-faces="true" data-height="275" data-width="300" data-colorscheme="light" data-href="https://www.facebook.com/NowaDebata" class="fb-like-box responsive fb_iframe_widget" fb-xfbml-state="rendered" fb-iframe-plugin-query="app_id=&color_scheme=light&header=true&height=275&href=https%3A%2F%2Fwww.facebook.com%2FNowaDebata&locale=en_US&sdk=joey&show_border=true&show_faces=true&stream=false&width=300"><span style="vertical-align: bottom; width: 300px; height: 275px;"><iframe width="300px" height="275px" frameborder="0" name="fcdf599105b2a4" allowtransparency="true" scrolling="no" title="fb:like_box Facebook Social Plugin" style="border: medium none; visibility: visible; width: 300px; height: 275px;" src="http://www.facebook.com/v2.0/plugins/like_box.php?app_id=&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2F7r8gQb8MIqE.js%3Fversion%3D41%23cb%3Df201a547d28e8a6%26domain%3Dnowadebata.pl%26origin%3Dhttp%253A%252F%252Fnowadebata.pl%252Ff3c1826984c5bb2%26relation%3Dparent.parent&color_scheme=light&header=true&height=275&href=https%3A%2F%2Fwww.facebook.com%2FNowaDebata&locale=en_US&sdk=joey&show_border=true&show_faces=true&stream=false&width=300" class=""></iframe></span></div>Any ideas?
nope, I just wanted to clarify what steps I’ve taken. Changing the locale does not work – the plugin keeps displaying the Likebox in Englishm, no matter what I choose.
Sorry, the code change I refer to above was in public/easy-facebook-likeboox.php – you mentioned this method in reply to to another language-related ticket 6 months ago.
Forum: Plugins
In reply to: [Polylang] Polylang Conflicts with Avada ThemeHey Chouby,
Thanks for replying to this topic. I’ve just uploaded the latest version but unfortunately it still doesn’t work for me. The Avada theme options do not update (I’m assuming that was part of the fix). Please can anyone else check this? Maybe I’m doing something wrong?Forum: Plugins
In reply to: [Polylang] Polylang Conflicts with Avada ThemeHi, as much as I like your plugin, I have a problem with Polylang and Avada. The Avada theme options do not get updated while Polylang is active. Once I deactivate it, the options work. The Dev team @avada claim that the problem is with your code, here is what their developer said:
I have checked the issue on your site and unfortunately, this is a polylang bug. Please post a ticket on their support forums and tell the developer to make
icl_get_languages('skip_missing=N')work in the backend code as this is used by Avada theme options.
You can follow this thread at: http://theme-fusion.com/forums/topic/header-does-not-update-after-changing-theme-options/#post-335179
Do you think you can help?