Ivo Delin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Font face weight not showing right in FFDid you try with:
font-weight: (normal, bold, 100, 200, 300, 400, 500, 600, 700, 800, 900)
NOT WITH: lighter and bolder
Forum: Themes and Templates
In reply to: Template Responsive – site titleIn header.php find bloginfo(‘name’); after <span class=”site-name”> and replace it with the_title();
Forum: Themes and Templates
In reply to: [WP-Creativix] Permalink.htaccess file ?
Defoult:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Themes and Templates
In reply to: [WP-Creativix] PermalinkSettings -> Permalink Settings ->
Custom Structure -> /%postname%Did you try that one ?
Forum: Themes and Templates
In reply to: Centering Menu Items (Squirrel Theme)#menu {
text-align: center;
}
#menu li {
float: none;
display: inline;
}Forum: Requests and Feedback
In reply to: Cyrillic page’s slug bugI find the bug here: http://core.trac.wordpress.org/ticket/10249
Sory, close the topic…
Forum: Fixing WordPress
In reply to: Secure Web pageWhen publishing the page – change the “Visibility” from “Public” to “Private” (only for registered in WP member) or “Password protected” (with password).
It is just over the “Publish” button.