+ the problem is not functionality the problem are not loaded CSS styles since main domain is different for both websites… Hope its clear now
Is there any support or is this plugin dead?!
Your site link? and the screenshot link is not working for me (https://snag.gy/u1xWfg.jpg)
Hi,
I owe you huge apology for my late answer. It seems my email notifications for new reply in this forum does not work anymore 🙁
I just put on your plugin so you can check it out!
Here is default language where it works: https://goo.gl/zj1hGX
And here is another language mutation where it does not work: https://goo.gl/GYOoAD
I am 100% sure that problem is that you work with one domain url name which is ok in most of the cases. However sometimes there are crossdomains (typicaly diff domain url names for each language) where it does not work. You dont have to do update, I will be ok if you just let me know where to do some code changes.
Thank you for help on this!
Kind regards
Pavel
Add this line in header.php before </head>
<link href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css” rel=”stylesheet” crossorigin=”anonymous”>
Let me know if it solves.
I just did it but dont see any difference 🙁 Can you please make kind of fork for your code to load css based on url? I will then make IF for each language.
KR
Pavel
I am not getting chance to look on it, i will try to update you as soon as i got some time.
Ok, I am looking forward to it! 😉
Have a good day
Hi,
I know you are super busy, but do you mind to check this issue in following days? 😉 I have this “broken” thing on my website for couple of weeks and some people are already asking whats wrong.
Kind regards
Pavel
What is the relation between http://www.ourtriparoundtheworld.com and http://www.nasecestakolemsveta.cz this domain? Your site is trying to load resources from cross origin. Have you put this
<link href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css” rel=”stylesheet” crossorigin=”anonymous”>
in the site which have this issues and cleared the cache (if using any plugin) after that?
If you have added
<link href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css” rel=”stylesheet” crossorigin=”anonymous”>
previously, delete that one and add this one :
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">
Do take care of quotation marks, as i can see in your site, there is issue of it in previous code.
Ahhhhh, Great! It works! 😉
Many thanks
looking forward to see your review on plugin 🙂