emomeni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink – SwedishShoudn’t WordPress be able to have that option?
I mean Blogger does!When I have Swedish as my language setting – it annoys me, because the links don’t look nice!
Do you know of any plugin that would do the job?
Forum: Themes and Templates
In reply to: Strange arrow at the top!!Thank you for your help.
It turned out to be a plugin I needed to update and once I’d done that, it went away!
Forum: Plugins
In reply to: Vistitor counterBut wouldn’t it be a good idea? To be able to get the visitors count from wordpress.com stats, and be able to show it on the sidebar of the blog?
Thank for your help.
Forum: Plugins
In reply to: Vistitor counterThank you, but this doesn’t get my stats from wordpress.com stats, and starts at 0. My blog has had almost 26 000 visitors..
Forum: Themes and Templates
In reply to: Translations to SwedishThank you!
I’ll give it a go..Forum: Themes and Templates
In reply to: Changing the size of the header?Forum: Fixing WordPress
In reply to: Where do I find the <body>-tag?ah, okey – thanks alot..
Forum: Fixing WordPress
In reply to: Where do I find the <body>-tag?I’ve checked there, but I don’t find a <body>-tag
I found a <body<?php.. and it went on..Forum: Fixing WordPress
In reply to: Monochrome theme headerChriscf07, I’m guessing that you want something like my header
https://www.momeni.seIn that case, go to the monochrome dir, and open style.php
under the layout section you will find:#wrapper { width:930px; margin:0 auto; }
#header { background:url(img/header.gif) no-repeat bottom; }
#contents { background:url(img/side.gif) repeat-y; }
#left_col { float:left; display:inline; width:690px; margin:0 0 0 2px; }
#right_col { float:right; display:inline; width:236px; margin:51px 2px 30px 0; }
#footer { background:url(img/footer.gif) no-repeat top; height:90px; }All you have to do is make changes to #header! If you like the way mine look you have to change it to the following:
#header { background:url(img/logo.jpg) no-repeat; }
Notice that I have changed the “background:url” and also I have deleted
bottom word from “no-repeat”, if you have “no-repeat bottom;” you image will be visible at the bottom as well!Next you have to open header.php
You will find this line under the <body>
<div id=”header_top”>
<div id=”logo”>
/”><?php bloginfo(‘name’); ?>
<h1><?php bloginfo(‘description’); ?></h1>
</div>This is for the custom link (the name of your blogg)
What you want to do is delete the lines under <div id=”header_top”>
that is to delete the following;<div id=”logo”>
/”><?php bloginfo(‘name’); ?>
<h1><?php bloginfo(‘description’); ?></h1>
</div>Good luck!
Sorry, missed the my link!
Forum: Fixing WordPress
In reply to: Monochrome theme headerChriscf07, I’m guessing that you want something like my header
In that case, go to the monochrome dir, and open style.php
under the layout section you will find:#wrapper { width:930px; margin:0 auto; }
#header { background:url(img/header.gif) no-repeat bottom; }
#contents { background:url(img/side.gif) repeat-y; }
#left_col { float:left; display:inline; width:690px; margin:0 0 0 2px; }
#right_col { float:right; display:inline; width:236px; margin:51px 2px 30px 0; }
#footer { background:url(img/footer.gif) no-repeat top; height:90px; }All you have to do is make changes to #header! If you like the way mine look you have to change it to the following:
#header { background:url(img/logo.jpg) no-repeat; }
Notice that I have changed the “background:url” and also I have deleted
bottom word from “no-repeat”, if you have “no-repeat bottom;” you image will be visible at the bottom as well!Next you have to open header.php
You will find this line under the <body>
<div id=”header_top”>
<div id=”logo”>
/”><?php bloginfo(‘name’); ?>
<h1><?php bloginfo(‘description’); ?></h1>
</div>This is for the custom link (the name of your blogg)
What you want to do is delete the lines under <div id=”header_top”>
that is to delete the following;<div id=”logo”>
/”><?php bloginfo(‘name’); ?>
<h1><?php bloginfo(‘description’); ?></h1>
</div>Good luck!
Forum: Installing WordPress
In reply to: URGENT, please help, can’t login!Thank you, and GOD BLESS!
It’s back to normal!Forum: Themes and Templates
In reply to: Help with the menubar in monochromThank you for your help!