Open nadjak77 opened 5 months ago
To help troubleshoot this issue, have you tried purging the cache on both your CMS and Gantry? This step often resolves issues related to changes not reflecting correctly in the frontend.
Thank you. Yes, it seems to be a caching problem. Now it works.
Hi, after the update to the newest version of gantry I have a problem with font awesome. I added an arrow to my buttons in the css :
.button{ &:before { content:"\f0da"; font-family:"Font Awesome 6 Free"; margin-right:0.5rem; } }
If the template (Helium) is in "development" the arrow is shown in the frontend. But if I switch to "production" I only see three question marks.