RSS icon Bullet (black)
  • Free “Vista” WordPress Theme

    Posted on August 2nd, 2008 admin 77 comments

    VISTA version 1.2.5 released (19/10/2009).

    • Moved RSS icon to the header.

    Live Vista Demo

    VISTA version 1.2.6 released (09/12/2008).

    • Re-packaged the zip file, when it’s decompressed the files would be in a folder “vista”.

    VISTA version 1.2.5 released (27/11/2008).

    • Included wp_footer() in footer.php, stats plugin and many others should work fine now (bug discovered by Antonio, thanks).

    VISTA version 1.2.4 released (20/11/2008).

    • Styled blockquote, code tags in comments.
    • Changed the styling of code tag in posts.

    VISTA version 1.2.3 released (06/11/2008).

    • Children categories are now more distinctive.
    • Upgraded the header (if you prefer the old one, I kept it for you as a “header-old.jpg” in img directory).

    VISTA version 1.2.2 released (27/08/2008).

    • Fixed widget search CSS. Now you can safely put search form into sidebar. (thanks wgnoyes for spotting this)

    VISTA version 1.2.1 released (17/08/2008).

    • Fixed bug. Widget option page showed only one sidebar in 3 columns mode while it had two.

    VISTA version 1.2 released (14/08/2008).

    • Added options page, now you have ability to change column number. Available options 2 or 3 columns.

    VISTA version 1.1 released (11/08/2008).

    • Re-designed comments template.
    • Fixed margins & paddings of image captions.
    • Days in calendar now have blue background.
    • Made a text area smaller (it overlapped with columns on the right on some browsers).

    Initial VISTA version 1.0.0 released (02/08/2008).

    We are proud to announce our free WordPress theme called “Vista”. Theme was inspired by Windows Vista interface. A lot of care and attention is put into building this theme. The CSS, XHTML and design is released under GPL.

    Features:

    • Valid XHTML & CSS.
    • Widget ready.
    • Gravatars support.
    • Looks good on any browser including IE6+, FF2+, Safari, Opera.
    • SEO optimized.
    • Three columns.
    • Share/Bookmark
     

    68 responses to “Free “Vista” WordPress Theme” RSS icon

    • how to increase the width of theme, your using

      .padds
      {
      padding:20px 0;
      width:952px;
      margin:0 auto;
      }

      I want to increase 952px to make it wide screen , i try that , you can check my website, but side bar goes below main post content, what i am missing ??

    • Love the theme, I’m having trouble setting the menu to let my home page of my business be the “Home” page and have the comments for the blog on the “Blog” page. I can set the order, and set the links to the pages, but I do not see anyway to change the “Home” page. I know this is probably a very basic isse as I am new to WordPress. Thanks for any help you may give. By the way the site is incomplete as I did not want to develop all the pages if I can’t change the “Home” page.
      Thanks,
      Alan

    • I’m using your theme and I like it!

      One thing I want to change is a space between lines. I looked at style.css but couldn’t figure out how to do it.

    • what code do i use to add a menu button in addition to Home and About?

    • to add a link to the menu not a page i mean

    • Hi. i want to make the sidebar a bit more narrow. I was looking at the CSS, but didn’t find any clue.

      I know it must be around the .side-padds class, but i don’t understand the use of 24 div span.

      I’m not a genius in html, so hope you can tell me wich things must i change to make the sidebar narrow.

      Thanks, one of the best themes i’ve tried.

    • Hi,
      I would like to change the background colour but cannot find the code line for this. Can you tell me where I can find the hex code please.
      Thanks,
      Nancy

    • how do I add my own image for a header and change the outer color from green to blue?

    • @jrox2900

      The header image is located here:
      “your-domain.com/blog-location/wp-content/themes/vista/img/header.jpg”

      Either download the image using ftp or right click on the header image and in Firefox, “view background image”. Save image so you you can easily edit it. Once you’ve edited it, save it as header.jpg and upload it to the same location as the original header.jpg image.

      To change the background colour, you need to edit the CSS as follow:

      .main {
      background:#50936D url(img/main.gif) repeat-x scroll 0 0;

      Change the background colour (#50936D) to whatever you want or edit the main.gif the same way as I explained how to edit the header.jpg.

      A word of advice, the colour should closely match the background main.gif image. The reason being, the background colour is there in case the main.gif image fails to load.

    • Anyway, a part from offering advice to people on your comments section…

      I just came here to grab a fresh copy of the theme since I’ve been playing around with the copy on my blog and messed a couple of bits up and have no way of back tracking my mistakes lol…

      Anyway, cool theme and almost does everything I need. Just needs a few minor changes here and there to make it a bit more unique…

    • Hi,

      Great theme!

      A few questions please:

      How can I change the color of the rectangle in the middle from white to something else?

      Is there any way of preventing “Comments Off” from appearing at the bottom?

      How can I make the whole thing (body??) appear lower?

      Sorry if these are dumb questions…
      Thanks in advance!

    • I like your vista themes. But I want move sidebar form left to right or one sidebar is in left and other is in right. Who can I do it? I have try to change in CSS but it isn’t working. Can you support me to change site of sidebar. Thanks!!!

    • how to change background color???

    • Hi, I would like to have submenu dropdowns, where to start to make this happen? Should I install a plugin for the drop down menu and use the images or just put in my own css menu with dropdowns?

    • @ebflute

      The problem with using plugins for your menu is that with each update of WordPress (and they happen quite frequently), you run the chance of the plugin no longer working and in turn, your site’s navigation breaking a long with the plugin. Relying on a plugin for major functionality of your blog like that just isn’t worth it since you could hard code the menu quite easily and then you know it will work, no matter how many updates WordPress goes through…

    • @BuLongX

      Open up the style.css file and look for the following code:

      “.main {
      background:url(”img/main.gif”) repeat-x scroll 0 0 #50936D;”

      and change it to:

      “.main {
      background-color:#FFFFFF;”

      “#FFFFFF” can be anything you like as long as it’s a valid hex code. You could also use a different background image and either call it main.gif and replace the current image, or if you rename the background image, simply change “url(”img/your-new-background.gif”).

    • Hello,

      I’m trying to hide the blog title without removing the settings from the backoffice and without it affecting the rss feed title. Also, I want the search engines to be able to see my title. I just don’t want it to display on my site because I will be changing the header jpeg file and the title would clash with the logo. I did a little bit of research and it seems I will need to edit the css stylesheet. Not sure if this is the case for this theme, nor am I an expert at editing css. Could you please help me out?

    • I have this theme on my webside, thank you :)

    1 2

    9 Trackbacks / Pingbacks

    Leave a reply