I just purchased latest version today. Arrows in full width sliders, buttons, icons and other functions are not working properly. Images for slider are 1500×600. I selected original image size and it’s not using the right size.
Please advise.
Thanks!
Hi,
Thanks for contacting us!
Issue you are having is CORS related and you can fix it by referring to this post – https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- :)
Cheers!
Yigit
Added to .htaaccess as follows and still not working. Do I have an error?
# BEGIN WordPress
# The directives (lines) between BEGIN WordPress
and END WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
# END WordPress
I should not have this issue with a fresh install. of theme. Is there a previous version I can use that doesn’t have this bug?
I’ve added snippet to .htaaccess file.
http://84n.722.myftpupload.com/
There’s been no change to outcome. I also tried using a previous version of Enfold versions 4.5.1 and version 4.2.5. They all had the same issue.
Is it a new bug with WordPress???
Please advise asap.