WP Skyscraper Plugin
WP Skyscraper is a wordpress plugin that allows you to add fixed – box on your wordpress blog.
With Skyscraper you can:
* add fixed box on your site
* change the color of text, background and border
* change the inner html of fixed box
* change the position and size of the box
If you find a bug or if you have a suggestion about new future let me know on comments section.
Donate:
How to use it :
- Download it (WP Skyscraper v0.1)
- Extract all files from the zip archive
- Copy the wp-followme folder to wp-content/plugins
- Activate the plugin through the “Plugins” menu in wordpress
- Add your HTML and configure the other options as desire
- That’s all !
Demo :
This website is a good demo to see how the WP Skyscraper will look on your website.













hi, cant get skyscraper to work with FireFox or Opera.
like the plugin very much. (doesnt work here on your site either with FF 3.5.8 or opera 10)
Regards, Jim
hi, thanks for the comment.
I assume that skyscraper div doesn’t appear at all on the your site,
1. Please check if your theme contains
< ? php wp_footer(); ? >because this function is used by plugin.
2. another div with greater “z-index” attribute [ CSS ] , also can be problem.
put:
.wp_skyscraper_c2{ z-index: 10000;}I hope this will help.
Hello Piotr, I have another puzzle for you regarding wp-skyscraper, the best way to explain is via a demo
http://levelwaterstudios.info/beta/ works as expected in all major “desktop” browsers–
my problem is with “mobile” browsers the skyscraper image is superimposing somehow in Opera mini blackberry and Safari here is a quick test link ( paste http://levelwaterstudios.info/beta/ )
into
http://www.opera.com/mobile/demo/
I am using the wp-touch plugin for the mobile site browser
detection
So I am not sure if it it wp-sky or wp-touch
I hope the demo makes sense:)
the html I am using for wp-sky:
Regards, Jim
the html got stripped out from the comment, but its the standard wp-sky– code image source call- end code
_JJ
hello, i know this problem, the current version does not support mobile browser
solution: “display: none;” for the plugin box for mobile browser
or something like
“z-index: -1;” on plugin box for all browser
Hi Piotr, the authors of wptouch have updated there plugin
to work with skyscrapper
http://wordpress.org/extend/plugins/wptouch/changelog/
I have my test blog http://levelwaterstudios.info/beta/
running it now working great!
thought you would like to know:)
_Jim