Search found 8243 matches

Go to advanced search

by RoadRash
Sat Mar 14, 2015 1:02 pm
Forum: Highslide JS Usage
Topic: HighSlide & Touch Devices
Replies: 23
Views: 12680
 
Jump to post

Re: HighSlide & Touch Devices

CookieMonster wrote:
RoadRash wrote:You can tap the tumbnail to open the large images, you can tap to close the image and tap the controlbar in galleries.
I don't understand, it is not working for me with mobile devices and tablets ?
Please see this video: http://www.screencast.com/t/NnsJQj5n (the video shows an iPad)
by RoadRash
Sat Mar 14, 2015 11:37 am
Forum: Highslide JS Usage
Topic: remove buttons and rewrite functions for buttons
Replies: 6
Views: 4816
 
Jump to post

Re: remove buttons and rewrite functions for buttons

Adding the controlbar, remove all buttons but the close button and then add a custom button, is a messy way to achieve what you want. The easiest is to add a Close button + a custom button in the caption or heading overlay. Please see this demo with buttons in the heading overlay: http://jsfiddle.ne...
by RoadRash
Thu Mar 12, 2015 11:18 am
Forum: Highslide JS Usage
Topic: HighSlide & Touch Devices
Replies: 23
Views: 12680
 
Jump to post

Re: HighSlide & Touch Devices

You can tap the tumbnail to open the large images, you can tap to close the image and tap the controlbar in galleries.
by RoadRash
Tue Mar 10, 2015 3:27 pm
Forum: Highslide JS Usage
Topic: hs Expander close
Replies: 1
Views: 2158
 
Jump to post

Re: hs Expander close

Can you please post a link to your live page/test page?
by RoadRash
Tue Mar 10, 2015 11:52 am
Forum: Highslide JS Usage
Topic: Highslide auto follow scroll
Replies: 3
Views: 3502
 
Jump to post

Re: Highslide auto follow scroll

by RoadRash
Fri Mar 06, 2015 4:08 am
Forum: Highslide JS Usage
Topic: Pop Up html File from Image Hotspot
Replies: 2
Views: 2987
 
Jump to post

Re: Pop Up html File from Image Hotspot

Please see this jsFiddle: http://jsfiddle.net/roadrash/a0qpLypq/
by RoadRash
Fri Mar 06, 2015 3:44 am
Forum: Highslide JS Usage
Topic: updating currently viewed image
Replies: 2
Views: 2867
 
Jump to post

Re: updating currently viewed image

Have you tried exp.content.src instead of scr?
http://jsfiddle.net/roadrash/pjw6m8wo/
by RoadRash
Wed Mar 04, 2015 11:38 pm
Forum: Highslide JS Usage
Topic: Highslide auto follow scroll
Replies: 3
Views: 3502
 
Jump to post

Re: Highslide auto follow scroll

Put the script for the Highslide fixed popup mod in the parent page, and use highslide-full.js instead of highslide-with-gallery.js or highslide-with-html.js
by RoadRash
Wed Mar 04, 2015 10:56 pm
Forum: Highslide JS Usage
Topic: EDIT: can't access parent javascript obj from iframs
Replies: 1
Views: 2318
 
Jump to post

Re: EDIT: can't access parent javascript obj from iframs

The parent page and the page opened inside the iframe popup are two different pages, so you need to include the ckeditor.js file in the page opened in the iframe - not in the parent page.
by RoadRash
Wed Mar 04, 2015 10:51 pm
Forum: Highslide JS Usage
Topic: Need Help Multiple thumbnails in highslide expander
Replies: 1
Views: 2388
 
Jump to post

Re: Need Help Multiple thumbnails in highslide expander

The link you posted seems to be a good step-by-step tutorial for how to set up a Highslide thumbstrip gallery in RapidWeaver.
Can you please describe more precisely what you need help with?
by RoadRash
Wed Mar 04, 2015 10:43 pm
Forum: Highslide JS Usage
Topic: rss in iframe
Replies: 1
Views: 2256
 
Jump to post

Re: rss in iframe

It seems like you have a cross domain issue - check console to see the errors.

(Screenshot of console: http://screencast.com/t/jTpGbwJV)
by RoadRash
Wed Mar 04, 2015 10:11 pm
Forum: Highslide JS Usage
Topic: Missing Scrollbars on IPAD Safari
Replies: 1
Views: 2515
 
Jump to post

Re: Missing Scrollbars on IPAD Safari

The Safari mobile browser wont show scrollbar inside an iframe, so you can't set fixed height for the iframe popup. You need to set allowHeightReduction to false for mobile browsers to allow the popup to show all the content. Please see this jsFiddle: http://jsfiddle.net/roadrash/3233baha/ Note that...
by RoadRash
Mon Jan 26, 2015 2:06 am
Forum: Highslide JS Usage
Topic: Iframe wrapper scaling
Replies: 2
Views: 2744
 
Jump to post

Re: Iframe wrapper scaling

by RoadRash
Wed Jan 14, 2015 4:34 pm
Forum: Highslide JS Usage
Topic: Problem rendering the outline/shadow
Replies: 3
Views: 2989
 
Jump to post

Re: Problem rendering the outline/shadow

Unfortunately we have a bug in the Highslide Editor.
You can correct it locally by opening your highslide.config.js file and change this line:

Code: Select all

hs.outlineType = 'custom';
to this

Code: Select all

hs.outlineType = 'rounded-white';

Go to advanced search