Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Wordpress Twenty Ten Theme 2 things WordPress

  • SOLVED

<strong>Things I need</strong>


- Move the navigation menu like on the parent site at http://www.ledesmaphotography.com/ . Note: Remove the hover backgrounds, make them #fff, also the selected nav option disappears when its selected make it #000.



- Create 3 page templates, this is the model at http://www.ledesmaphotography.com/blog/images/vsco/
- Don't echo the title
- Don't echo the comments
- And another for full Width called Wide Template I which I have the files from this site and they seem great: http://www.jleuze.com/creating-your-own-page-templates/
- And the third, Wide Template II just like the 2nd but not echoing page title and not echoing comments as well.


So just to be as clear as possible. The 1st template is a copy of the original page, the default page, but not echoing the Page Title and not echoing the comments.

The other template is the Wide Template I and II just as is on that file.



Site Url for this mod is: http://www.ledesmaphotography.com/blog/

Answers (2)

2012-05-20

Arnav Joy answers:

for removing hover
go to line no 440 find following
#access li:hover > a, #access ul ul *:hover > a {
background: none repeat scroll 0 0 #333333;
color: #FFFFFF;
}

replace it with
#access li:hover > a, #access ul ul *:hover > a {

color: #FFFFFF;
}


Jorge Ledesma comments:

Ok, I'll put it now.


Arnav Joy comments:

for removing background of nav

go to line no 384 find
#access {
background: none repeat scroll 0 0 #000000;
display: block;
float: left;
margin: 0 auto;
width: 940px;
}

replace it with
#access {

display: block;
float: left;
margin: 0 auto;
width: 940px;
}


Arnav Joy comments:

to make selected item to black , go to line no 448 in your style.css

find following

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: #ffffff;
}

replace it with

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: #000;
}


Jorge Ledesma comments:

Yup, I had changed that just now. My interest is position just like the sample. I noticed the width is 940px so I suppose it doesn't have to be so long.


Jorge Ledesma comments:

alright, I just styled fine, winner takes it. Template time!


Arnav Joy comments:

can you share your page.php?

can you explain what you need for template 2 and 3

2012-05-20

Agus Setiawan answers:

hi, i'm trying to modify nav menu, and shows like this :

http://spytwitter.com


Jorge Ledesma comments:

Kind off but it needs to look like this: http://www.ledesmaphotography.com/template/camera.html