Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Harry
tagDiv Member

Hello

I use tagdiv composer and the page remains gray here are the errors of the page since the source

https://www.screencast.com/t/52aOAbv6BTM

https://www.screencast.com/t/KWSynoLcP

Thanks you

Harry
tagDiv Member

Hi Simion

yes in the home page it works but not on the pages of articles

Can you tell me if it works properly from home?

For example: https://aidersonprochain.com/remedes-kyste-pilonidal/

thanky you so much 🙂

Harry
tagDiv Member
Harry
tagDiv Member

Hi,

thank you for the link, I add this one at the top of my .htacces file but the site
  spit 🙁

here is the code I added:

#SOlUCION PROBLEMA ICONOS EN CHINO
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

and here are the first codes of my .htacces files :

# BEGIN WP Rocket v3.1
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>

# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>

# Since we’re sending far-future expires, we don’t need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None

# Send CORS headers if browsers request them; enabled by default for images.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(cur|gif|png|jpe?g|svgz?|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>

….
….
….

thank you

Harry
tagDiv Member

Hi,

Oky thanks you so much 🙂

Harry
tagDiv Member

Hello,

Thank you so much 🙂

Good day

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