WordPress Tricks

WordPress.com Theme Chateau by Ignacio Ricci Support, Modifications and Customization



Today I want to share you some more modifications of the latest Chateau theme by Ignacio Ricci. Just paste the following css code at the bottom of your style.css or custom.css, save it and then see the difference…

Download  Theme Chateau
Demo of Chateau theme.

You can use my shared code and ask question in the comments section.

You can take my personal help in skype : om2000_cuet
theme chateau by ignacio ricci header modification


1. If you don’t want to show the Top Navigation Menus of Theme: Chateau by Ignacio Ricci

#main-title {
clear: both;
float: left;
font-style: italic;
margin: 10px 0 0;
width: 76%;
}

#menu {
display: none;
padding: 30px 0 17px;
}

2. If you want to change the top Navigation Menu’s font color, size and font family of theme Chateau

#menu a {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
color: red;
display: block;
font-family: times New Roman;
font-size: 14px;
padding: 3px 10px 5px;
}

3.If you want to change the hover color of the top navigation menus of theme Chateau

#menu a:hover {
color: green;
}

4.If you don’t want to show the search bar in Chateau theme

#search {
display: none;
float: right;
margin: 0 0 20px;
width: 22%;
}

5.If you don’t want to show Site Title,Site Description and Search Bar together in Chateau theme

#main-title {
clear: both;
display: none;
float: left;
font-style: italic;
margin: -9px 0 0;
width: 76%;
}
#search {
display: none;
float: right;
margin: 0 0 20px;
width: 22%;
}

6. If you want to change the font size,font color and font family of Theme Chateau by Ignacio Ricci

#main-title #site-title a {
color: green;
font-family: times New Roman;
font-size: 37px;
}

7. If you want to change the hover font color of Site Title of Theme Chateau by Ignacio Ricci

#main-title #site-title a:hover {
color: red;
}

8. If you don’t want to show the site Description in theme Chateau try the following code

#main-title #site-description {
color: #555555;
display: none;
font-size: 2.3em;
font-weight: normal;
line-height: 39px;
}

9.If you wan’t to change the font size, font family and color of Site Description of Theme Chateau

#main-title #site-description {
color: #555555;
font-family: times New Roman;
font-size: 28px;
font-weight: normal;
line-height: 39px;
}

10. If you don’t want to show the post date of Theme Chateau

.post-date {
display: none;
font-style: italic;
left: 30px;
line-height: 1.9em;
position: absolute;
text-align: center;
top: 15px;
z-index: 1;
}
/******** this code will help you to align the post title to the left after when there will be no post date ******/
.post-title h1 {
border-bottom: 1px solid #DDDDDD;
color: #990000;
font-size: 3em;
font-style: italic;
font-weight: normal;
padding: 6px 0 16px;
}

11. If you want to change the font color,font size and font family of “Continue Reading

.post-entry .more-link {
color: DarkRed;
font-family: georgia;
font-size: 20px;
font-style: italic;
font-weight: bold;
text-decoration: underline;
}

12.If you want to change the Sidebar widget’s Title color, font size and font family

.sidebar-widget h1 {
color: darkRed;
font-family: georgia;
font-size: 15px;
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom: 10px;
text-transform: uppercase;
}

13. If you want to change sidebar widget’s link color, font size and font family

.sidebar-widget a {
color: darkgreen;
font-family: georgia;
font-size: 14px;
}

14. If you want to change sidebar widget’s links hover color, font size and font family

.sidebar-widget a:hover {
color: darkgreen;
font-family: georgia;
font-size: 14px;
}


15.If you want to change sidebar widget’s
Title’s background color

.sidebar-widget h1 {
background-color: yellow;
color: darkRed;
font-family: georgia;
font-size: 15px;
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom: 10px;
text-transform: uppercase;
}

16. If you want to change sidebar widget’s border color from grey to orange

.sidebar-widget li {
border-bottom-color: orange;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #8C8B8B;
line-height: 1.5em;
list-style-image: none;
list-style-position: inside;
list-style-type: square;
padding-bottom: 7px;
padding-left: 0;
padding-right: 0;
padding-top: 6px;
}

17. If you don’t want to show post info/ post by information (below the blog post title) of of Theme Chateau

.post-info {
color: #555555;
display: none;
font-variant: small-caps;
padding-bottom: 0;
padding-left: 24.5%;
padding-right: 2.8%;
padding-top: 10px;
}

18.If you don’t want to show the blog post tags on the left side of each post.

.post-extras {
color: #333333;
display: none;
float: left;
font-style: italic;
line-height: 170%;
padding-bottom: 50px;
padding-left: 0;
padding-right: 0;
padding-top: 61px;
text-align: right;
width: 19.2%;
}

19. If you want to add border to the image try the following code

