Aqua-Soft V5 Wordpress Theme *updated
Rate Topic:




1 Votes
-
Group:
Administrators
-
Posts:
4,741
-
Joined:
08-November 02
Posted 28 May 2005 - 10:27 AM
Aqua-Soft v5 Wordpress
Last Updated 01/18/10
Here is an updated version of the skin. Nothing too fancy, just has the new updated snow leopard look. This is a free skin and is not really supported. So if you have a problem I can't really help you out with it, but you can still post in this thread and I may take a look. Make sure you download
WP Aqua-Soft v5.zip
Please Donate
Screenshot
Old Version
Aqua-Soft v2 WordPress
Here is the theme I have created for the main page of Aqua-Soft. Feel free to use it on your site and modify it what so ever. But I do ask you do not sell or redistribute this theme without our permission.
Just a heads up,
as_wordpress.zip theme is 4yrs old and is no longer supported. So use at your own risk.
0
-
Group:
Subscriber*
-
Posts:
48
-
Joined:
05-July 03
Posted 28 May 2005 - 10:30 AM
Ah cool!
I love the Aqua-Soft style, this will be amazing to use on my blog. Thanks a lot, I donated and everyone should do the same.
0
-
Group:
Subscribers
-
Posts:
124
-
Joined:
30-August 03
Posted 28 May 2005 - 10:40 AM
It's very nice of you to distribute your work. I hope people appreciate this, and don't take these kinda things for granted.
Well done Tim.
0
-
Group:
Member
-
Posts:
35
-
Joined:
02-February 05
Posted 28 May 2005 - 11:23 AM
wonder thanks a lot
will try it for sure on my blog
0
-
Group:
Member
-
Posts:
1,010
-
Joined:
21-May 03
Posted 28 May 2005 - 04:27 PM
can we get a screenshot
0
-
Group:
Member
-
Posts:
217
-
Joined:
07-February 05
Posted 28 May 2005 - 04:31 PM
http://www.aqua-soft.org/
^ Interactive screenshot ^
Good work on the layout, by the way.
0
-
Group:
Member
-
Posts:
1,010
-
Joined:
21-May 03
Posted 28 May 2005 - 10:09 PM
oh heh! ok
0
-
Group:
Member
-
Posts:
889
-
Joined:
31-July 03
Posted 29 May 2005 - 02:32 AM
Thanks Tim! I got some bugs when I try to use it though. The Live Search is missing images, and the seperators in the header and footer don't show.
Thanks!
Attached File(s)
-
bug.PNG (16.97K)
Number of downloads: 307
0
-
Group:
Member
-
Posts:
889
-
Joined:
31-July 03
Posted 29 May 2005 - 05:09 AM
Well I was able to get the missing Live Search images to show by changing it to the full pathname instead of just "images/spotlight_clear.gif"... not sure why it wasn't working before.
The Live Search itself doesn't seem to be working... the dropdown menu won't show.

Both Live Search files are just uploaded into the base WordPress directory, right?
0
-
Group:
Member
-
Posts:
511
-
Joined:
19-October 03
Posted 29 May 2005 - 01:09 PM
Hi , the theme is great .... Timan thanx for published it.
I have that small problem ....
I cannot change the style of 'Links'. 'Links' is the name that i write in my admin panel of wordpress for the links group.
So it is the :
php get_links_list();
But the 'Links' ... i would like it to be the same syle as the 'Switch theme' .... see the image.
0
-
Group:
Member
-
Posts:
889
-
Joined:
31-July 03
Posted 29 May 2005 - 04:14 PM
piotr82 said:
Hi , the theme is great .... Timan thanx for published it.
I have that small problem ....
I cannot change the style of 'Links'. 'Links' is the name that i write in my admin panel of wordpress for the links group.
So it is the :
php get_links_list();
But the 'Links' ... i would like it to be the same syle as the 'Switch theme' .... see the image.
You can just use ?php get_links(); ? to get the links without the list and categories and just wrap it in a div with p class="rc_title".
0
-
Group:
Member
-
Posts:
511
-
Joined:
19-October 03
Posted 29 May 2005 - 04:30 PM
Well it doesn'r work

This is because the 'Links' is pointing by php , by the links category name.
0
-
Group:
Member
-
Posts:
889
-
Joined:
31-July 03
Posted 29 May 2005 - 04:40 PM
[div class="rc_section"]
[p class="rc_title"][?php _e('Links'); ?][/p]
[ul class="rc_list"]
[?php get_links(); ?]
[/ul]
[/div]
0
-
Group:
Member
-
Posts:
511
-
Joined:
19-October 03
Posted 29 May 2005 - 04:41 PM
Ok thanx it is working
0
-
Group:
Member
-
Posts:
520
-
Joined:
21-August 04
Posted 29 May 2005 - 08:54 PM
Thank you so much Tim for your hard work. You just made my day better
0
-
Group:
Subscribers
-
Posts:
101
-
Joined:
01-April 04
Posted 30 May 2005 - 05:09 PM
Nice of u to share this
I sendt u a little donation as thanks.
//zmeden
0
-
Group:
Member
-
Posts:
511
-
Joined:
19-October 03
Posted 30 May 2005 - 10:01 PM
Ok I play with the style and it looks like this :
http://coxis.webhop.net/wordpress
0
-
Group:
Member
-
Posts:
511
-
Joined:
19-October 03
Posted 02 June 2005 - 12:57 PM
Hey i have this question , is there a chance someone change the theme to fit other sites that the main page
Well i mean i have on my page many subcategorys pages , and that pages are not so good lokking as the main.
The best it should look like the main page , post + comment +space ... post+ comment +space .....
The second problem :
Also add the css style for the title of this pages.
Example i have a fvwm section , i click on fvwm and in the top it is fvwm text , it should have a style ... how to add that css style
I know it is a big request ....but still i am not a good programer at all .... so please help me
If the hack with the comments will be add it will be absolutly 100% extra for me.
0
-
Group:
Member
-
Posts:
889
-
Joined:
31-July 03
Posted 03 June 2005 - 03:25 AM
I can tell Timan used Kubrick as a base for this theme. Kubrick has a feature the_excerpt that strips archives of HTML for faster browsing. To remove it, edit the Archives Template and change < ?php the_excerpt() ? > to < ?php the_content('Read the rest of this entry »'); ? >.
I don't understand WTF you're trying to say for your second problem.
0
-
Group:
Member
-
Posts:
511
-
Joined:
19-October 03
Posted 03 June 2005 - 04:52 AM
Well i don't have that entry in Archives Template :
< ?php the_excerpt() ? > to < ?php the_content('Read the rest of this entry »'); ? >.
Second problem , i click on the menu of my site About , in the button of that page i have text: 'About' ... i want ot add the css style to that text
0
1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users