DEV Community

Rita Carolina for Feministech

Posted on

4

Como corrigir ícones font-awesome desaparecidos ou problema com fontes Avada

Cole essas linhas de comando na ordem

  1. Autoriza edição do arquivo de configuração
    sudo chown bitnami:daemon /opt/bitnami/apache2/conf/vhosts/htaccess/wordpress-htaccess.conf

  2. Autoriza edição do arquivo de configuração
    sudo chmod g+w /opt/bitnami/apache2/conf/vhosts/htaccess/wordpress-htaccess.conf

  3. Abre o arquivo para edição
    sudo nano /opt/bitnami/apache2/conf/vhosts/htaccess/wordpress-htaccess.conf

  4. Cole o conteúdo abaixo no final do arquivo

# Apache config
<FilesMatch ".(eot|ttf|otf|woff)">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
Enter fullscreen mode Exit fullscreen mode

Print do terminal AWS

  1. Aperte ctrl+s para salvar
  2. Aperte ctrl+x para fechar
  3. Reinicie o servidor apache

sudo /opt/bitnami/ctlscript.sh restart apache

Se o problema continuar, O cache Fusion deve ser o culpado.

Desative o CSS & JS feature no Avada > Theme Options > Advanced > Dynamic CSS & JS, e tente resetar o Fusion cache:

Print tela avada

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay