Link to slide in Double Carousel slide show - slideshow

I want to create a link in a Double Carousel slide show.
the following example:
http://demo.owwwlab.com/wp-toranj
For example, there are bullets on the right side when I click on one of them I move to another slide in the slide show.
How do I create a link from another page with JS into one of the slide in the slide show?
Thanks for help

Related

Swiper conflicts with a scrollable list

I have Swiper handle two horizontal slides which I can move with the mouse wheel. I added, to the second slide, a Bootstrap vertical list which used to scroll up and down with the mouse wheel with no problem in a previous product. I mean both widgets work fine separately but when I put them together the wheel moves the slides but ignores the list. What can I do to get both to work? Thank you!

Datepicker displayed on top of the modal

In my ionic 2 application, we are have a page which shows date picker on click of a button. When date picker is displayed, if app goes in background, we are displaying a lock screen modal. The problem is when we show the modal, the date picker is displaying on top of the modal. Does anyone have an idea about how to handle this?
You may probably need to adjust z-index property of the datepicker within the stylesheet (decrease the value, so it is less than the one for modal), so it will not be rendered on top of the modal.

How to change bootstrap modal animation position onclick

I try to make Image Grid Effect such as http://tympanus.net/Development/ImageGridEffects/ and http://tympanus.net/Development/AnimatedGridLayout/ using bootstrap modal. but i cannot find the way to reveal bootstrap modal starting position from onclick image. Can someone help me please?

Menu with top and bottom scrollbars

I have a web-site that uses CFMENU, which is essentially yui.
The top of each page contains a fixed div, and the menu sits within this fixed div. When scrolling is necessary on the main portion of the page, it scrolls under this fixed div.
When a menu drops down when a page is scrolled all the way to the top, the menus drop down fully.
When the page is scrolled to the bottom, the menus display top and bottom scroll bars and the menus only display half their contents.
When I inspect the menu in firebug, there are two empty divs with "topscrollbar" and "bottomscrollbar" classes that appear.
Is there any way to prevent this?
FYI - When the menu is removed from the fixed div portion of the screen, there are no problems at all with the menus.

Add Four buttons in a panel in MFC Ribbon

I want to add 4 navigation button in a panel. For Go to First page , previous page, next page, last page [<< < >> >]. I want these buttons in a row but MFC automatically put them in a column. Is there a work around to achieve this.
Thanks
Did you associate these buttons with large (32x32) images? Otherwise, the MFC Ribbon is always trying to put them into the column. In addition, you've to call SetAlwaysLargeImage method for each button to prevent button size decreasing when the frame is being resized.
Regards,
Rob