.post-entry img {
border:6px solid grey;
}

20.If you want to change Blog Post Entry font color,size and font family

.post-entry {
color: #333333;
float: right;
font-family: times New Roman;
font-size: 16px;
padding: 15px 2.8% 0 0;
width: 72.8%;
}

21.If you want to change blog Post Title’s Background Color

.post-title {
background-color: lightgrey;
padding: 0 0 20px;
position: relative;
}

22. If you want to change blog Post Conten’t Background Color

.post-entry {
background-color: gold;
color: #333333;
float: right;
font-family: times New Roman;
font-size: 16px;
padding: 15px 2.8% 0 0;
width: 72.8%;
}

23.If you want to change the background color of Tag section

.post-extras {
background-color: gold;
color: #333333;
float: left;
font-style: italic;
line-height: 170%;
padding: 61px 0 50px;
text-align: right;
width: 19.2%;
}

24. If you want to reduce the space between Tag section by increasing the width of Blog post content

.post-entry {
background-color: gold;
color: #333333;
float: right;
font-family: times New Roman;
font-size: 16px;
padding: 15px 2.8% 0 0;
width: 76.8%;
}

25.If you want to change the width and height of the Top main image of Chateau theme by Ignacio Ricci.

#main-image img {
border: 1px solid #DDDDDD;
display: block;
height: 100px;
width: 960px;
}

26. If you don’t want to show whole content section by using css

#comments {
display: none;
float: right;
padding: 0 0 30px 0;
width: 100%;
}

27. If you want to remove the space between Header Image and Blog Post Title try the following css.

#main-image {
border-top-color: #DDDDDD;
border-top-style: dotted;
border-top-width: 1px;
clear: both;
max-width: 960px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
}

Also… You may like the following modification of the chateau theme

WordPress.com Theme Chateau by Ignacio Ricci With Menu At the Top


If you have any issue feel free to ask me question here in comments section
OR


You can take my personal help in skype : om2000_cuet

