System questions on Virtue site
-
I have some system issues in my WP Virtue blog
1.- Permalinks (other than plain), don’t work. This possibly is a server configurarion issue but I can’t find my way to fix it
2.- Font-Awesome fail to load due to CORS policy. Modifying the .htaccess file in the server directory makes no difference. I don’t even know if .htaccess is ever used by the production site (but it is actually read in local xampp)
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|ctf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>3.- I use a 10 slides for Fullwidth slider in frontpage. I wonder if works under a lazy loading policy or not.
4.- Virtue seems to rely on LESS. Is there any plan to move to SASS?
thanks
The page I need help with: [log in to see the link]
- The topic ‘System questions on Virtue site’ is closed to new replies.