Has anyone embedded Tiltviewer into a wikidot site?
Here's the Tiltviewer site: http://www.simpleviewer.net/products/tiltviewer/app/
Users who watch this page:
... and more
Has anyone embedded Tiltviewer into a wikidot site?
Here's the Tiltviewer site: http://www.simpleviewer.net/products/tiltviewer/app/
So far this one has proved to be rather difficult. The code here just gives a blank screen in my attempts so far.
Rob
I have used the TiltViewer Skin for Jalbum. You can see it in action on the site I've been working on intermittently for my photographer aunt and uncle. The Sports Sampler 2 uses the TiltViewer skin. In fact all of the samplers are using a different Jalbum skin.
The problem with this method is that I had to create an external page on a non-Wikidot host and then iframe it to make it work. Jalbum outputs its slideshows in a folder structure that Wikidot does not currently support. I have asked for this ability on the Pro site (Ticket 291: Support for "Conventional" Web Storage), but no news yet on whether it will happen or not. If you have access to another host, then my solution works. If not, then we'll have to hope my wish is granted or keep digging for another answer.
-Ed
Hi Ed, thanks for the reply. I have created a tiltviewer in Jalbum. What is the code I need to embed in wikidot?
There's 2 ways. What I did with the samplers on the site referenced above is to host them through the Jalbum.net site. I created a free account that allows 30 MB of storage for your albums (they are ad supported). The other option is to upload your album and all supporting files to a separate host. In either case, you need to iframe the album. Here is the source to the Sports Sampler 2 page:
[[iframe http://pizzageek.jalbum.net/Sports%20Sampler%202/ frameborder="0" scrolling="auto" width="100%" height="700px"]]
If you choose not to host your album(s) with Jalbum, then you need to upload the whole file/folder structure to a different web host and iframe the html page from that host.
Does this help?
-Ed
Thanks Ed. I got it too work http://rochesterwaterskishows.wikidot.com. There a link that shows 2009 Lake City Wateski Days pictures.
The only cluggee bit is the folder structure of jalbum has added some extra stuff. I was hoping it would open directly to the tiltviewer page.
Another thing is the width of my website pages are narrow. Any way I can change that? Lots of wasted space on each side.
Nick, Ed will no doubt give you a detailed answer. But I hope you don't mind me chipping in with a comment on the Bloo theme which you are using for your site. It was, I believe, originally intended as a single column blog-like theme and I don't feel it adapts well to a normal website theme. It is also particularly tricky to adjust. I'm not really sure why this should be as it is just CSS, but some of the CSS does seem a bit opaque. The width can be adjusted but will take a bit of work. I do think that, just perhaps, if you have the confidence to experiment with CSS you might want to try moving away from the Bloo theme and working on a custom design which I believe could really enhance your site.
Rob
Nick,
It seems we're almost neighbors! I live in the Twin Cities. Went to school in Winona (St. Mary's many years ago) and have a brother living in Wabasha. I've made many trips down Hwy 61 through Lake City.
Enough small talk… Like Rob said, you should consider something other than the Bloo theme - it just doesn't work well when you need to accommodate wider content.
Also, you should be able to lose the folder structure in your Jalbum by tweaking the settings and regenerating your album. I only use the folder structure when I have multiple groupings that I want to combine in one album. Generally, I prefer to create one album per event or group of photos. I don't care for the "clutter" the folders add to my albums. When I have a bit more time, I'll dig into the specific settings for the tiltviewer album so you can avoid the folder links and pass them on to you.
-Ed
Thanks Ed/Rob. I saw your replies to my Gallery thread. I think I will look at packages. If I were to switch to a package, is that just a matter of doing something with a custom theme?
Hi, I am trying a new theme. But it has a side nav bar and I have tried to remove the nav bar but in my recent iframe for jalbum pictures I end up with some scrolling that I would like to get rid of…. which is easier to do ? mod the jalbum or the theme/ One of you gave me some css code before which I customized my Bloo theme with, but cannot find the thread anymore.
Nick
One thing you could try to remove the horizontal scrolling is to add this to your custom CSS:
div.row {
width: 650px;
}
Rob
hi Rob, does that work with an external theme? I installed this from wikidot themes, it's called "underwater"
Nick,
I've have not installed any external themes, so I don't know how it works when you want to tweak it.
To get rid of the sidebar, something like this should fix you up. You need to hide the side bar and change the margin that was making room for it:
#side-bar {
display: none;
}
#main-content {
margin-right: 0px;
}
I've been meaning to try an external theme. Now I have an excuse! I won't have much time to try this until later this week. If you figure this out, be sure to let us know how it worked.
BTW, that theme looks really great and fits in well with your content.
-Ed
Where would I add this code? The underwater theme is an external, so do I have to edit the page source?
Nick,
The code is actually on the themes page hidden under a "+ show the code" collapsible block. I created a sandbox page on one of my sites to test: http://my-wd-local.wikidot.com/sandbox2:underwater-no-sidebar
This is the code from the Underwater theme page inserted into a custom theme I called MyUnderwater - No Side Bar (extending the Base theme). I added the small code tweak and applied it to my sandbox2: category. Seems to work fine for getting rid of the sidebar. I just noticed that the rays of light aren't making their way into the space formerly occupied by the side bar. I'll look at this closer later on (I have to get some sleep!)
Here's my complete code:
If you think you might be tweaking the CSS at all, I'd recommend making 2 versions of the Underwater theme that you can edit. One as-is so you can have categories that have the side bar and one like this one for no side bar that's more Jalbum friendly.
Hope this helps!
-Ed
I do not understand - if i want no side bar on a page than I move the page to a special category ( "no-side:"pagename) and setup in the site manager that this category uses no side bar. ( blank the form field out )
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Wollen Sie Wikidot helfen im deutschen » Wikidot Handbuch ?
It's not enough to turn off the side bar navigation element, especially when using custom themes. You just end up with a void in the space where the side bar was formerly visible. Your idea might work, but you'd still have to adjust the margin setting of #main-content to fill the void.
-Ed
Thx Ed, tried this, with and without the sidebar but the text areas get whited out. I think there are some problems with the theme or my browser as when I am running the theme some message text appears as a white box with white text, say if I were to up load a file.
Plus I noticed a funny error withwikidot. When I was playing around with themes menu, the 'save changes' and 'cancel' buttons were switched but the action remained the same. So if you tried to save changes, you were actually cancelling. Reload did not fix it, I had to shut the page down.
I ran into some of the same issues, Nick. It appears a few elements were overlooked when this theme was made. Some elements in the odialog style sheet need tweaking to clean up some of the pop up messages and hover text.
I also figured out why the corner is cut out of the main content background when the side bar is removed (the background image used in the main content area is narrower than the one used in the header).
I'm willing to play with this some more if you want to stay with this theme.
-Ed
I think I need to understand the category thing some more. I really like the background, the content layout is pretty standard I may wait until the theme competition completes and see if there any cool themes there. I have some ideas myself, but that would mean investing lots of time.
I definitely need pages with and without side bar. So I may have to alter the css for the page, but it's figuring exactly where to alter the page code.