NatureFox - Wordpress Theme
Foxload bietet nicht nur Informationen zu den aktuellen Webbrowsern wie dem Firefox. Nein, auch die natürliche Umgebung, in der ein Fuchs unterwegs ist, soll an dieser Stelle vorgestellt werden. Es geht um ein Theme für die Blog-Software Wordpress. Damit lässt sich ein Blog und eine Webseite in natürlicher Umgebung darstellen.
Die Farbgebung von NatureFox orientiert sich an Braun- und Grüntönen. Als Hintergrundbild ist die bereits erwähnte natürliche Umgebung eines Rotfuchses gewählt worden. Das Theme ist wie Firefox kostenlos verwendbar und kann natürlich auch an die eigenen Bedürfnisse angepasst werden. Das Stylesheet ist in den gängigen Browsern getestet worden und ermöglicht somit eine fehlerfreie Darstellung in Firefox, Chrome, Opera und natürlich auch dem Internet Explorer.
Das Theme kann hier heruntergeladen werden: NatureFox
Kommentare geschlossen
#1 von Duncan am 26. September 2011
hi- do you have any plans to release this in a three column version? that would be super cool.
thanks
#2 von Redaktion am 7. Oktober 2011
Maybe in the future. But for the moment there is no three column version in process of planning.
#3 von Darryl am 14. Oktober 2011
Hi there. Is there a NatureFox information written in English? I'd like to learn about the license.
cheers
Darryl
#4 von Redaktion am 14. Oktober 2011
Hi Darryl,
feel free to use it, its under a GPL-compatible license, like every other theme hosted at wordpress.org.
#5 von Amy Jane (Untangling Tales) am 24. Oktober 2011
What's the simplest way, please, to change the front page to showing whole posts rather than clips?
#6 von Redaktion am 25. Oktober 2011
Hi Amy,
you could change the index.php on line 26: Replace the_excerpt() with the_content().
#7 von Amy Jane (Untangling Tales) am 25. Oktober 2011
Worked perfectly, Thanks!
#8 von Pete am 29. Oktober 2011
Is there a way to make the backgound not show through pictures or slideshows. The background distorts some of the pictures.
Thanks,
Pete
#9 von Britney am 18. November 2011
Hi, is there a way to put socials in the footer? I noticed the socials.jpg in images.
#10 von Jenny am 20. November 2011
Hi,
Your work is really great, and I love this theme.
However, background and colors don't correspond to my needs (it's for an embroidery blog).
Can I modify them and still use it ?
Thanks.
#11 von Redaktion am 21. November 2011
@Pete
You can modify the background opacity in the css stylesheet.
@Jenny
Yes, you are free to modify background and colors.
#12 von Mario Marco am 22. November 2011
I cant setup to post display in full text, only in resume mode with more.
#13 von Redaktion am 22. November 2011
Have you tried to change index.php on line 26: Replace the_excerpt() with the_content()?
#14 von Harlan Mathews am 25. November 2011
I changed the links color using:
a, span, strong {font-size: 1em;}
span {color: inherit;}
a:link {color: #3F80B6;}
/* a, a:visited {color: #555; text-decoration: none;} */
a:hover {color: #AC0604; text-decoration: underline;}
but initally the color only changed on links going off-site, not on the ones that stay on the moonshadowgrove.com site (see the top of the welcome page for examples). After I changed the code as above, now when I add a new link it shows up as the visited color, even though it wasn't visited. How can I control the link color universally?
Thanks, you have a great theme!
#15 von Harlan Mathews am 25. November 2011
PS. I am using firefox - when I viewed using Internet Explorer, the opposite happened!