Aqua-Soft V5 Wordpress Theme *updated
#82
Posted 15 April 2006 - 02:29 PM
[QUOTE=dreamsINdigital]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!
Check out my blog using the template (modified)!
erm... that link leads to a porn site!
Thanks!
Check out my blog using the template (modified)!
erm... that link leads to a porn site!
#83
Posted 15 April 2006 - 10:16 PM
piotr82 said:
Do you release it?
#84
Posted 16 April 2006 - 02:04 AM
MadMacs said:
erm... that link leads to a porn site!
My new site is http://www.justdreams.be , but I'm not using the Aqua-Soft template anymore.
#85
Posted 20 May 2006 - 07:01 AM
Quote
Timan;
ive been reading and most of the posts here show the same problems i am having:
1. The spotlight_left image is not showing
2. The spotlight_clear image is not showing either
3. livetype doesnt work
4. I got a bunch of links to aqua-soft.org where do I change them?
Thanks!
ive been reading and most of the posts here show the same problems i am having:
1. The spotlight_left image is not showing
2. The spotlight_clear image is not showing either
3. livetype doesnt work
4. I got a bunch of links to aqua-soft.org where do I change them?
Thanks!
timan you have a bug here. In the file sidebar.php the path to the images
reads: /images/spotlight_left.gif and /images/spotlight/spotlight_clear.gif
and it should read:
www . yoursite . com/wp-content/themes/aquasoft/images/spotlight_left.gif and www . yoursite . com/wp-content/themes/aquasoft/images/spotlight_clear.gif
#86
Posted 21 May 2006 - 01:21 AM
Yes i was wondering if i could have the psd of the logo and the attachment is a pic of the errors i am having and i need sumone to tell me how to fix it and the images are in the right folder but not showing up on the blog
just look at the red circles and it iwll show my problem
plz reply with solution
or reply with a modified working version of aquasoft theme for wordpress v2.0.2
To contact me via live chat u can contact me using Msn Messenger my msn is: stokesandrew@msn.com
just look at the red circles and it iwll show my problem
plz reply with solution
or reply with a modified working version of aquasoft theme for wordpress v2.0.2
To contact me via live chat u can contact me using Msn Messenger my msn is: stokesandrew@msn.com
Attached File(s)
-
untitled.JPG (93.34K)
Number of downloads: 131
#90
Posted 23 September 2006 - 08:14 PM
Timan;287257 said:

Aqua-Soft 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.
This skin also includes LiveSearch, just upload the files to your WordPress directory, select the skin, and everything should work out of the box.
If you would like to donate, you can do so by sending donations to Tim@vastyles.com
If you have problems you may post here, but I can't guarantee they will be answered.
Im new to the forum, but not new to this awesome site of ur'z..
I search'd for the aqua wordpress themes but.. Some of the the themes which i found was not good enough for me.. But gave some search of google.. & ya like the 1st hits was found here..
I really love u guy'z work.. Its soo neat as & apple product.. ;-) lol
Thankx agin soo much..
Keep rolling guy'z.. Need the very best stuff from you..
KIT
#93
Posted 15 December 2006 - 06:22 PM
Hi guys,
I was wondering if this them is actually fixed width, or does the width get adjusted dynamically ?
Alos I noticed on the Aqua-Soft front page that you have a list of recent posts from the forum in your blog, how did you actually do that ?
Regarrds,
Stefaan
I was wondering if this them is actually fixed width, or does the width get adjusted dynamically ?
Alos I noticed on the Aqua-Soft front page that you have a list of recent posts from the forum in your blog, how did you actually do that ?
Regarrds,
Stefaan
#96
Posted 19 December 2006 - 08:50 PM
Hi again,
I tried setting this theme up. The phpBB part was easy, and I did manage to fix the image stuff in the WordPress theme as well ( http://test.itutorpodcast.com/ ). I do have a few additional questions though.
First of all, here on my big screen mac, if I open up the Blog page, only a small part of the safari window seems to get filled, unlike the forum page will display in the complete safari window. Is there anything I could do to change that ?
Additionally, does anyone know if it would be possible to create a list of recent forum posts for a phpBB board ? I like that feature in the theme, but for now I havn't been able to get it working on my test forum :-)
Any input is always appreciated.
Regards,
Stefaan
I tried setting this theme up. The phpBB part was easy, and I did manage to fix the image stuff in the WordPress theme as well ( http://test.itutorpodcast.com/ ). I do have a few additional questions though.
First of all, here on my big screen mac, if I open up the Blog page, only a small part of the safari window seems to get filled, unlike the forum page will display in the complete safari window. Is there anything I could do to change that ?
Additionally, does anyone know if it would be possible to create a list of recent forum posts for a phpBB board ? I like that feature in the theme, but for now I havn't been able to get it working on my test forum :-)
Any input is always appreciated.
Regards,
Stefaan
#97
Posted 25 December 2006 - 12:23 PM
Hi, merry xmas!
I made the Theme Widget Ready. (Widgets Plugin must be enabled)
Yust add a functions.php to the theme folder with this:
Edit wp-content/plugins/widgets/widgets.php and change the most [list] to
I made the Theme Widget Ready. (Widgets Plugin must be enabled)
Yust add a functions.php to the theme folder with this:
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '<div class="rc_section">',
'after_widget' => '</div>',
'before_title' => '<p class="rc_title">',
'after_title' => '</p>',
)
);
?>
<?php
function widget_myuniqelinks($args) {
extract($args);
?>
<?php echo $before_widget; ?>
<p class="rc_title"><?php _e('Links'); ?></p>
<ul class="rc_list">
<?php get_links(); ?>
</ul>
<?php echo $after_widget; ?>
<?php
}
register_sidebar_widget('My Unique Links',
'widget_myuniqelinks');
?>Edit wp-content/plugins/widgets/widgets.php and change the most [list] to
Thats it!
Best regards, Jens
#99
Posted 03 January 2007 - 01:36 PM
Anyone come to find that some of the files namely header.php footer.php and sidebar.php weren't coded correctly ?
However i have fixed these problems and have put them into a zipped folder for people who might need the fixes.
I might have downloaded an old version if i have let me know lol
However i have fixed these problems and have put them into a zipped folder for people who might need the fixes.
I might have downloaded an old version if i have let me know lol
Attached File(s)
-
aquasoft_fixes.zip (2.75K)
Number of downloads: 91








Sign In »
Register Now!
Help


MultiQuote