February 2, 201412 yr Lets start a new themes section!Please post a screen of the Main Screen and Installer... (Example below) And then the theme link in a archive. (Also like so)http://www.wpiw.net/Kel.rar Edited February 2, 201412 yr by Kelsenellenelvian
December 2, 201510 yr Author That theme was lost and no longer exists. If you visit the site the is a theme package in the files section
December 4, 201510 yr Author You have to make those entries your self there is a manual in the WPI archive that will tell yow how to do that and might have you language included.
February 17, 201610 yr Author Look in the themes folder and edit this file "wpi_theme.js" read this file it has most of what your asking in it. For the logo file all you need to do is have a file named logo.png and it will place the logo in the main theme. You can adjust the position in the wpi_theme file. For the bar across the category header look in the wpi.css at this section: .categoryBg{background-image:url('./CategoryBg.gif');background-repeat:repeat-x;} if you have a file in the theme folder called CategoryBg.gif it will add it to the categories.
February 19, 201610 yr Author Comment out the line background-repeat then it will only show the length the image is.You have to make the image transparent yourself with a graphics program. Edited February 19, 201610 yr by Kelsenellenelvian
February 19, 201610 yr Author You do know wpi is not free for business or corporate uses also, don't you?
February 19, 201610 yr Author The distances are not easily changed without modifying several core files. You'll just have to deal with them. For the category image size try at first 20x120 run WPI and then modify it bigger or smaller until you get the desired coverage. .categoryBg{background-image:url('./CategoryBg.gif');background-repeat:repeat-x; <---- Remove this line in WPI.css in the theme folder.} Logos can be found in the themes archive and the http://www.wpiw.net/pics.htmlpage on wpiw.net. If it is the specific logo I had on the theme in the first post of this thread I will attach it here. Remember! WPI is only free for personal uses! Edited February 19, 201610 yr by Kelsenellenelvian
February 20, 201610 yr Author ONCE AGAIN! The Kel theme is no longer, it doesn't exist anymore, file lost, no-one has a copy. Nada, zip, zilch, bye-bye. IF you read the instructions I gave you you have to edit the image several times and run WPI until you get the desired effect... Edited February 20, 201610 yr by Kelsenellenelvian
February 20, 201610 yr Author Try these:.categoryBg{background-image:url('./CategoryBg.gif');height: 14px;width: 60%;}Modify height and width as needed to achieve effect. Edited February 20, 201610 yr by Kelsenellenelvian
February 22, 201610 yr Author If you cannot figure out how to make a gif opaque try using a png. Using a png and this here:.categoryBg{background-image:url('./CategoryBg.png');background-repeat:repeat-x;}I get this: This is the png I used:
Create an account or sign in to comment