• Resolved The Ridge Runner

    (@the-ridge-runner)


    Hi,
    I have been working on a site using Customizr Pro theme, but part of the site will be “skinned” by a 3rd party for some added functionality, via a subdomain. One of the requirements of the 3rd party is that my site and all elements are secure. I purchased an SSL cerificate, used the SSL plugin, and all seems fine on the site itself. However, the 3rd party’s site will not display the Font Awesome icons for social media. I tried a child them with code that deregisters font-awesome from Parent theme-not sure I did it correctly, but it didn’t work.

    Here is the secure portion of my site on my hosting plan:
    https://haywoodchamber.com/

    And the subdomain, pointed to my 3rd party’s own secure hosting:
    https://web.haywoodchamber.com/search

    Any help or ideas on how to get those icons to magically reappear would be most appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • wph4

    (@wph4)

    Hi,

    You should get answer for the PRO version by the theme website.
    https://presscustomizr.com/support-forums/forum/customizr-pro/

    Cheers.

    Thread Starter The Ridge Runner

    (@the-ridge-runner)

    Thanks for your reply. The first time I asked Pro support a question, they dissed me and told me I shouldn’t be asking that kind of question from them, that I should come here to this forum. The second time I requested support from them I received absolutely no response from them at all. I’m very confused about what qualifies as a legitimate support question from them, even though I have the PAID version. ??

    wph4

    (@wph4)

    Oh I am sorry for this, did not know the hole history…

    I have been helped quite a lot concerning this theme, here at this forum, for the free version.
    Also for the paid version I have had answer for my issues.

    Theme Author presscustomizr

    (@nikeo)

    Hi @the-ridge-runner, we got your support request in our ticketing system. We’ll do our best to help ??

    Thread Starter The Ridge Runner

    (@the-ridge-runner)

    Thanks @nikeo, I see your reply to my support request…

    Thread Starter The Ridge Runner

    (@the-ridge-runner)

    From a link given me by the Customizr support team, here’s the answer…

    I added this code to my .htaccess file:

    ——————————————————————–
    # Webfont access
    ——————————————————————–
    # Allow access from all domains for webfonts.
    # Alternatively you could only whitelist your # subdomains like “subdomain.example.com”.

    <IfModule mod_headers.c>

    <FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>

    Header set Access-Control-Allow-Origin “*”

    </FilesMatch>

    </IfModule>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customizr Pro, and Font Awesome icon SSL issues’ is closed to new replies.