Questions tagged [ascensor]

Ascensor.js is a jQuery plugin that allows you to organize your content in an “architectural” way.

Ascensor.js is a jQuery plugin that allows you to organize your content in an “architectural” way.

10 questions
1
vote
1 answer

AcensorJS with auto-floor creation

i'm using a wordpress theme who's using AcensorJS with wordpress. But here is the case, I want that the plugin can create each floor "dynamicaly". I'd like that if we had a new "article", this will be immediately add in the map. Here my code : var…
H4mm3R
  • 245
  • 4
  • 15
1
vote
1 answer

Ascensor.js IE8

I am working on a new site, currently hosted here. I am implementing a single page design using the Ascensor plugin, found here. It works fine in Chrome and Firefox, and IE10 and IE9. However, in IE8, the home page loads and then if I click on any…
Fahad
  • 1,364
  • 3
  • 20
  • 40
1
vote
1 answer

Ascensor controls created programmatically

I am using the Ascensor Framework I am wondering if its possible to create next and previous buttons programatically rather than through using the class of the specific element you want to scroll to? I can see from the the .js file that there are…
user1124378
0
votes
1 answer

Ascensor.js Dynamically change movement direction (queued)

I'm using Ascensor.js. I build with this queued option: var ascensor = $('#ascensor').ascensor({ direction: [[2, 2], [1, 1], [1, 2], [1, 3], [1, 4], [3, 1], [3, 2], [3, 3]], queued: "y" }); After arrive to a floor, I need to chage queued…
jjgarcía
  • 589
  • 1
  • 4
  • 26
0
votes
0 answers

Ascensor.js - Mouse wheel scrolling through all sections in sequence

I am using the ascensor.js plugin to scroll through sections of content on a grid. I am trying to step through each section in sequence as the user scrolls the mouse wheel. It seems as though this should be possible using the settings, and I thought…
user984464
  • 67
  • 2
  • 7
0
votes
1 answer

how to set Ascensor floor map?

I am currently using a plugin call ascensor.js. I am learning how to use it to create a website base on this ascensor plugin. My main code goes like this with 5 division
John
  • 177
  • 1
  • 4
  • 19
0
votes
5 answers

Can I change the URL without updating the page?

This may seem like a dumb question. But I have no idea if it can be done. So before I start the process of making a portfolio site, I would like some pointers. Otherwise, I will just go with another design. My question: When using the ascencor.js…
user1379533
0
votes
1 answer

Ascensor.js and the scrollTop jquery doesn't work

I am using ascensor.js on my website and I have a problem with jquery function scrollTop - it's doesn't work. I've tried different options but it still nothing happens. How to fix that? // EDIT Sorry. Here is the code. I am using this simply…
user3261158
0
votes
2 answers

How to solve my jquery plugins issue?

I am trying to use a jquery plugin called ancensor. The plugnin page is http://jque.re/plugins/image-galleries-decks/ascensor/#/Home I have something like
FlyingCat
  • 14,036
  • 36
  • 119
  • 198
-2
votes
2 answers

How do add delay time in (jquery) ascensor.js?

How do i add 'delay' option to move to next slide after clicking? Anyone tried? Below is the plugin website. https://github.com/seekvence/ascensor Thanks in advance.
Umarfaruk M
  • 340
  • 4
  • 5
  • 19