jryan89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add Horizontal Links under Header that match my PagesDoes anyone have a solution for me?
Forum: Fixing WordPress
In reply to: Add Horizontal Links under Header that match my Pagesthis guy did it here to the default theme:
Forum: Fixing WordPress
In reply to: Header Image DisappearedI only needed to change the write permissions. it is fixed now.
Forum: Fixing WordPress
In reply to: Delete 2 vertical lines next to sidebarI figured out how to delete it altogether. It turns out that this is just an image called wrapperbg.gif and it is set to repeat-y.
The code that refers to it is in the header.php file:
#wrapper2{ background: #fff url("<?php bloginfo('template_directory'); ?>/images/wrapperbg.gif") top right repeat-y; }and down lower also:
<body> <div id="wrapper"> <div id="wrapper2">By deleting the div wrapper 2, or the entire code above, it will disappear completely. Is there anyway to keep it on the homepage where the sidebar is still present?
Thanx.
Forum: Fixing WordPress
In reply to: Delete 2 vertical lines next to sidebarAny replies?
Thank you in advance.
Forum: Fixing WordPress
In reply to: Delete 2 vertical lines next to sidebarthis is a double post…sorry…
please ignore this one and post here:
Click Here For The Correct Post
Thank you.
Forum: Fixing WordPress
In reply to: All images Disappeared in Magicblue 1.2 Thememust have been theme related.
I upgraded to magicblue 1.4 and now it seems to work. thanx.
Forum: Fixing WordPress
In reply to: Static Front Pagethe above post didn’t show everything:
what i deleted was everything between and including the 2 “list” tags < li > almost at the very bottom of header.php.
Forum: Fixing WordPress
In reply to: Static Front PageI don’t know how old this post is, but erika_conn, You are a genius!
I am using wp 2.7 and this is what i deleted in the header.php file:
- /”>Home
That totally killed the constant link to the home page, so now there is only one link to home instead of 2. Thanks!