merajj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: very simple questionI am finding your post somewhat incoherent, could you elaborate and be more specific ?
thanks for the reply friend :]
Forum: Themes and Templates
In reply to: very simple questionI forgot to include the link to my site so you can see what I am talking about. As you can see It spills over to the right when I would like it to be cenetered… Any help would be great:
Forum: Fixing WordPress
In reply to: Simple problemthanks ! the code i actually used to fix it was
{border-bottom:0px solid #000;}
not sure why that works but it looks right ;]
Forum: Fixing WordPress
In reply to: Simple problemoh ! i got the spacing done.. now its just the line going bold for some reason. but that’s all good for now. thanks a lot for the help man !
Forum: Fixing WordPress
In reply to: Simple problemokay, now its just the
order
spacing
top line turning bold on blog page..Forum: Fixing WordPress
In reply to: Simple problemokay, so this looks perfect here:
http://davidmendolia.com/?page_id=13
and this is with the value in the functions.php file left as true. but ! when i navigate away from this page to any of my other pages you notice that another home has been inserted into middle of the other links, and the spacing is broken between all the links as well (compare between the link i sent and by clicking any of the other pages)
so close :/
also this is how my edited code ended up looking to get the link bar to look how i wanted it, part of what you had created a strange link at the top that said ‘go to content’ or something odd like that.
body.home #globalnav ul li ul,div.access,body.single div.sidebar,body.page div.sidebar,span#theme-link span.additional-name,span#theme-link span.family-name{display:none;}Forum: Fixing WordPress
In reply to: Simple problemokay so, reference this image…
http://merajj.com/t/problem1.jpg
so when you click the blog tab the links move from the top bar to the side bar, and i would like the top bar to remain static throughout each of the pages. basically i just need to prevent the theme from hiding it.
i set up the blog page per the instructions in that video and the instructions on the wordpress site which tells you to create a page, leave it blank, and then point the blog to that page.
Forum: Fixing WordPress
In reply to: Simple problemoh maybe i miss communicated what i was trying to say.. i just set this up yesterday (first time using wordpress and dealing with anything more complex than very basic html) so that is the only post.
what i was getting at was that when you click to the blog page all the links disappear from the top bar with the links to the various pages :]
and thank you again for the help, it means a lot.
Forum: Fixing WordPress
In reply to: Simple problem// Produces links for every page just below the header function veryplaintxt_globalnav() { echo "<div id=\"globalnav\"><ul id=\"menu\">"; if ( !is_front_page() ) { ?><li class="page_item_home home-link"><a href="<?php bloginfo('home'); ?>/" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?>" rel="home"><?php _e('Home', 'veryplaintxt') ?></a></li><?php } $menu = wp_list_pages('title_li=&sort_column=menu_order&echo=0'); // Params for the page list in header.php echo str_replace(array("\r", "\n", "\t"), '', $menu); echo "</ul></div>\n"; }what part do i edit ?
and what do you mean by what posts are there ? shouldn’t it not matter because the links should be there on the top bar regardless ?
Forum: Fixing WordPress
In reply to: Simple problemthank you that solved part of my problem. still not seeing the home link when i click on it, and still not seeing any links on the blog page.