Questions tagged [twenty-ten-theme]

Twentyten is the default theme of Wordpress 3.0, shipped in 2010.

20 questions
3
votes
1 answer

WordPress PHP htmlspecialchars(get_field... cannot read arrays?

I am working on a WordPress Website/Blog with two main functions. Create reports. Compile final report. People can write reports, selecting the fields they need and publish it. Then at the end of the day, they can "compile" a final report from…
David Gourde
  • 3,709
  • 2
  • 31
  • 65
3
votes
3 answers

Overflow:visible collapses div height to zero

I'm editing the css of a Wordpress theme (twentyten) This is my HTML structure:
Nello Ollen
  • 327
  • 6
  • 22
1
vote
2 answers

WordPress TwentyTen menu: how to CSS-select sub-menus in a specific position?

I'm styling the top menu of the WordPress TwentyTen theme. I want all sub-menus of the first menu item to be 200px wide, all submenus of the second menu item to be 250px wide, and all submenus of the third menu item to be 300px wide. For example,…
Dimitri Vorontzov
  • 7,834
  • 12
  • 48
  • 76
1
vote
1 answer

Any one else having trouble with the WordPress TwentyTen theme is not adding current-menu-item to all of my pages in the menu?

Ok, so I'm using the new TwentyTen theme and getting familiar with it. From what I understand you create a custom menu and picks it's spot, which was done with no problem. The menu consists of all of my top level pages, but only one page gets the…
hsatterwhite
  • 7,160
  • 5
  • 26
  • 29
0
votes
1 answer

Change font color of one menu item

I am customizing the WordPress twentyten them and am trying to change the font color of only one menu item. I would greatly appreciate it if someone could point me in the right direction. I have tried the following change to the child theme…
Pat
  • 51
  • 1
  • 6
0
votes
1 answer

WordPress (TwentyTen theme): Get Search Results Without Opening New Page

I work on a WordPress site. I want to load search results into the currently open page using AJAX methods. To be able to do that, I need to obtain the output of the PHP code that does the search, without opening the new page. Normally, after you…
Dimitri Vorontzov
  • 7,834
  • 12
  • 48
  • 76
0
votes
1 answer

wordpress twentyten chid them sidebar problem

I'm using a child theme of Twentyten theme. I want to make a template, where I'll have a left sidebar and it's styles will be completely different from my primary sidebar. I'm using the secondary widget area for this purpose. I've followed this…
Samia Ruponti
  • 3,910
  • 12
  • 42
  • 62
0
votes
4 answers

How do I change Wordpress's TwentyTen auto-embed from flickr default width (UPDATED QUESTION)?

When I paste in an images URL from Flickr into a wordpress post it auto embeds it into the post. Somehow it is getting set to a default width of 500px. How/where do I change this? I just can't find any documentation for it, arg! Note: I am using the…
Dave
  • 8,879
  • 10
  • 33
  • 46
0
votes
1 answer

Twenty Ten child theme header image change error message: wordpress

I'm trying to change the header image width of my twenty ten child theme; when I add the following code to my child theme functions file: if ( !function_exists( 'child_theme_setup' ) ): function child_theme_setup() { define(…
Nsokyi
  • 394
  • 4
  • 21
0
votes
0 answers

How to Center align Menu in Twenty ten default WordPress theme?

IS it possible to align menu item center? Actually my website has a lot many menus, So menus are appearing on second line from left so I want to show them as center aligned.Any suggestions? Please find below my Css. This is edited style sheet of…
Swati
  • 23
  • 6
0
votes
0 answers

wordpress nav menu link text changin color after clicking

I have a wordpress design using te twenty twelve theme. I have set the text of the main navigation tabs to a blue color. However when I click on these nav links, the text temporarily changes to black before loading the target page. I need them to…
0
votes
1 answer

Twenty Ten, dropdown menu appearing with fade effect

How can I have the Twenty Ten dropdown menu appearing with some fade effect? If you put your mouse over the "A parent page" it promptly shows a dropdown list with all pages. However, would like to have it showing with some fade effect.
Pedro
  • 1
  • 1
0
votes
3 answers

How do I use new add_editor_style() function in wordPress?

I found this article: http://www.deluxeblogtips.com/2010/05/editor-style-wordpress-30.html I created a child theme using the Twentyten theme as a parent. I am trying to have the WYSIWYG editor use a custom stylesheet. I added this to my…
zeckdude
  • 15,877
  • 43
  • 139
  • 187
0
votes
1 answer

Twentyten theme header Image not changing by using the child theme

I am using the Twentyten theme of Version: 2.0. I want to use this theme for my blog site, I am developing my blog site using the child theme. This theme has the header image feature that is flexible when the page or single post is shown. I mean in…
Chayan Biswas
  • 566
  • 2
  • 6
  • 18
0
votes
1 answer

What is the Featured Image area for on the TwentyTen theme using WordPress?

I am creating a child theme in Wordpress using the TwentyTen theme as a parent. I saw under the Pages area in the admin section, there is a 'Featured Image' area, but I don't see where that featured image is shown on the page. What is the featured…
zeckdude
  • 15,877
  • 43
  • 139
  • 187
1
2