|
#1
|
|||
|
|||
|
Problem with Harmonious Stripe Addon
Hey there, i just installed the Harmonious Stripe Addon but can't get it work.
The Instructions say this: Quote:
Step 1-3 are done, but I doesnt understand step 4. I tried to place the tag like this : Code:
<BODY background="<BGSTRIPES>" style="margin: 0px;"> I wonder at the Demo page of the developer is located in the /stripes folder, where i only got an empty index.html? Any ideas? |
|
#2
|
||||
|
||||
|
Step 2 basically says you need to upload the stripes directory to your pixelpost root directory and make it writable. I.e if you have pixelpost installed at www.yoursite.com/pixelpost/ then you need to have a directory under the pixelpost directory called stripes. It also needs to be writeable by the web server.
Also, if you're using PP 1.7, did you remember to activate the addon?
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#3
|
|||
|
|||
|
Yes, the addon is activated and the folder exists, but i cant display it.
if i use "img src=<BGSTRIPES>" there's a small line with the colors appearing top of the page, but not the result i can see in the demo. i think its about the index.html in the stripes folder, like the demo is located at http://pixelpost.kevincrafts.com/stripes/ and is idfferent to the normal version of this photoblog at http://pixelpost.kevincrafts.com/ what are you thinking? |
|
#4
|
||||
|
||||
|
If you want it tiled across the background like I did in the demo site, you can put something like this in your head tag:
<style> body { background-image:url(<BGSTRIPES>); } </style> |
|
#5
|
|||
|
|||
|
I've just written you another mail, with this content:
Your code doesn't work ![]() I tried to put your code in image_tamplate.html and in browse_template.html, too but no effect. Here's my photoblog, i use the suffocate template, too. Do i have to put the whole software in the stripes folder like in your demopage? |
|
#6
|
||||
|
||||
|
Kevin's CSS suggestion is the best way to tile the image.
Don't get hung up on the fact that his demo is in the stripes folder, that's just the location of his PixelPost install for the stripes demo. He still has a subdirectory called stripes at http://pixelpost.kevincrafts.com/stripes/stripes/ that contains all of the background stripe images that get generated. (Note to Kevin, you may want to put your index.html in there, as it's showing a directory listing of said images). If you could provide a link to your site that would be helpful. Without seeing the behavior though, it sounds like the problem you're having is with html, not with the addon. You wouldn't see anything with the "img src=<BGSTRIPES>" if the addon were the problem.
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#7
|
|||
|
|||
|
Here is the link to my photoblog: http://crux.hoohost.org/
|
|
#8
|
||||
|
||||
|
Here's the problem
HTML Code:
<style> body { background-image:url('%3CBGSTRIPES%3E'); } </style> You also need to make sure you have an the html tag <body> in your template. The CSS above only applies the background to the body tag, and if it's not there, it can't apply the style.
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#9
|
|||
|
|||
|
Wooaahhh, nice, thank you!
I'd just wanted to edit this code quick so i just used frontpage, now i used Norepad++ and it's working ![]() *edit* I tested it with other of my templates, it works with most of them but not with delicious, maybe because of the css. i dont know |
|
#10
|
|||
|
|||
|
I'm a programming novice.
My problem is a little different. I was trying to use the delicious 1.1 template. I know the stripes addon is creating the stripes because I can see the stripes folder with the files. I've tried it in the image_template file which didn't work so I then put it in the style sheet and it still didn't work. Any ideas? |
| Post Reply |
| Thread Tools | |
|
|