Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Supreme
  • #6613
    vincent
    Member
    Post count: 2

    Hello, i’ve purchase the supreme theme and install WPML.

    i have a website.fr and a website.com for make the switch between FR and GB language.
    All seems work fine but when i switch to GB all the boostrap icon disappear, how can i solve it ?

    I have a problem with the supreme widget love fonction. The widget show all loved post without differentiate the language. GB loved post appear in FR version widget, and in the same way in the GB version widget. Can i solve it?

    You can see it in my attachment.

    Thanks

    #6695
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    1. Can you please link to your site so I can have a look?

    2. The Love It plugin doesn’t support multiple languages, it can’t differentiate between them, sorry.

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #11874
    vincent
    Member
    Post count: 2

    Hi, i’ve found a solution.
    Here is :

    Firefox thinks that cross domain fonts embedding is an bad idea. We need to place below code in htaccess file to allow font embedding from different domains.

    Allow from All Domains

    Copy
    // This will allow font embedding from all domains
    <FilesMatch “\.(ttf|ttc|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    Allow from Specific Domains

    Copy
    // Allow only specific domain for fonts
    <FilesMatch “\.(ttf|ttc|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Access-Control-Allow-Origin: http://otherdomain.com
    </IfModule>
    </FilesMatch>

    SOURCE: http://www.xpertdeveloper.com/2012/03/webkit-issue-for-subdomains/

    #11883
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Great, thanks for sharing 🙂

    Regards,
    ————————————————————————————————————

    Cosmin – Support

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register