test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • pavit Moderator
    #932425

    Hi

    Uber doesn’t loads fontawesome with such call url because the css is already in /fonts folder , i noted you installed 3rd part extensions like maximenuCK

    Such font-awesome are called by these extensions so remove all installed 3rd part extensions you installed and verify again your JS console

    jchungerford Friend
    #933862

    This is JA Social II, not Uber. I did disable and re-enable extensions with no resolution.

    using Beez Joomla Default Template corrects issue so it is the template. Doing some investigation, I believe the issue possibly derives from ROOT/TEMPLATES/JA_SOCIAL_II/ETC/assets.xml since JS Console shows them as stylesheet issues??

    <stylesheets>
            __<file>fonts/font-awesome/css/font-awesome.min.css</file>_
        <file>//fonts.googleapis.com/css?family=Questrial</file>
        <file>//fonts.googleapis.com/css?family=Montserrat:400,700</file>
        <file>//fonts.googleapis.com/css?family=Playfair+Display:400,400italic</file>
        <file>js/owl-carousel/owl.carousel.css</file>
        <file>js/owl-carousel/owl.theme.css</file>_
        </stylesheets>

    It appears these are the files I have issues with over https

    Please advise …

    pavit Moderator
    #933866

    change all the //fonts.googleapis.com/css…….
    to https://fonts.googleapis.com/css?family=Questrial


    1. Screenshot_19-2
    jchungerford Friend
    #933880

    Hi,

    I am still receiving the issue.

    <assets>
        <scripts>
        <file>js/jquery.inview.min.js</file>
        <file>js/jquery.cookie.js</file>
        <file>js/owl-carousel/owl.carousel.js</file>
            <file>js/script.js</file>
        </scripts>
    
        <stylesheets>
            <file>fonts/font-awesome/css/font-awesome.min.css</file>
        <file>https://fonts.googleapis.com/css?family=Questrial</file>
        <file>https://fonts.googleapis.com/css?family=Montserrat:400,700</file>
        <file>https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic</file>
        <file>js/owl-carousel/owl.carousel.css</file>
        <file>js/owl-carousel/owl.theme.css</file>
        </stylesheets>
    
    </assets>

    1. Untitled-5
    jchungerford Friend
    #933884

    Also have altered all of the google fonts as instructed …

    <assets>
        <scripts>
        <file>js/jquery.inview.min.js</file>
        <file>js/jquery.cookie.js</file>
        <file>js/owl-carousel/owl.carousel.js</file>
            <file>js/script.js</file>
        </scripts>
    
        <stylesheets>
            <file>fonts/font-awesome/css/font-awesome.min.css</file>
        <file>https://fonts.googleapis.com/css?family=Questrial</file>
        <file>https://fonts.googleapis.com/css?family=Questrial</file>
        <file>https://fonts.googleapis.com/css?family=Questrial</file>
        <file>js/owl-carousel/owl.carousel.css</file>
        <file>js/owl-carousel/owl.theme.css</file>
        </stylesheets>
    
    </assets>
    pavit Moderator
    #933886

    There is no font-awesome 4.2.0 load on the socialII template check your maximenuCK

    jchungerford Friend
    #935423

    Fixed it! It wasn’t Maximenu CK. It was actually mod_iTestomony which was published in Footer position.

    Thanks for pointing me into the general direction. 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  jchungerford 8 years, 7 months ago.

The topic ‘JS Console – Font Awesome Issue not being served over https’ is closed to new replies.