-
AuthorPosts
-
January 14, 2020 at 5:46 pm #1173495
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!
January 14, 2020 at 5:48 pm #1173499Hi,
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!
YigitJanuary 14, 2020 at 6:01 pm #1173514Added to .htaaccess as follows and still not working. Do I have an error?
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPressandEND WordPressare
# 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
January 14, 2020 at 6:13 pm #1173529I 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?
January 14, 2020 at 9:00 pm #1173626I’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.January 15, 2020 at 8:17 am #1173821 -
AuthorPosts
- You must be logged in to reply to this topic.
