chupito
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Redirect a header page to another pageI figured how to do that…
I modified the header.php and added a new condition in the navigation part, like that:
elseif ($page_name == "forum") {
(is_page('124'))?$selected = ' class="selected"':$selected='';
echo "<li".$selected."><a href="http://yomguiaroundtheworld.free.fr/forum">Forum</a>";
}
and the new page opens directly without going through the original page
Forum: Themes and Templates
In reply to: Redirect a header page to another pageallright, it works great, thanks! But it first uploads the wordpress page and then redirect to the desired page. Does anyone know a way to have it redirect directly?
Thanks
Forum: Themes and Templates
In reply to: Redirect a header page to another pagecan you do that in a classic wordpress “page”? I’ve tried different scripts I found without being sure of what I was doing, it didn’t work…
Thanks
Forum: Fixing WordPress
In reply to: Problem of image size with Internet ExplorerI guess resizing images BEFORE posting them is the best idea… I’ve looked around all day but it seems that this IE bug cannot be fixed (at least not easily!)
Thanks anyway…
Forum: Fixing WordPress
In reply to: Problem of image size with Internet Explorerf*** bill gates! if everyone was running firefox instead of ie, my website would work perfectly!!!!
😉
Forum: Fixing WordPress
In reply to: Problem of image size with Internet ExplorerYes, of course I had thought about it, but the problem is that when you show the post itself (i mean click on the title of the post to display it alone), the side bar is off, so the main central frame doesn’t have the same width… That’s why it’s pretty neat with firefox, because wathever the width of the frame may be, the picture will fit it.
Does someone have ever thought about it?
Thanks