This topic has 7 replies, 3 voices, and was last updated 10 years, 6 months ago by Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
Hello dear Aivah themes devs
My website is missing some of the icons needed , everything else is just dapper.
Here is a link – http://www.transportutilajeploiesti.ro
Your logins are not working. You just follow this url http://stackoverflow.com/questions/26125030/font-awesome-icons-not-showing-in-chrome-a-maxcdn-related-cross-origin-resource and if it don’t works then provide us logins to your website, then we can take a closer look at it.
Add this in your .htaccess file and check it.
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like "subdomain.example.com".
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Before adding, don’t forget to take backup of your .htaccess file.
thank you it worked just fine.
but i also have a problem with header style 4 . the logo doesn’t show up as in the demo , is it something im doing wrong ?
or what?
1. For the Logo: Select the logo with 146 x 23 pixels.
2. For the Top Bar: You can’t add more content in top bar. You can display the content in Top Bar Left and Top Bar Right Widgets. Please have a look at our demo site for the top bar display.
@thekrekos – I think you are asking about the font size for the topbar. If so then please add the following rule in your custom css section in theme options panel and then add your desired font size.
.topbar {
font-size: 12px;
}
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.