koeln
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Another image aligning problemtry
[img src=”xyz” style=”margin: 0px auto;”]Forum: Fixing WordPress
In reply to: Is it possible to add a tagboard/cbox at the sidebar?Something like this http://www.cbox.ws ?
You just have to modify the theme to add a new section for the iframe provided by cbox.
Forum: Installing WordPress
In reply to: Another image aligning problemYou can use margin in your stylesheet. Set margin to auto:
margin: 0px auto;
Forum: Fixing WordPress
In reply to: How to determine wordpress installation dateI never did it either. But I think
filemtime($dir)
should do itForum: Themes and Templates
In reply to: Div overflow not working ?difficult to understand scrolls horizontaly and pushing down?
Do you have an url?
Forum: Fixing WordPress
In reply to: How to determine wordpress installation dateget the main-dir creation date?
Forum: Themes and Templates
In reply to: I want this!!!Download it, integrate it??
Forum: Themes and Templates
In reply to: Footer stickI didn’t had a look at your source but did you close the main divs? if you use flooding divs you have to use clear:both in the next div.
Forum: Fixing WordPress
In reply to: avoid title edit in published postWhere do you want to add this text? In your header? Just insert it in this div
[div id=”header” title=”spicyandhra.org” onclick=”location.href=’http:/ /spicyandhra.org’;” style=”cursor: pointer;”] text here [/div]
I saw that you added a google add-div, so I think it should be easy for you.
Forum: Plugins
In reply to: Trouble with lightbox JS 2Do you have an url of your site?
Forum: Fixing WordPress
In reply to: Reverse of is_pageWhich certain pages?
You will get the reverse of a function with ! (is not)Forum: Themes and Templates
In reply to: Search Box Headerin netscape your search is doing fine – if you type in city you’ll get (Hangzhou and Ningbo) and (Xian, Xiamen and Kunming).
Forum: Fixing WordPress
In reply to: Sidebar ProblemsI do not think that your browser displays php-code?
Do you have an url?Forum: Fixing WordPress
In reply to: .htaccess Questionwhy chmod?
use your wp htaccess and add the password section (use your full path instead of /usr/local/you/safedir/), replace user with you user-name and password with the encrypted password.
http://www.javascriptkit.com/howto/htaccess3.shtml
AuthUserFile /usr/local/you/safedir/.htpasswd
require user usercreate a .htpasswd file with
user:passwordthe password you will get here: http://www.e2.u-net.com/htaccess/make.htm
Forum: Fixing WordPress
In reply to: XML Valid…Still having troublesMissing Backgrounds?
The Menu on the right is displayed below because it is to wide to be displayed bedside the main text.