Using GTranslate with wordpress ssl issue
Sep 30, 2016 2:15 pm by david-jkf
Sep 30, 2016 2:15 pm by david-jkf
Hey,
I have a wordpress site with GTranslate plugin.
It support English + Hebrew.
When entering the english site, it works well in ssl with https address and show all icons.
http://www.jkf.co.il" rel="nofollow" target="_blank
In hebrew address it shows red cross on the https url and not loading some icons.
iw.jkf.co.il
Anyone know how to solve it?
Re: Using GTranslate with wordpress ssl issue
Sep 30, 2016 3:03 pm by Yana
Sep 30, 2016 3:03 pm by Yana
Hi,
You are using ssl on your website. If you are using only one language you will need to buy ssl certificate for iw.jkf.co.il and send it with the private key. We will install it on our server and you will be able to see the translated version without ssl warnings. If you are going to use more languages you should buy wildcard ssl certificate.
To fix the icons issue you need to add this rules in your .htaccess file (for Apache server only):
<FilesMatch "\.(ttf|ttc|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Re: Using GTranslate with wordpress ssl issue
Oct 1, 2016 6:57 am by david-jkf
Oct 1, 2016 6:57 am by david-jkf
Hi,
I am using wordpress.org site hosted under some hosting company.
And it looks like icons but it is actually a special font characters using css which is loaded in the html and not loaded due to the ssl issue.
Do you have a wordpress solution for adding the rule you mentioned?
I think Apache is not relevant for me.
Re: Using GTranslate with wordpress ssl issue
Oct 3, 2016 7:23 am by Yana
Oct 3, 2016 7:23 am by Yana
Hi,
You can contact your hosting provider and ask to add the rules to your .htaccess .
SIMILAR TOPICS
Gtranslate Multisite | Feb 12, 2019 7:27 am | Replies: 1 | Post by: infact_dat |
Gtranslate: Error with number | Feb 20, 2019 1:20 am | Replies: 1 | Post by: infact_dat |
GTranslate 3.7.4, Joomla 3.9.3 - doGTranslate is not defined | Feb 22, 2019 12:34 pm | Replies: 1 | Post by: oase |
wordpress amp link not translate | Dec 31, 2016 10:11 am | Replies: 12 | Post by: besybuy |
Add-on gtranslate no longer works | Feb 2, 2019 6:01 am | Replies: 1 | Post by: DarylDixon |