no social icons

Posted in: Newsmag
Post count: 140

Hi, for some reason …i no longer see any soacil icons in my top menu ….

there are some weird Chinese writing ..

please advice

http://tinypic.com/r/dlor2s/9

  • This topic was modified 10 years by yoluca.
Post count: 140

My .htaccess looks like this

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>

#Prevent Directory Browsing
Options All -Indexes
#Prevent Directory Browsing

#Prevent Image Hot Linking
RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?regatulunit.com/.*$ [NC] RewriteRule \.(gif|jpg)$ http://www.regatulunit.com/hotlink.gif [R,L]
#Prevent Image Hot Linking

# Do not allow access to hidden php files
RewriteRule ^\.(.*)\.php$ – [F]
# Do not allow access to hidden php files

#Protect Your WordPress Configuration wp-config.php File
<files wp-config.php>
order allow,deny
deny from all
</files>
#Protect Your WordPress Configuration wp-config.php File

#Protect .htaccess From Unauthorized Access
<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>
#Protect .htaccess From Unauthorized Access

Post count: 6535

Hi

I’ve checked your site ans theme’s font files are blocked by a rule from your .htaccess file: http://screencast.com/t/4MSjjamuqBtR Check each part of your code and especially the last part, clear the cache memory then test again.

Thanks!

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