Minna
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: I need help with letters ASAP!well, not knowing the structure of your php files, I can’t really say… but you should look wherever you have your body tags or menu. Maybe the ImageReady Slices add something extra to the code? What do you have right after your body tag?
Forum: Fixing WordPress
In reply to: Comments Going to Main PageHey, I found this thread by searching in the archives. It’s a long thread, but hopefully it helps.
Btw, happy birthday ?? Sorry, I just visited your site last night (and saw the countdown) and was delighted to see someone (well, someone female) who enjoys Half-Life and Painkiller etc. I was just in time before your fresh startForum: Fixing WordPress
In reply to: Comments Going to Main PageThere’s probably a redirect address in the comment form (it’s a hidden input field) — at least in my 1.2 there is. Maybe you should check that.
Forum: Fixing WordPress
In reply to: Image problemsShouldn’t there also be a https:// before the www and stuff?
Forum: Plugins
In reply to: Chronologically listing of postsI’m glad it worked. I might even do the same myself now that I think about it…
Forum: Themes and Templates
In reply to: <code> tag does not working.Put it through the Amazing WP Encoder and post the output on your site. Code tag doesn’t change the fact that all that looks like code will be interpreted as code — I think.
There are also plugins for this but of those I know nothingForum: Installing WordPress
In reply to: No webtitle!Podz’s code was the one that was on your page (the index.html in your root folder). It only has the frameset and that why it doesn’t show any title. Frameset is supposed to be in the place of the
<body>
tags so there has to be the usual<html>
etc. as I wrote in my post (lazy to write them again ?? ). I don’t think the problem is with the redirecting, except that your WordPress site does get stuck inside a frame because of it.
When you say you tried editing the index.html in your root and it doesn’t work, how doesn’t it work? Can’t you edit it? If you can, are you *sure* adding the html code (in a post of mine above) before the frameset tags doesn’t work?Forum: Installing WordPress
In reply to: No webtitle!Why can’t you edit it? Can’t you make a new file with the same content (plus the html addition, title and things) and upload it?
You could just use the direct address to your WP installation (https://www.domenicofeliciani.com/wordpress) and not worry about the frame page? ??Forum: Installing WordPress
In reply to: No webtitle!On that WordPress site or yours, you have the blog and things in a frameset. The frame page doesn’t have a title (nor
<html>
etc.) so that’s why the window won’t show a title.Forum: Themes and Templates
In reply to: Remember info? Any way to opt-out of that cookie?ScriptyGoddess has a nice hack for this. It allows to not save the cookie at all, but also delete an existing cookie.
Forum: Fixing WordPress
In reply to: Background colour on category headingsHey shadow,
I may be thick (or tired), but I, at least, don’t exactly understand what you mean ??Forum: Fixing WordPress
In reply to: insert target= _blank_ in all linksHmm.. interesting. I’ve always found it very annoying that external links open in the same window… ?? Especially if it’s not obvious they’re external.
(sorry…!)Forum: Themes and Templates
In reply to: please help with background–
text-weight: bold
has to befont-weight: bold
– You don’t really have to worry about thosescrollbar
errors (all you anti-IE + validation-is-a-must people, don’t kill me for saying that!! I’d define scrollbar colours if I used IE anymore and I think other browsers should allow them too)
– the .trackback-url error doesn’t show on the validator page but there’sfont:11px
in the original css, you have to make itfont-size: 11px;
same with .trackback-body,font: 11px
tofont-size: 11px
–align: center
in .calendar totext-align: center
That could do it. (NB: I’m not using “should” ?? )
HTH ??Forum: Fixing WordPress
In reply to: expand category list display in wp-admin/post.phpwp-admin.css (or the css that is there) in the wp-admin folder, and the #categorydiv height there
Forum: Plugins
In reply to: how did you do that?1. Wiki is the best place for TemplateTags and all you can do with them. Check it (that goes to the category tag wp_list_cats)