Greetings,
our social links became some asian symbol, we haven’t been changing this since set-up
Please refer to
https://www.poleposition.hr
Also we can not update WP Bakery for some time now, how do we proceed?
Sincerely
Ivan form PolePosition
Hello,
Visual composer cannot be updated from the plugin author. Please use this guide:
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
As for the Chinese symbols, please check this topic: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you!
So basically we don’t even have to update it?
Added
“Header set Access-Control-Allow-Origin “http://skin.cdn.com” ” on top of .htaccess
Ty
Hi,
Updates for the Visual composer plugin will be provided in the theme package, after they are properly tested. Direct updates from the plugins author are not possible, those are available only for purchased plugin licenses.
However you should not update this plugin if you have purchased it separately, until it is officially supported and included in the theme bundle. Please check in the theme package and follow the guide that is provided above, to update Visual composer.
The other topic provides some solutions for the problem you are having with the icons, please follow the suggestions mentioned there.
Thanks
We got in with the theme, it isn’t obstructing any work on the site, so we are ok with waiting.
For the .htaccess question, am I doing this right;
Copy paste the following code at the top of the file
-
This reply was modified 8 years by
PolePosition.
<FilesMatch "\.(ttf|otf|eot|woff|woff2)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "http://skin.cdn.com"
</IfModule>
</FilesMatch>
Hi,
The issue is not fixed at the moment on your website. Try the multiple suggestions in the provided topic, those solutions worked in almost all similar cases. Clear any installed caching after making modifications to refresh the data, and check the results.
Thanks
Hi,
I also have the same issue. I tried to change in the .htaccess suggestion but still no luck.
https://www.kylesfunadventures.com/
BR,
Ailyn
Hi,
Read the topic carefully and try the solutions. Clear caching and purge CDN files if used, after each modification. I found another similar topic here
– http://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
There are probably more suggestions online that you could try, or contact you hosting and explain the situation or provide theme with a screenshot of the issue (use the browser inspector console). They might be able to provide a working solution.
Thanks
Just an update, modifying .htaccess didn’t work when following thread.
Problem was relative to absolute path because of a domain name change.
Solution will be to change the absolute to relative path for the font loading, however I will try to change the main wp domain install path and see if it will succeed better.