[Pro] Link to specific Carousel pane?

Is there anyway to link to a specific Carousel pane?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sure. That’s what the Carousel Tab Action is for. You use that to make links to your individual panes from within the same page. Clicking one such will cause the carousel to animate in whatever direction is necessary to move to that pane.

And if you mean link to it from another page, you can do that by getting the ID of the pane you want to have scroll into view when the page loads and adding it as a query to the end of the URL. For example, you have a pane with the ID foo (when you click on that pane, the word foo appears in the Name/ID field of the Inspector). The page with the carousel on it is named carousel.html. From another page, you define a link with the URL set to

carousel.html?foo

When that page loads, the carousel will animate to show the foo tab.

Walter

On Feb 25, 2013, at 9:14 PM, RavenManiac wrote:

Is there anyway to link to a specific Carousel pane?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And if you mean link to it from another page, you can do that by getting the ID of the pane you want to have scroll into view when the page loads and adding it as a query to the end of the URL. For example, you have a pane with the ID foo (when you click on that pane, the word foo appears in the Name/ID field of the Inspector). The page with the carousel on it is named carousel.html. From another page, you define a link with the URL set to

carousel.html?foo

When that page loads, the carousel will animate to show the foo tab.

Walter

Does this work in the new versions of Carousel? I can’t seem to get t to work. When you click on Jewish on this page it should link to the appropriate Carousel Pane.

http://wmp.idealynx.com/properties/property-options.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Aha, no, this is not in the Carousel 2 yet. Something else for the list…

Walter

On Feb 25, 2013, at 10:02 PM, RavenManiac wrote:

Does this work in the new versions of Carousel? I can’t seem to get t to work. When you click on Jewish on this page it should link to the appropriate Carousel Pane.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

carousel.html?foo

Have you added this option (link from another page to a specific pane) in Carousel 2, yet? If you have, I haven’t found it, yet.

Thank you!
Janice


freewaytalk mailing list
email@hidden
Update your subscriptions at:

No, I haven’t updated that Action in a long time.

Walter

On Feb 19, 2016, at 9:16 AM, Janice email@hidden wrote:

carousel.html?foo

Have you added this option (link from another page to a specific pane) in Carousel 2, yet? If you have, I haven’t found it, yet.

Thank you!
Janice


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Oh, well. It’s great as it is and I’ll figure out another solution!


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Give this a try. Apply Protaculous 2 to the same page as the Carousel 2 Action, and in the Actions palette, click on the Window Load Observer button. Paste in this code:

var target = window.location.search.split('?').last();
if(!!target){
  window.scrollTo(0,0);
  $$('a[href="#' + target + '"]').invoke('click');
}

That should do the trick you want, and if I get a chance, I will update the Action to include this code.

Walter

On Feb 19, 2016, at 6:33 PM, Walter Lee Davis email@hidden wrote:

No, I haven’t updated that Action in a long time.

Walter

On Feb 19, 2016, at 9:16 AM, Janice email@hidden wrote:

carousel.html?foo

Have you added this option (link from another page to a specific pane) in Carousel 2, yet? If you have, I haven’t found it, yet.

Thank you!
Janice


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

I will try that. Thanks so much!


freewaytalk mailing list
email@hidden
Update your subscriptions at: