Search found 1700 matches

Go to advanced search

by EarlyOut
Mon Jul 29, 2013 11:52 am
Forum: Highslide JS Usage
Topic: How to add background blur to dimmer option Highslide JS
Replies: 3
Views: 3804
 
Jump to post

Re: How to add background blur to dimmer option Highslide JS

Just be aware that -ms and -moz filters notwithstanding, this works in Chrome only. No effect in Firefox or IE.
by EarlyOut
Sun Jul 28, 2013 4:54 pm
Forum: Highslide JS Usage
Topic: Using multiple Highslide html pop up frames
Replies: 2
Views: 2329
 
Jump to post

Re: Using multiple Highslide html pop up frames

I think we're going to need a link to your page.
by EarlyOut
Fri Jul 26, 2013 2:49 pm
Forum: Highslide JS Usage
Topic: How to add background blur to dimmer option Highslide JS
Replies: 3
Views: 3804
 
Jump to post

Re: How to add background blur to dimmer option Highslide JS

You're going to have problems doing that. Here's why: when Highslide JS dims the background, it isn't actually applying some sort of dimming CSS to the body of the page. It's just overlaying a new div on the viewport, one that has a background color or a background image file (for a textured backgro...
by EarlyOut
Fri Jul 26, 2013 12:17 pm
Forum: Highslide Editor
Topic: Setting up thumbnails in a grid
Replies: 2
Views: 8066
 
Jump to post

Re: Setting up thumbnails in a grid

You can set up your page of thumbnails however you like. That doesn't really involve Highslide JS - it's just basic HTML and CSS. The Editor lays out the thumbnails one way, but you don't have to use that method. There is a dynamic resizing mod kicking around, but you're probably not going to like t...
by EarlyOut
Fri Jul 26, 2013 11:35 am
Forum: Highslide JS Usage
Topic: How to turn on controlbar?
Replies: 2
Views: 2210
 
Jump to post

Re: How to turn on controlbar?

Those controlbars (2, 3, and 4) are present only to accommodate some much older versions of Highslide JS. The current version of the CSS uses the "sprites" versions of the controlbar. If you want to customize the appearance of the controlbar, you should start by copying controlbar-white.gi...
by EarlyOut
Fri Jul 26, 2013 4:27 am
Forum: Highslide JS Usage
Topic: How to change leftpanel width?
Replies: 2
Views: 2033
 
Jump to post

Re: How to change leftpanel width?

In your configuration, try changing the width of the thumbstrip:

hs.addSlideshow({
....
thumbstrip: {
....
width: '100px'
}
});
by EarlyOut
Mon Jan 28, 2013 12:08 pm
Forum: Highslide JS Usage
Topic: Is there a way to add an image to a caption?
Replies: 2
Views: 3191
 
Jump to post

Re: Is there a way to add an image to a caption?

You can embed virtually any HTML in the caption, including images. An example: (example deleted)
by EarlyOut
Sat Jan 26, 2013 6:53 am
Forum: Highslide JS Usage
Topic: Share every single image in gallery (Facebook, twitter etc.)
Replies: 24
Views: 19103
 
Jump to post

Re: Share every single image in gallery (Facebook, twitter e

elrohir wrote:You canÔÇÖt specify the url to share in the button you are using?
A Highslide expander doesn't have its own URL. It's generated on the fly by Javascript. The URL is still just the page itself. So there might be 20 images, but they would all have the same URL.
by EarlyOut
Thu Jan 24, 2013 6:00 pm
Forum: Highslide JS Usage
Topic: Show a website in the Highslide gallery
Replies: 3
Views: 3713
 
Jump to post

Re: Show a website in the Highslide gallery

Well, you need all of it. Your page needs to load the Highslide script, the Highslide CSS, and so on.

We need to see your live test page to determine what's wrong.
by EarlyOut
Thu Jan 24, 2013 5:08 pm
Forum: Highslide JS Usage
Topic: Show a website in the Highslide gallery
Replies: 3
Views: 3713
 
Jump to post

Re: Show a website in the Highslide gallery

See this barebones example: http://highslide.com/examples/iframe.html

You can provide any URL you like for the "a href" tag.
by EarlyOut
Thu Jan 24, 2013 12:20 pm
Forum: Highslide JS Usage
Topic: Highslide - iframe width is 1px smaller in IE
Replies: 6
Views: 5969
 
Jump to post

Re: Highslide - iframe width is 1px smaller in IE

Yes, that's what it looked like to me. The "haslayout" bug afflicts only IE6 and IE7. In later versions, that bug is gone as long as you're not letting IE drop into "compatibility mode," which mimics IE7. So, for those of us who have dropped support for IE6 and IE7 completely, it...
by EarlyOut
Tue Jan 22, 2013 6:11 pm
Forum: Highslide JS Usage
Topic: Access Highslide from different folders
Replies: 4
Views: 4584
 
Jump to post

Re: Access Highslide from different folders

Exactly. :)

I think that's the one most common configuration error that people make when they first start using Highslide JS. Happily, the symptoms are always easy to spot - that endless "loading" spinner is a dead giveaway!
by EarlyOut
Tue Jan 22, 2013 4:57 pm
Forum: Highslide JS Usage
Topic: Access Highslide from different folders
Replies: 4
Views: 4584
 
Jump to post

Re: Access Highslide from different folders

You will also need to change the definition of hs.graphicsDir when you're accessing the Highslide JS files from a subfolder.
by EarlyOut
Fri Jan 18, 2013 4:38 pm
Forum: Highslide Editor
Topic: Cannot Get Highslide To Work on my Website
Replies: 4
Views: 11550
 
Jump to post

Re: Cannot Get Highslide To Work on my Website

bethatuw wrote:Thank you Early - does it help if I mention I'm a 60 year old grandmother of four and that's why I'm using Publisher?
I firmly believe that 1952 was a banner year, having been born then myself. ;)
by EarlyOut
Fri Jan 18, 2013 2:43 pm
Forum: Highslide JS Usage
Topic: Only first image - no controls
Replies: 7
Views: 5708
 
Jump to post

Re: Only first image - no controls

BTW, you're using an improper DOCTYPE declaration. This is causing Internet Explorer to go into "quirks" mode, which will cause all sorts of problems. I would advise moving to HTML5. HTML4 is now very old, and "transitional" DOCTYPE's were intended to ease the transition from HTM...

Go to advanced search