-
AuthorPosts
-
March 2, 2016 at 11:00 pm #821358
Hi there,
The problem with that is, they don’t load in the order as we expected. Usually, the slider has its own preloader and we need the slider to be loaded first in order for it to work.
And with that code you provided, you’re statically declaring which slide to display, but, if you wish to connect it to accordion, then it needs some binding of which each accordion it represent. The question will be, how do you match your accordion to slide? Which accordion represent the other one, and which isn’t? Should it be by using element index? Should all slides have their own matching accordion, or just the selected one?
Thanks!
March 3, 2016 at 9:57 am #822065Hi there!
I’ve got the same problem and several suggested solutions from your forum didn’t work. I tried several of your provided js-codes and different links.
I want to open a specific accordion tab from the corresponding menubutton.
In the cornerstone preview-mode, clicking on the second-level-menu-text (e.g. Netfira für E-Procurement) opens a new page, scrolls down to the accordion an opens the right tab (Netfira für E-Procurement). Beside the opening of a new page this is what I want.EDIT: changing the ID’s of the menu-link from /#collapse-1 etc. to the ID’s of the accordion-items had the consequence, that it scrolls down the side to the accordion-item, but doesn’t open it.
When hovering the accordion-items with the mouse, it doesn’t show the given ID (e.g. netfira-fuer-e-procurement) but #collapse-1.But not in the normal pageview – that means not logged in into the backend.
Could you please have a look?
Logins are provided in post #820074.
Thanks in advance!
Best regards
ChristianMarch 3, 2016 at 5:47 pm #822667Hi Christia,
I love to, but would you mind starting a new thread while linking back here? We just want to isolate each issue which could be specific per user setup. And mixing them in same thread will be confusing and might harder to track.
And if possible, please provide some screen recording or we might get longer thread just discussing what’s the actual issue 🙂
Thanks.
-
AuthorPosts