Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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!

    #1173499

    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

    #1173514

    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

    #1173529

    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?

    #1173626

    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.

    #1173821

    Hi,

    This is neither a theme or WordPress problem, it’s a browser security feature. Resources which are loaded from other domain are being blocked for security reasons, like the file in private for instance. Maybe you could turn off your CDN if you don’t need it?

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.