New WordPress Theme ‘Orange Sunrise’ Released

orangesunrise

Demo or Download Orange Sunrise: A new “widget” ready, 2 columns WordPress template with a professional look by Headsetoptions.org and MandarinMusing based on design by dcarter. This theme has a orange sunrise header, fixed width and a right sidebar.

Please go to our Wordpress downloads and support page for any queries or customized web design projects.

Leave a Comments | Trackback | RSS 2.0

  1. 1. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 3/15 | March 15, 2007 #

    [...] Orange Sunrise is a widget ready, 2 columns WordPress template with a professional look by Headsetoptions.org and MandarinMusing based on design by dcarter. This theme has a orange sunrise header, fixed width and a right sidebar. [...]

  1. 2. WeblogToolsCollection Español » Blog Archive » Temas de WordPress publicados 15/3 | March 15, 2007 #

    [...] Orange Sunrise es una plantilla para WordPress a 2 columnas y preparada para widgets con un acabado profesional hecho por Headsetoptions.org y MandarinMusing basándose en un diseño de dcarter. Este tema tiene una cabecera con un amanecer naranja, es de ancho fijo y la barra lateral se encuentra a la derecha. [...]

  1. 3. links for 2007-03-16 at L’urlo del coniglio | March 16, 2007 #

    [...] Headsetoptions.org › WordPress, Web Design, Blog, Etcetera » Blog Archive » New WordPress Theme ‘Orange Sunrise’ Released [...]

  1. 4. Edward Chiu | March 16, 2007 #

    How can I download the “Orane Sunrise”?

  1. 5. Berry | March 17, 2007 #

    http://validator.w3.org

    This theme is not W3 complaint. Could you fix this please?

    Thank you for an awesome theme! I love it!

  1. 6. hso | March 17, 2007 #

    @ Edward Chiu

    Go to our partners site, there should be a download link.

  1. 7. headsetop | March 17, 2007 #

    @ Berry

    Thanks for bringing it to our attention, we corrected the error. Please redownload the theme from our partner site.

    hso

  1. 8. Berry | March 17, 2007 #

    Nearly there ;)

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.berrysteinhoff.com

    Thanks again folks! I can’t even find this level of service when I pay for it! You folks are awesome!

  1. 9. hso | March 17, 2007 #

    @ Berry

    That seem to be a issue with the Widget you are using. I ran a validation without using the blogroll widget and here’s what I found. Can you test your site without the blogroll widget? Let me know and I will look into it.

  1. 10. Berry | March 17, 2007 #

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.berrysteinhoff.com

    Yup. You’re right. With “Sidebar Widgets” disabled, it validates fine.

    “Sidebar Widgets” was provided by you tho, in the original download. Unless I have enabled the wrong widget set?

    Thanks again.

  1. 11. hso | March 18, 2007 #

    @ Berry

    We did include that in the download to save you the efforts, but we did not create it, Matt (founder of WordPress) is the author of the plugin. I suggest you add Blogroll manually if possible/needed. The rest of the widget elements like recent comments etc validates, it’s just the Blogroll.

  1. 12. WeblogToolsCollection DE » Blog Archive » WordPress Theme Veröffentlichungen am 15.3. | March 18, 2007 #

    [...] Orange Sunrise von Headsetoptions und MandarinMusing ist ein zweispaltiges WordPress Template mit einem professionellen Look, basierend auf einem Design von dcarter. Im Header ist ein orangener Sonnenaufgang. [...]

  1. 13. Berry | March 19, 2007 #

    Yup. You’re right. I’ve removed blogroll for the time being, and now it validates fine.

    Thanks again for an awesome service!

  1. 14. mandarin musing » New WordPress Theme ‘Orange Sunrise’ by Headsetoptions | March 20, 2007 #

    [...] ORANGE SUNRISE: Download | Test run | Support 2 Columns, Orange, Brown, White and Gray, Fixed width, Widget ready, Right sidebar, Travel Template, Nature Header Image [...]

  1. 15. Robin | March 20, 2007 #

    Love the theme. I am new to blogging and WP. I am racking my brain for how to add my blogroll list to orange sunrise. I don’t know the rules for programming, but I understand it. I actually got a blogroll title to show up on my site, but haven’t a clue what the code is to tell the page to bring IN the blogroll that I have compiled. Any suggestions? (I need the blogroll, but I sure don’t want to go back to the blue WP default to get it…)

  1. 16. headsetop | March 21, 2007 #

    @ Robin

    Add this piece of code between a < and >

    ?php get_links_list(); ?

  1. 17. Robin | March 25, 2007 #

    Thanks a million billion!!!!

  1. 18. Aytekin | July 27, 2007 #

    Test run Not Absent :(

  1. 19. hso | July 27, 2007 #

    @ Aytekin

    Fixed the issue, please scroll back up for links to demo and/or download.

  1. 20. Tess | January 26, 2009 #

    Love this Orange Sunrise Theme and I have made a couple of adjustments to the Theme but am struggling to change the anchor text link appearance.

    I am new to WP design and CSS coding so wondering if you could tell me what to change in the Style.css code to change the appearance of any text hyperlinks I have in my posts. Currently, any text links are set as the same color as the regular text and are not underlined, therefore, you cannot see any links when you first look at the text until you hover over a link and then it is underlined.

    I would like to have the text links a different color as my first choice and second choice would be to underline them (unhovered) but I do not want to change the sidebar link appearance. (On a different theme I was editing, I was able to change my text links to underline but then it automatically changed my sidebar links to underline as well which did not look good.)

    I thought the correct code to change was:

    #links{text-align: right;}
    #footer{text-align: center;}
    #links a, #footer a{text-decoration: underline;}
    #links a:hover, #footer a:hover{text-decoration: underline;}

    and as you can see I changed the “#links a, #footer a” text decoration to “underline” (previously it said “none” but nothing changed after saving this edit. How can I change the anchor text link color or make it underline (no hover) without changing the sidebar.

    Thank you,
    Tess Mahan

  1. 21. Sunny | February 6, 2009 #

    @ Tess

    Actually, I just noticed that the CSS does not include a specific code for links, so you can go ahead and add something like this to the bottom of the CSS:

    a {color: #777777; text-decoration: none;}
    a:hover {color: #f0f0f0; text-decoration: underline;}

    Change the color code to the one you want.

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.