Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Salt-Media
    Participant
    Post count: 20

    I think i found a bit of a conflict with Avada’s own FA5Pro and people like me who use FA5Pro’s FontKit.

    FA5Pro has sunsetted Font Awesome CDN when you whitelisted your site and used the CDN.

    Ive realised that Avada does not support FontKit, the fonts do load in the front end but they dont show in any of the fusion builder elements to be able to use the icons.

    Salt-Media
    Participant
    Post count: 20

    @ccrawford13. So now been sitting on this for a while and it’s working perfectly. I need your skills again if it not too much. Ive been trying myself but just cant get it to work.
    I’d like to make the featured image 100% both width & height, adjusting to the browser viewport on resize, I know this is not an available option in Avada itself, is there a way to force it?

    Salt-Media
    Participant
    Post count: 20

    Incase anyone is a little unsure about using functions I found this Plugin really useful to unload JS, Asset Cleanup and used in conjunction with Query monitor to monitor any issues with unloading scripts

    Salt-Media
    Participant
    Post count: 20

    Just incase anybody is interested, this featured image in title bar is now implemented in our live site. It is so much easier for authors and editors now, no messing around with any theme options, just standard wordpress post creation

    https://indycoffeebox.co.uk

    Salt-Media
    Participant
    Post count: 20

    That doesn’t just help, that is THE answer!!!
    Thanks ccrawford13

    Salt-Media
    Participant
    Post count: 20

    You have “Code Block Encoding” turned on in the Theme Options, you ned to turn it off but it wont convert the already encoded code back to normal

    Salt-Media
    Participant
    Post count: 20

    We have re written our functions after 12 hours of work, i think that we are moving away from revSlider now after this. I know that updates are always welcome but this is a massive change in one swoop that just does not work for us with some of our sites. We needed an excuse to move back to simpler functionality away from sliders anyway.

    Salt-Media
    Participant
    Post count: 20

    I didnt say theme customisation did I? I wrote “custom slider CSS and JS functions”

    Salt-Media
    Participant
    Post count: 20

    did you ever find out why? Im having exactly the same issue

    Salt-Media
    Participant
    Post count: 20

    I actually swapped them out quickly with CSS so now my Lighthouse performance score has gone up by 9% from not loading icomoon

    [class*=" fusion-icon-"], [class^=fusion-icon-] {
        font-family: FontAwesome!important;
    }
    
    .fusion-icon-facebook:before {
        content: "\f09a" !important;
    }
    .fusion-icon-twitter:before {
        content: "\f099" !important;
    }
    
    .fusion-icon-instagram:before {
        content: "\f16d" !important;
    }
    Salt-Media
    Participant
    Post count: 20

    Hi Michael, that seems odd as we use Max Mega Menu, not Avadas built in menu and that loads Font Awesome as the icon set in the header menu items, we set that ourselves.

    I automatically thought the the social icons in the footer are fontAwsome, can i replace them with fontawesome? as fontawesome is already loaded and it seems strange to load another icon set to do the same job

    Salt-Media
    Participant
    Post count: 20

    Hi Michael

    Thats good to know, any idea on release date?

    Thanks

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