Forum Replies Created
-
AuthorPosts
-
Hi
Thanks a lot dude for your answers. I can confirm that WP Retina 2x is compatible with Enfold. It was not the plugins, I actually have a very long .htaccess with all sort of rules for security and other things. The following code was blocking the retina.js to load the @2x images.
# Block Suspicious Request Methods RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|TRACK|DEBUG) [NC] RewriteRule ^(.*)$ - [F,L]
Removing the word “HEAD” from the above line resolved the issue. Also for anyone else trying to figure out any issues, earlier I had to remove the following lines from .htaccess for Avia Page Builder to work otherwise nothing loads in drag and drop mode instead a throbber keeps on spinning indefinitely in the middle of page as if theme is trying to load something.
# BAD Content Type - Deny POST Requests With Content Type Other Than application/x-www-form-urlencoded|multipart/form-data RewriteCond %{REQUEST_METHOD} =POST RewriteCond %{HTTP:Content-Type} !^(application/x-www-form-urlencoded|multipart/form-data.*(boundary.*)?)$ [NC] RewriteCond %{REQUEST_URI} !^/(wp-login.php|wp-admin/|wp-content/plugins/|wp-includes/).* [NC] RewriteRule .* - [F,NS,L]
Now if only Kriesi could provide the retina images for menu drop down as it’s next thing after logo :)
Dude can you please provide a link to any live website running the child theme you suggested with fancybox at it’s default settings? I want to take a look before trying.
Best Regards
SunnyThis reply has been marked as private.This reply has been marked as private. -
AuthorPosts