Jump to content

I need help with my theme


Recommended Posts

hi there ...

it's my first attempt to make a theme wich should look like this

WALLPAPER.gif

but the problem here is that i cant remove the top and the bottom bars

like here

wp1.gif

any advice or help !!!

Images removed don't paste full size images ! Use thumbnails.

Edited by j_h3000
Link to comment
Share on other sites


There a 2 entries to be modified one near the top and one in the lower half look for the line that is like this:

<td colspan="2" bgcolor="#18339f" height="10%">

And remove this.. bgcolor="#18339f"

Also find and remove these 2 lines...

<tr><td colspan="2" background="./themes/Glossy/smallbart.gif" height="3px"></td></tr>

Edited by kelsenellenelvian
Link to comment
Share on other sites

Wow, quite amazing j_h3000. You made that graphic?!? Woof.

I don't know if this issue is bugging you, but there is some overlap between your amazing graphic and the list of applications generated by WPI.

overlap.gif

You can bump the alignment of the application list further to the right by opening the wpi.htm file found in your theme folder and modifying the width attribute value of the column that holds all of the control buttons. Look for this code snippet:

<tr height="80%">
<td width="10%" valign="top" nowrap>
 <!-- The continue button. -->
 <p> </p>

Instead of 10%, play with 12%, 15%, etc. until you find what works best for you. Hopefully you will not bump the applications list off the right edge of the screen if you try this!

Edited by blinkdt
Link to comment
Share on other sites

Wow, quite amazing j_h3000. You made that graphic?!? Woof.

I don't know if this issue is bugging you, but there is some overlap between your amazing graphic and the list of applications generated by WPI.

overlap.gif

You can bump the alignment of the application list further to the right by opening the wpi.htm file found in your theme folder and modifying the width attribute value of the column that holds all of the control buttons. Look for this code snippet:

<tr height="80%">
<td width="10%" valign="top" nowrap>
 <!-- The continue button. -->
 <p> </p>

Instead of 10%, play with 12%, 15%, etc. until you find what works best for you. Hopefully you will not bump the applications list off the right edge of the screen if you try this!

nice tip,

Link to comment
Share on other sites

@ Lost Soul/kelsenellenelvian:

I need support for 2 things.

First I need to be able to adjust the location of the exit/manual gifs and text up a lil. What script do i need to modify and what code am i looking for to adjust.

Secondly I want to be able to remove the audio player because at this time i dont need it. I tried already via the optionswizard. but found i had the remnants of the image. A floating box with the infamous lil red x.

Can you help with these two situations.

lionhrt21ay.th.jpg

Full Size

Edited by lionhrt
Link to comment
Share on other sites

For #2 change the media player entry in wpi.htm to this:

<!-- Audio Player -->

<div id="mediaplayer">

<div align="center">

<embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed>

</div></td>

<td width="33%" align="right">

<font color="#FFFFFF" size="2">

<b>

<i>

<script>

document.all.MediaPlayer.src='./Audio/WPI.m3u'

document.all.MediaPlayer.loop="true"

if (showmpWPIBtn == 0) {

document.all.MediaPlayer.src='';

}

</script>

As for #1 zip the whole theme up and send it to me I will try to fix it for you...

Link to comment
Share on other sites

I tried doing as you said with the audio player, but seems to screw everything up.

now i have the red x in the top left corner

when i start wpi.hta the graphic (buttons) dont load till you hover over them

reposition of the exit/manual needed.

also how do you remove the blue bar under the timer. (and what is it for?)

could not locate the smallbart.gif or the smallbarb.gif so that i can remove them from the theme.

Also the separator.gif in the folder is not shown when i start the wpi.hta

Thanks for any help M8 I know theres a lot just everything came to mind as i wrote this

Obtain Theme here> http://rapidshare.de/files/3895141/lionhrt.rar.html

Link to comment
Share on other sites

Well here is the results i see.

result7eh.th.jpg

As you can see there is still the x in the top left corner.

As for the separator - am i mistaken or is that used to as the line under the catagories?

I would rather have this gif used to underline the catagories or is that not the option?

Will remove that if the separator is used to separate the Select None/Options

Seems the timer is out of alignment.

What is the progress bar for under the timer used for would rather have that removed.

btw my resolution is set at 1024x768 if that makes any difference.

Edit: Is it possible to remove/hide the timer all together and place the exit button there?

Edited by lionhrt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...