239 thoughts on “WordPress.com Theme Chateau by Ignacio Ricci Support, Modifications and Customization”

  1. hi you have helped me in the past and i left you a donation.my auto content on my site seems to have stoped working and the message is Image cache path /home/midas25/public_html/wp-content/plugins/wp-o-matic/cache is not writable!.any suggestions thanks Andrew

    Like

    1. Hi Adrew….How are you?
      …after a long time you ping me again 🙂

      Andrew.. would u mind to check one thing…. just uninstall the plugins one by one and check it is causing due to any of your plugins or not….and let me know … you can also add me in skype..om2000_cuet is my id.

      regards
      Om

      Like

  2. This is great info – thanks!

    I am using chateau on my self-hosted blog and have trouble getting text to wrap around my images. It always goes below the image, no matter what alignment I choose. Any advice?
    Thanks!

    Like

  3. HI There

    I have just started using your blog theme on my self hosted site.
    I would like to delete tags (above the twitter and facebook links, as well as the far left sidebar) from the pages, as well as recent posts (as i will use archiving widget). I cannot find my way around to do this.

    Also I would like the position of subscribe as the default last and all other widgets including recent comments and categories above subscribe.

    Would any of these changes be possible?

    Regards
    Wendy

    Like

    1. HI Wendy..
      Sorry..it need to modify the php file to delete that “Tag” (need to check).

      Also..

      For the left side widgets…better you try to put any widgets in the sidebar, it will remove the defaults.

      Regards
      Om

      Like

  4. Hello!

    So glad I found this.

    I’m trying to align the content to the left and make it so that I have three horizontal sections. The header and menu would be one section, the title and content would be in the middle section, and the footer would be the last section. And all three would be different colors.

    Is this possible? I’ve been trying to play around with it, but I can’t seem to get the CSS coding right.

    I am also doing this purely via CSS. I don’t have a server or am able to download the wordpress software.

    Thank you!

    j-han

    Like

      1. HI J-han,
        Ok, login to your dashboard…then go to “Appearance–>Editor” select Style.css and put my code at the bottom of style.css..

        then save it… 🙂 and check your site..

        Regards
        Om

        Like

      2. Hmm, I wonder if I’m missing something…

        I put it in the CSS Stylesheet Editor….

        I don’t have an “Editor” option from the Appearance menu…..

        Is there something else I’m supposed to be doing?

        Like

  5. Yes, I am the admin account. The only things I see under Appearance are:
    Themes, Widgets, Menu, Theme Options, Background, Header, Custom Design, iPad, and Extras.

    No Editor…

    Like

    1. HI J-Han,
      now i understood, i think you are using wordpress.com free hosting….
      Just go to “Appearance–>Custom design” and check there is css/ style . take a backup of that css code and then paste my code at the bottom of that style sheet..

      REgards
      Om

      Like

      1. Hi Om,

        Like I said before, I’ve tried putting the code in, but nothing has changed.

        I know there are limitations. Maybe this type of styling isn’t possible?

        Thanks for the effort. I’ll try browsing through the support forums.

        Like

      2. Hi J-Han,
        the code i gave you.. is for to make the content part to be aligned left with the title…. if you want to get the structure of shaila pinkel then you need to modify the php code. which is not possible in wordpress.com.

        though using css this can be possible..but different browser may render it differently..so it may create you problem

        Regards
        Om

        Like

  6. Hey man, it’s great to see someone willing to help others out ;)! I was wondering, why can’t I see post format option anywhere?

    Chateau ver. 1 had the option of displaying a little image next to each posts “entry” (Lead-in sentence, before CONTINUE READING) which ver 2 doesnt seem to have 😦 . I would really like to enable little image previews…

    My site is http://www.grumpygrampa.com any tips?
    Thanx and many greets from Croatia!

    Alex

    Like

  7. Hello-

    This has been very helpful, but I was wondering:

    What is the CSS to get rid of the “Leave a Reply” comments box at the bottom of the pages?? This is extremely important for my site – I only want the sites information to come one way.

    Thank you!

    Like

    1. Hi ALice,
      To Remove the search from Chateau theme paste the following code at the bottom of your style sheet

      #search {
      display: none;
      float: right;
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      width: 22%;
      }

      *** Same code (except display:none ) will be used to move the search bar .

      Regards
      Om

      Like

      1. Hi,

        Sure, so what I was hoping to do is to set the template so the tagline doesn’t jump to the next line. I thought that moving the search bar would solve the problem, but it removed it but the text box didn’t change. I hope this makes sense. If it doesn’t let me know and I’ll send a snapshot.

        Thanks.

        Like

  8. Thank you so much for your help here. Having issues with Title and tagline. Was originally wanting to change title to own personal logo, but not sure you can do that in Chateau and worried it would delete my search engine results. Also, is there a way to move the tagline so it is under the title and to change the font and font size of the title and tagline. Thank you!

    Like

      1. Sure..souperchicks.com. I removed the tagline b/c it didn’t look right..Would like to change the font and color of title..if not then we will add our logo into the header image and need to hide the title. Thank you!

        Like

      2. Hi KG,
        Good Morning..
        If you want to change your Site Title in Chateau theme try the following code

        #mainTitle h1 strong {
        color: red;
        font-family: georgia;
        font-size: 3em;
        }

        Pls let me know if you need any help.

        Regards
        Om

        Like

  9. Thanks! Can you help me with the code to change the favicon? I have already uploaded a favicon.ico pic in my media folder. I have found the codex in header.php, but whatever I do to it I cannot change the favicon. (right now it is the crown) I can erase that line all together, but would like to change it to my pic. Thanks again!

    Like

    1. Hi k2sidev

      I have checked ur site… and i dont think it is possible to remove because it is by default coming with ur wordpress.com chateau theme.

      You can do one think…dont use the Title bar of the widget, instead use the title (widget title) inside the box if it is possible with “h1” tag

      Regards
      Om

      Like

    1. Hi Jenna,
      Pls try the following code for Navigation menu below the image in Chateau theme

      #menu {
      left: auto;
      margin-left: 270px;
      position: absolute;
      right: auto;
      top: 244px;
      }
      div#main {
      margin-top: 27px;
      }

      *** Which image u r referrring to? would u mind to share me that page link where it is showing distorted?

      Regards
      Om

      Like

      1. Awesome, that worked. The image I’m referring to is the banner image that says Jennifer Vazquez etc. If you look closely, all of the text is blurry and the lines aren’t sharp either.

        And one more thing, if you don’t mind…how can I put in a horizontal line of 1 or 2 pixels beneath the navigation menu?

        Like

      2. Hmm, actually there is an issue. I adjusted this: top:300px;

        In Chrome it looks okay, the navigation sits nicely between the banner image and the body text, but in Safari it is on top of the body text. Also, in Firefox, it sits in a different place than in Chrome. This doesn’t seem like a good way to reposition the navigation.

        Like

      3. Hi Jenna,
        Actually,the perfect solution is possible if the theme file of Chateau theme could be modified…. using css sometimes it may troublesome to make it compatible with various browsers..

        Regards
        Om

        Like

  10. Hi,

    I just downloaded the wordpress theme chateau but when i try to activate it, an error message appears in my dashboard, telling me that the theme is incomplete and that stylesheet is missing.
    How can i fix the problem ?

    Thank you in advance for your tips and answer.

    Like

    1. Hi Sarah,
      Umm.. i think the zip file which u tried to install … the actual theme file is inside of that zip file..so u need to unzip the file first..then take out the actual theme… then zip it again and install..

      if u face any problem add me in skype om2000_cuet

      Om

      Like

      1. Hi, thank you for your answer. But when i open the zip file, there’s no theme file within it. The only files you can find on it are : ‘ssi’, ‘css’, ‘images’. All the others docs are PHP documents.

        I’m adding you on skype. You can find me : sarahpereirapinto

        Thank you !

        Like

  11. Hi there

    I have the latest wordpress and the latest chateau theme. I have tried to copy and paste the code
    .post-extras {
    color: #333333;
    display: none;
    float: left;
    font-style: italic;
    line-height: 170%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 61px;
    text-align: right;
    width: 19.2%;
    }

    to get rid of the tags from the left
    but its not working.

    any suggestions?

    Also is there a way i can link certain posts to certain pages and not have these posts showing on any recent post listing…somewhat like a book i guess. If i have a page (cover of the book) and i want to write post after post but only have them connected to that book not all books (pages)?

    Thanks for your help.

    Like

  12. Hi Om

    I cannot change the navigation menu location to under the banner either. Also it would be good for the menu to be a drop down menu.

    i used the following

    #menu {
    left: auto;
    margin-left: 270px;
    position: absolute;
    right: auto;
    top: 244px;
    }
    div#main {
    margin-top: 27px;
    }

    I just copied and pasted at the end of the style sheet. Should i put it on a new line? I have copied and pasted other CSS from you and they worked, but this isnt.

    Cheers
    Wendy

    Like

    1. Hi Wendy,
      Good Morning..
      From your previous comments

      ** To show specific posts in a certain page you can show Show the Posts Category Wise.. you can use your Menus (Appearance–Menus) to add category menus
      ** Would u mind to share me the link of page where tag is showing in the left?
      ** About Drop down menu — Have u tried with Appearance–>Menu section?

      pls let me know..

      Om

      Like

  13. Hi Om

    the tags im talking about are the ones next to my post text (not page). It would be good if i could get rid of the tags and have more space for the text but still keep the posted date.

    ill have another look at the menu section perhaps i didnt set it correctly?

    thank you
    Wendy

    Like

    1. Hi Wendy
      would u mind to try the following codes? it will help u to remove the post tags and will increase the post width.
      pls let me know this helps u to solve ur issue or not..

      .postEntry {
      width: 700px;
      }

      .postExtras {
      color: #333333;
      display: none;

      }

      Regards
      Om

      Like

  14. I have had a look at the appearance – menu section. I have set France as the Title and added category named Travelling, but no menu appears.

    Notice at the top of my blog are the page names with child pages underneath. I think this will look terrible as i continue to create more child pages it should be a drop down?

    Dont worry about the tags so much this menu and page thing is much more important.

    Like

    1. About Menu,
      I think you are doing something wrong in the Appearance–>Menu..

      Have u selected Primary Menu/secondary menu name showing at the left side (theme location portion) ?

      pls let me know..

      Om

      Like

  15. Hi Om

    I have just added the tag code but it hasnt worked. I have a facebook link there as well, perhaps it is best moved to the far right column rather than under the tags.

    Im wondering why these codes arent working, I have used your codes from this page before (as you can see there is no search bar at the top) but this time no codes are working. I have recently updated wordpress to the latest version could this be causing a problem?

    Like

  16. Hi Om

    Well you wont believe it but the code works now. Thank you very much. The only downside is I have lost the facebook link. Is it possible to add it as a widget that can be placed in the left border or above the bottom black border?

    I may have the menu issue sorted. Will get back to you if i need to.

    Thankyou very much.
    Wendy

    Like

  17. Hi Om

    I have now added a social sharing plugin…ShareandFollow…its a great plugin for social sharing.

    What are your thoughts on the last issue I have with my site? See below –

    ‘What would be great though, as i may have quite a few pages, is if the child pages where a drop down rather than being fully visible. If (as i expect) i will have lots of pages the top of my webpage will look really messy. You can see where i am talking about on the home page, where all pages are listed under the homepage. Would this be possible or do i have to figure out how the menu thingy works?”

    Once I have this sorted my blog is ready for more content 🙂

    Thank you for all your help Om

    Wendy

    Like

  18. Hi Om

    I have now worked out the menu creation and have it set-up. It is not a drop down menu though.

    Is it possible to have the menu as a drop down menu while keeping ‘short stories and poems’ and ‘blog posts’ visible as they are but justified right?

    So the top of my page will look like this

    Short Stories and Poems Blog Posts

    With Short Stories and Poems being a drop down menu.

    Does this make sense?

    Thanks
    Wendy

    Like

  19. Om,

    thanks for all your help.

    Sorry we were not able to sort out the drop down menu. It is unfortunate the Chateau theme doesnt provide this for self hosting. I will send the creators an email about it.

    Again thank you for your help.

    Cheers
    Wendy

    Like

      1. Dear Om,

        I am sorry for my poor understanding (I am not a technical genius), where can I find the style sheet?

        Thank you for your patience!

        Regards,

        Alexandra

        Like

  20. Hi Om

    Im just wondering, is it possible to either delete the “About*” at the bottom of the theme and or change the text to something else e.g. “@Copyright”?

    Like

  21. Hi Om, love how helpful you are. I am trying to remove the “Leave A Reply” on the website I built: romamortours.com, using the Chateau theme. I removed the search bar using a css code and was hoping I could remove the “Leave A Reply” box the same way that is, using a ccs code. Is there a code I can put into my style sheet?

    Thanks!
    LeAnne

    Like

    1. HI LeAnne
      there should be option to not show comments on page (pls check the Screen option) in the page editor…

      or

      .content #comments #respond {
      display: none;
      }
      pls paste the code above in ur style sheet…

      Om

      Like

  22. Hi Om,

    How would one alter at the bottom of the page where it says, “Blog at WordPress.com. Theme: Chateau by Ignacio Ricci. Fonts on this blog.”?

    I would love to have it just be my copyright info. Or, if it can’t be altered, could it be removed or hidden in some way?

    Thanks in advance!
    Josh
    http://www.joshhagen.com

    Like

      1. It does remove it – just solid black down there with no words. But now I was wondering, being that this is the .com wordpress, would that be a problem. I’ve heard people mention that accounts could be suspended or sites removed without that info on the bottom if you use wordpress.com.
        If there isn’t such a problem, I would also be interested in the possibility of adding my own copyright info down there.

        Thanks!

        Like

      2. I placed the code in the css editor (also tried placing it in the page’s html), but there was no change – still have the empty space at the top.

        Am I doing something incorrectly?

        Like

  23. Hello,
    I have a problem with the chateau 2.0.1 theme on my own web space and I hope you can help me out. Unlike the chateau demo http://chateaudemo.wordpress.com/ it can only list one blog entry on the main page, the rest of the articles are listed as short archive snips under “Checkout some previous articles”.

    I can’t disable this in the options unfortunately. I just want a regular blog with 10 entries per page (that’s what I set up in settings -> Reading -> Blog pages show at most) and “older posts” “newer posts” links on the bottom of the blog. Since that’s the way it’s set up in the chateau demo I hope that there must be a way to switch it back to that view.

    Like

      1. I don’t have Skype. I have AIM, Yahoo IM, MSN and ICQ if that is any help. 🙂 Oh, and you got my mail address. You need admin access to my dashboard?

        Like

  24. Is there a way to get rid of the ~ character that is defaulted after the title of the page? It assumes you will put a tagline next, but I don’t have one. In the wordpress.com version, there is none.

    Thanks!

    Jon

    Like

    1. Hi Jon..
      to remove that ~ character from the header title paste the following code at the bottom of ur style.css (Appearance–>Editor)

      #mainTitle a span {
      display: none;
      }

      Om

      Like

  25. Another thing: How do I change the color of the text in the header? It was #990000 on wordpress.com, but now it’s black on wordpress.org. Please be detailed, as I’m totally a newbie.

    Thanks!
    Jon

    Like

    1. Hi Jon…
      it would if u do the change from ur theme file directly….

      otherwise try this code (paste it at the bottom of ur style.css)

      div.postExtras p:nth-child(2),div.postExtras p:nth-child(3) {
      display: none;
      }

      Regards
      Om

      Like

      1. Probably baseline functionality I didn’t understand. I just added a twitter widget to the sidebar instead and it’s a win-win, as I was struggling with how it looked within the page.

        If you have thoughts on #1, 2, and 4, that would be very much appreciated!

        Thanks so much,

        Jon

        Like

  26. Sure:
    1. How do I create a “dummy” parent page in the menu that has no content and only shows the child pages when I click on it? I know I can use # in the menu for the URL, but then I can’t add a child to it.

    2. For some reason I can’t get my child pages to hide until I hover on the parent page. They show all the time.

    4. All of my pages have a thick black bar at the bottom with About* in it. Can I get rid of this?

    Thanks!

    Jon

    Like

      1. Hi Jon..

        Regarding Issue 1.
        Have u tried “Appearance—>Menu” to add menu items?

        Regarding Issue 4
        That “About” seems to be some info regarding Author…if u want to remove it use this

        #aboutInfo {
        display: none;
        }

        Regards
        Om

        Like

  27. #4 now works great! thanks!

    I have been in and out of the menu a dozen times, tried to look up other help on this, without resolution. Other WP sites can get their child pages to hide; not sure what I’m doing wrong!
    Thanks,
    Jon

    Like

      1. I just addeded the Google library plugin, and it fixed my inability to create dummy parent headers.

        The only thing remaining is to hide the child pages from the menu until you click/hover on the dummy parent.

        Thoughts on that? Can I supply you with screenshots or something to help?

        Thanks!

        Jon

        Like

  28. Yes, that was the one. The only “ugh” now is that when I click the parent link, the whole page below it “bounces” down. A little distracting. Not sure if this can be fixed.

    Also, is there a way to decrease the distance between the bottom of the main image and the title of each page below? Lot of white space.

    Thanks!

    Like

    1. Hi Jon..
      Regarding the space issue between header image and page title… use the following code

      #mainImage {
      padding: 20px 0 0;
      }

      #content {
      padding: 3px 0 70px 20px;
      }

      Regarding the Parent Menu issue..
      not sure how u implemented this..sorry..cant help u for this..

      Om

      Like

  29. Hmmm. It didn’t budge it. I even tried playing around with the values.

    To follow up more on the menu things I’ve been kicking around, I’m looking at my old Chateau site on wordpress.com and it is doing exactly what I want as far as showing the child pages in the menu. Is there a way to get the wordpress.com CSS and see what the differences are? I can’t find it. Example:
    http://www.aneternalimpact.com (don’t like) vs.
    http://aneternalimpact.wordpress.com (like)

    You are so very helpful!
    Jon

    Like

  30. Thanks again! Three things:

    1. Additional thoughts on shrinking of space between the page title and the body of the page? The code you suggested yesterday did not work.

    2. Original code where the child page titles showed all the time:

    /*- Header —————————————————————–*/
    #header {}

    /*- Menu -*/
    #menu {float:left; padding:30px 0 50px;}
    #menu li {float:left; margin-right:10px; text-transform:uppercase;}
    #menu a {display:block; font-size:1.125em; font-weight:bold; color:#999; padding:3px 10px 5px; border-top:1px solid #FFF; border-bottom:1px solid #FFF;}
    #menu .current_page_item a,
    #menu .current_page_parent .current_page_item a {font-weight:bold; color:#990000; border-top-color:#DDD; border-bottom-color:#CCC;}

    /*- Sub Menu -*/
    #menu li ul {color:#CCC; margin:10px 0 0 10px;}
    #menu li li {float:none; text-transform:none; list-style:inside circle; margin:0 0 5px;}
    #menu li li a {display:inline; padding:0; border:0;}
    #menu li li a:hover {text-decoration:underline;}
    #menu .current_page_item li a,
    #menu .current_page_parent a {color:#990000; font-weight:bold; border-top-color:#DDD; border-bottom-color:#CCC;}
    #menu .current_page_item li a,
    #menu .current_page_parent li a {font-weight:normal !important;}

    3. The modifier I added to make the child pages hidden, but when I hover, it pushes the whole page down instead of just dropping it down:

    li ul{display:none}
    li:hover ul{display:block
    }

    Thanks!
    Jon

    Like

    1. Hi Jon..

      Regarding Page title and Body of contents…here is the modified code

      .postEntry {
      padding: 0 40px 20px !important;
      }

      Regarding the Menu options..
      sorry..cant help u with this without checking..

      Om

      Like

  31. Thanks, the title works great now.

    Would posting the whole css code to you help for the menu?
    I’ll post on the wordpress support page and email the creator of Chateau to see if anyone can help crack the case.

    Thanks so much!
    Jon

    Like

    1. Hi Jon..
      sorry..i thought u will ask the menu related support to the theme developer..thats what i mean to share me (what he answered)…

      i am sorry i cant help u for this menu work..

      Om

      Like

  32. Is there a way to change the 960 x 260 image to something shorter, say 960 x 100? I tried to play with the code as listed above, but it didn’t change. Do I have to insert a 960 x 100 image before it will work?

    Thanks!
    Jon

    Like

      1. Om,
        I now have a very nice 960 x 150 image I uploaded, and I pasted this code at the bottom of the css:

        #main-image {
        border: 1px solid #DDDDDD;
        display: block;
        height: 100px;
        width: 960px;
        }

        But it doesn’t respect the height, so it stretches the image vertically. Can you please help?
        http://www.aneternalimpact.com

        Thanks!
        Jon

        Like

      2. Sorry, to clarify, here is the code I used for my 150 height:
        #main-image {
        border: 1px solid #DDDDDD;
        display: block;
        height: 150px;
        width: 960px;
        }

        Jon

        Like

      3. Just figured it out. I changed from 260 to 150 in the functions.php file.
        Thanks!
        Still stuck on making the menu with child pages appear in iPad though – extremely frustrating!
        Jon

        Like

      1. I don’t have an iPad, so no screen shot. But when my friends try to touch the parent menu button, nothing happens. It doesn’t drop down my child pages like it would if you used a mouse to hover or click.
        Thanks!
        Jon

        Like

    1. HI Jon..
      to change the font of Post title u have to use the following code

      .page .full-width .postTitle h2 {
      font-family: times New Roman;
      padding-left: 40px;
      }

      *** you need to check Lucicidia caliography is a web font or not..otherwise it will not visible to viewers browser

      Om

      Like

  33. Om,
    Now I have code so the tagline doesn’t display:
    #mainTitle a span {
    display: none;
    }

    I’d like to display the tagline now, but:
    1. On a new line
    2. Without the leading ~
    3. With a much smaller font size
    4. Possible a new color

    Can you help?

    Thanks!
    Jon

    Like

      1. It was large and followed directly behind my site title, and then it wrapped to the next line (I pulled it down, as it was quite unattractive).

        Jon

        Like

      2. Hi Jon…
        Ok..
        Regarding the Tagline (showing below the Site Title)
        to make the text small and below the Site Title use this code

        #mainTitle a span {
        display: block;
        font-size: 2em;
        margin-top: 14px;
        }

        Om

        Like

    1. HI Jon..
      to make the Site Description or Tagline bolded and not Italicized

      use the following code

      #mainTitle a span {
      font-style: normal;
      font-weight: bold;
      }
      Regarding Removing ~ at the begining

      ** this will need to delete from the theme file directly..cant help u providing css for this..

      Om

      Like

  34. Hi Om,
    wonderful advise you give.
    I have my blog in wordpress.com, Chateau.
    Now I went to .org to put my website in Chateau as well, so I bought Chateau for .org, but I don’t find it as good as the one in .com. A disappointment!
    I saw here that other people struggled with the menu as well, to change it into a dropdown menu. And if they hide the childpages, that it bounces back the picture underneath. Did you in the meantime find a solution for this? If you like, you can have a look at my website (in progress). http://www.dehelderespiegel.nl
    Thanks

    Like

      1. Hi Om,
        I need to ask the person who installed it for me, he seems to be out today. It is Chateau version 2.0.1. I will get back to you as soon as I have it.
        Nynke

        Like

      2. Hi,
        pls use this code to solve ur menu issue

        #menu li ul {
        color: #CCCCCC;
        margin: 10px 0 0 10px;
        position: absolute;
        width: 97px !important;
        }

        #menu li {
        float: left;
        margin-right: 10px;
        min-width: 97px !important;
        text-transform: uppercase;
        }

        #menu li a:hover {
        max-width: 97px !important;
        }

        Om

        Like

  35. I am trying to make a change in the css file of your Chateau theme that is free in wordpress. I cannot find where it is??? I’m wanting to change the line height.
    Thanks, Mike

    Like

      1. Hi Mike
        The line height issue of Chateau theme, u can solve using this css code

        .post-entry p {
        line-height: 22px !important;
        }

        but..to use css in the free wordpress sites ..u have to purchase custom css feature from them….

        Regards
        Om

        Like

  36. Love this theme! Need some help completely removing the space above the header image. I’ve updated style.css with the following, which removed the search box, and deleted the blog title from the wordpress settings page, but an en dash is still there. We’d like to completely remove everything above the header image. Thanks!

    #main-title {
    clear: both;
    display: none;
    float: left;
    font-style: italic;
    margin: -9px 0 0;
    width: 76%;
    }
    #search {
    display: none;
    float: right;
    margin: 0 0 20px;
    width: 22%;
    }

    Like

    1. Hi Tracey
      thanks for ur comments and sorry for the late reply ( i was outside of home )

      pls check this code and let me know it helps u to remove the toatal header from your Chateau theme

      #mainTitle, #menu {
      display: none !important;
      }

      Om

      Like

  37. Hi Om

    I would like to know if its possible to move the post info/post by information and Leave a Comment to the bottom of the post, instead of having it at the top just under the post title.

    Thanks

    Steve

    Like

  38. Hi Om,
    I have an issue with Previous Article Snippets at the bottom of Home page. I have gone through the Theme Option and I can see that by default it should display only two articles in one colum or two colums. But, apparently all my posts are displaying there scatteredly. I don’t mind showing all my posts but it does not maintaining any sequence. Moreover, it had some white spaces in between post snippets and I had to put number 4 (inside number of displayed post) in theme options to fix it on temporary basis. I don’t know where my new posts would apper. Is there any way to fix this and how to show them in date wise? I hope it did not happen after upgrading to latest version of WordPress 3.1. Does this theme support latest 3.1. All other functions seems working fine. Thanking you in advance and appreciate your support.

    Regards
    Syed

    Like

  39. Hi. I’m using wordpress.com Chateau theme, private still and going public in a few months. Two questions in advance: (1) Is it possible when using the Twitter widget to ensure that all links within the Twitter feed open in a new window so that the visitor isn’t taken permanently away from the site? (2) I do have the CSS design upgrade. Is it possible to use CSS to change the background footer color? Right now it is solid black. Thank you!

    Like

    1. Hi Valeri Asuncion
      You can do the Twitter Link to open a new window for this u have to do modification in the twitter widget
      but…if u are using wordpress.com site..then i think u cant do the changes in php files

      Regarding Fooer issue
      without checking i cant say this

      Om

      Like

  40. hi
    thanks for this awesome theme!
    i used it as a template for a journal, http://www.literatura.flf.vu.lt/
    i have a couple of questions, hope you can help me. Tagline looks ok in mozilla and explorer, but in Safari the last word jumps to another line below. I removed the search box but still the tagline does not fit into one line. Is it possible to do something so that it’s ok in Safari?
    Also is it possible to add more information but in smaller font in the tagline? So that it would say:
    Literatūra ~ Research Journal for Literary Scholarship
    Published in English, French, German, Lithuanian, Russian (but all this in a smaller font than the tagline).
    And finally I do not seem to find specifications for h3 size font in the stylesheet. I originally used a different template and whenever I used h3 in the text it was big (like title font). When I changed the theme all text that was h3 became quite small. Is there a place where I could automatically adjust, i.e. enlarge h3 font for all pages? (I am not using posts, I use only pages).
    Thanks a lot for your support!
    Jolanta

    Like

    1. Hi Jolanta
      I have checked ur site safari and it is showing ok in my end
      Regarding ur header font issue to accomodate more text
      ..yes ur issue can be solved
      but for this u will need to do some modification in ur header php file
      after that u can use css to align them properly

      Om

      Like

      1. Thanks, Om!
        Good to know something can be done about the header. But this seems a bit too complex for me 🙂 so I’ll try to find someone who can do it.
        Any idea how to make h3 font bigger in the whole webpage?

        thanks again
        Jolanta

        Like

  41. Hi- I was just wondering if you knew of a quick way to get either some random text or a widget area to appear just underneath the header? I already managed to move the search bar underneath the header, but would like to have that all the way to the right under the header image, and have some arbitrary text underneath the header (address, phone #, etc.)

    The site is http://www.livingstonumc.com

    Thanks! This site has been extremely helpful!

    Like

      1. Hi,It’s months later, but I still don’t have what I want. On the first page there are 9 post summaries — good. But below those the “Older Articles” clickable does not exist. Click on any ‘tag’ and then look at the bottom of the page, Both “Older Articles” and “Newer Articles “appear . I would like this (Older only, of course) on the front page and cannot figure out where to put the code, and what it would be. Thanks

        http://www.allinoneboat.org/

        Like

  42. I’ve been told that my Chateau-themed blog does not come through on mobile devices (such as ipad). Is there a solution or do I have to change theme?

    Like

      1. I think the simulator is maybe not accurately replicating the device. My friend says it’s still not coming through well on her device. I don’t want to give up on the Chateau theme. Can you maybe check on a real device? Is there something that can be adjusted in the coding?

        Like

      2. HI
        as u r using wordpress.com so i dont think wordpress.com site’s will not work in iPhone or iPad,
        would u mind to ask ur friend to check from other iPad or iPhone pls?
        Om

        Like

  43. Hello,

    We’re interested in only having the header image show up on the home page but do not wish for it to be visible on the other pages on our site. Can you help us with this please?

    Like

  44. I am using chateau 1.0. I saw someone say there is a 2.0 bu cant find it. What is your most recent version and where can I locate it?

    Like

  45. Hi – Thank you for maintaining this page all these years!

    I started using your site long ago on wordpress.com (I think) then migrated it to a friend’s server, and am now using a commercial server. Recently I received notification that create_function() is no longer working. And I understand WP deprecated this command “years ago”.

    Can you help me to fix the code so your Chateau theme will work again? Do you have an updated functions.php file to use please?

    Apologies if this question isn’t right – I don’t understand well all the programming happening here. Bottom line is, I’d love to just keep using this theme if possible. If you’re still out there I’d appreciate a pointer or two if possible. Shall I post the error messages I received?

    TY!!

    Like

  46. Thanks for replying!

    Can you please tell me which file to send, and also how to get the zip file to you? Is there an email I can use? An upload section?

    Thanks a lot

    ps (I currently have a CSS text fie and php files called functions, wp-load and wp-login. There are many more on the host server. If you can specify to someone who doesn’t really understand the distinctions, what precisely to send, that would be terrific. tyvm!)

    Like

    1. Hi
      i already checked the zip file ( link already i shared in my written post regarding chateau theme)
      i found that create_function() is not used in the theme.
      I think you should check if it is used in any other plugins or not

      Regards
      Om

      Like

Leave a comment