-
AuthorPosts
-
December 8, 2015 at 8:07 pm #549008
I’ve uploaded the latest version of Enfold, but my icons across the site are still showing as rectangles… why?
December 8, 2015 at 9:46 pm #549252Hi Sky2lark!
can you please clear your cache and try out again?
Also, please do let us know your web site URL, so we can check our selfs the status of the icons.Best regards,
BasilisDecember 8, 2015 at 10:27 pm #549283I’ve cleared cache, here’s the site: http://www.skylarkmediagroup.co.uk/ Half way down page there are links to Promotional Video, Internal comms etc – icons showing as rectangles.
Thanks Jo
December 8, 2015 at 10:31 pm #549284This could be a helpful thread:
https://wordpress.org/support/topic/social-media-icons-are-displayed-as-a-boxIt’s about settings of WordPress and settings in .htaccess
December 8, 2015 at 10:33 pm #549285Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/
@cherrmann Thanks :)Best regards,
YigitDecember 10, 2015 at 1:18 pm #550333Sorry, how do I find the .ht access file?
December 10, 2015 at 1:19 pm #550335Hey!
It is on the root of your WordPress installation and you should go via FTP. Please make sure to choose to display hidden files
Regards,
YigitDecember 10, 2015 at 1:37 pm #550354Found it and it now looks like this – YUK:
<html>
<head></head>
<body>
<p># BEGIN WordPress
<ifmodule>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule> <filesmatch> <ifmodule>
Header set Access-Control-Allow-Origin "*"</ifmodule></filesmatch></p>
<p><span style=”color: #666666; font-family: Monaco, ‘Andale Mono’, ‘Courier New’, Courier, monospace; font-size: 12px; line-height: 2em;”><FilesMatch "\.(ttf|otf|woff)$"></span> </p>
<p><span style=”color: #666666; font-family: Monaco, ‘Andale Mono’, ‘Courier New’, Courier, monospace; font-size: 12px; line-height: 2em;”><IfModule mod_headers.c></span> </p>
<p><span style=”color: #666666; font-family: Monaco, ‘Andale Mono’, ‘Courier New’, Courier, monospace; font-size: 12px; line-height: 2em;”>Header set Access-Control-Allow-Origin "*"</span> </p>
<p><span style=”color: #666666; font-family: Monaco, ‘Andale Mono’, ‘Courier New’, Courier, monospace; font-size: 12px; line-height: 2em;”></IfModule></span> </p>
<p><span style=”color: #666666; font-family: Monaco, ‘Andale Mono’, ‘Courier New’, Courier, monospace; font-size: 12px; line-height: 2em;”>/FilesMatch></span># END WordPress
</p>
</body>
</html>December 10, 2015 at 1:44 pm #550360Hi!
You should add only following code
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
you should not have all these HTML tags in there
Regards,
YigitDecember 10, 2015 at 1:53 pm #550370Have I put it in the right place? so now I have:
<html>
<head></head>
<body>
<p># BEGIN WordPress
<ifmodule>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule> <filesmatch> <ifmodule>
Header set Access-Control-Allow-Origin "*"
<FilesMatch “\.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
</ifmodule></filesmatch># END WordPress</p>
</body>
</html>December 10, 2015 at 1:59 pm #550372Hey!
Do you mind posting FTP credentials here privately so we can look into it?
Cheers!
YigitDecember 10, 2015 at 2:07 pm #550377Thanks, I now have this on my site:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
December 10, 2015 at 2:19 pm #550386Hi!
After logging in, i cannot seem to find file manager. Can you please point out?
Best regards,
YigitDecember 10, 2015 at 7:56 pm #550659Still a 500 internal server error:
<html>
<head></head>
<body>
<p># BEGIN WordPress
<ifmodule>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</ifmodule> <filesmatch> <ifmodule>
Header set Access-Control-Allow-Origin “*”</ifmodule></filesmatch></p>
# END WordPress
</p>
</body>
</html>December 11, 2015 at 9:49 am #550903Hi, site still down, can anyone help?
December 11, 2015 at 2:05 pm #551053Hi!
I am trying to help but please see this post once again – https://kriesi.at/support/topic/icons-showing-as-rectangles/#post-550386 :)
Best regards,
YigitDecember 11, 2015 at 3:25 pm #551116Do you mean that you’d like the link to the file manager again?
December 11, 2015 at 3:29 pm #551118Hi!
No, i am able to login but i could not figure out how to edit .htaccess file from the link you posted.
Cheers!
YigitDecember 11, 2015 at 3:36 pm #551128Ahh, Once you’re into Heart, down right hand side of page are menus for
Navigate
Order
Manage – web hosting.Then choose ‘Access extend’ for Skylarkmediagroup
Then it’s in File manager. Public_html
December 11, 2015 at 3:48 pm #551135Hey!
Do you mind creating a temporary admin login and posting it here privately?
I have added the code to .htaccess file and it does not throw 500 errorRegards,
YigitDecember 11, 2015 at 3:54 pm #551137A temporary admin login to where? Heart or word press?
December 11, 2015 at 3:55 pm #551141December 11, 2015 at 3:56 pm #551143hi
- This reply was modified 8 years, 11 months ago by Yigit.
December 11, 2015 at 4:04 pm #551152Hey!
i unchecked “Optimize CSS Code?” option in Autoptimize plugin and icons now show up fine. Please review your website now
Cheers!
YigitDecember 11, 2015 at 4:11 pm #551166Loving your work!
Now how about that question from earlier about speeding up loading rates.
Also – the videos on index page look really grainy – yet we’re making them in HD. Any suggestions?December 14, 2015 at 5:30 am #551931Hi,
You could try one or more of the following plugins to speed up the performance of your installation:
GZip Ninja Speed Compression:
https://wordpress.org/plugins/gzip-ninja-speed-compression/
WP Smush:
https://wordpress.org/plugins/wp-smushit/
W3 Total cache:
https://wordpress.org/plugins/w3-total-cache/
BWP Minify:
https://wordpress.org/plugins/bwp-minify/Regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.