Revolution Slider Transitions Bug - wordpress

I have a Revolution Slider with just a single slide. Everything works perfectly except when I click somewhere on the slide and drag the mouse to the left or right. In that case I get a transition.
Any idea how to disable this?

you need to have two things to stop that. First you need to go to general settings -> stop slider (on) -> stop at slide 1
Second you need to disable mobile touch, go to mobile touch -> touch enabled off
On revolution slider 5 to disable mobile touch go to navigation -> touch -> touch enabled off
hope this helps

Related

UIKit 2 (getuikit) - Lightbox - Previous / Next on Touch-Enabled Decives

I am using UIKit (getuikit.com version 2, cannot use the version 3 RC at the moment) to display a Lightbox. All works fine except that on iPhone/iPad (I assume it might be all touch-enabled devices), the previous/next arrows don't show, which makes it rather difficult to navigate. How does one enable these arrows either permanently or when I touch the Lightbox somewhere?
Arrows are hidden as on touch devices swipe action is available by default allowing your users to change images by swiping do left or right as they normally do in any other gallery app.
If you still want to show arrows to them, you need to override the class .uk-hidden-touch
.uk-notouch .uk-hidden-notouch,
.uk-touch .uk-hidden-touch {
display:block!important;
}

JavaFX 2 - Autoscroll to last item in exceeded toolbar

I am creating File Manager like Miller column app for windows in JavaFX for learning purpose.
Check the screenshot below:
As you can see, when toolbar exceeds, there comes a double arrow button for more items to select from popup.
I already did auto scroll for miller column, which works as expected.
scrollPane.hvalueProperty().bind(hBox.widthProperty());
I would like to auto scroll toolbar to last item and show double arrow on left side.
I am adding adding clickable buttons in toolbar for traversing like manual BreadCumBar.
Tried ControlsFX BreadCumBar, it doesn't even show arrows or popup when exceeds, Bug here : https://bitbucket.org/controlsfx/controlsfx/issues/810/no-double-arrow-popup-like-when.
If its not possible to do so with toolbar, I would like to know how to customize toolbar popup only via css. Or any other way that improve usability easiness.
Also I would love to know suggestions for whole app from expert designers.
Thanks.

Odd behavior with Semantic-UI and meteor

The is a meteorpad at http://meteorpad.com/pad/hiEWsbkrBjLvwgx5t/Semantic-UI%20Meteor which is using Meteor amd Semantic-UI. It pretty much works as expected except for the white bar at the top of the window that turns black when you click the "Open Sidebar" button and then stays black whether the sidebar is open or not. An inspect element on that "bar" points to the tag. Anyone have any idea what causes this or how to address it?
TIA!
OK... here is a fully working example of an off canvas mobile menu using Meteor with Semantic-UI. Pop out the browser Window and resize to the the changes. It could be tweaked with media queries, but to keep it simple, I just used Semantics defaults... http://meteorpad.com/pad/C3PWfMDoG3jPF2tC8/Semantic%20UI%20mobile%20nav%20sample

Unable to disable layer animation - Revolution Slider

Could you please let me know how to disable layer animation?
I have selected "Fade" for the "Start Transition", and enter the number "0" for the "Start Duration". These settings are working fine in Firefox but isn't working for Chrome browser. Please let me know.
Revolution Slider version - 4.6.5
Rocco theme version - 1.3
If your animation gets stuck, consider checking you animation settings. If you are using revolution slider, change the settings as below. It worked for me!
The slideshow was disappearing after a few seconds of the first slideshow.
The next settings for me have worked:
Go to "Edit slides":
General setting: Transitions: no transitions, Rotation: 0, Transition Duration: 0, Delay: empty.
Layers timing & sorting: Start: 0, End: 9000 - for all layers.
Layer animation -> Start transition: Start duration: 0, Split delay: 0 - for all layers.
If you need a specific layer(s) to be static through all slides then take a look at this documentation page and if you are using Revolution Slider below version 5.0 then take a look at this screenshot.
Here is my detailed answer for Revolution Slider ver 4.6.93 that I am using:
On your Slider General Settings find an option "Enable Static Layers" and turn it on, then click Save Settings
Click Edit Slides button
At the bottom of the page you should now see "Edit Static/Global Layers" button. Click this button and create static elements there. They will be visible on all slides of your slider.
Hope it helps.
So I know I'm a little late to the party, and this response most likely doesn't apply top the version originally posted. This works for version 6. I don't know if this is the way its supposed to work, but it does work.
Click the GEAR icon, or Module options when editing your slider. Select 'General',and look for "Dynamic Viewport Loading". Turn it ON and set it to WAIT and 0%.
This will stop the animation from playing, allowing you to use your scroll based animations at their correct times, and other cool stuff!
Stop Animation By Setting Dynamic Viewport Loading to On and 0px
you can set fade -> no transition if it's a background or simple transition -> no animation if it's a simple layer
screenShot from slider rev

iPad SplitView Master View shows but with minor (and incorrect) variation

I'm practicing development of a simple iPad Split View app (Stanford's Hegarty online class). And everything works for the most part. However, the Master side ('left side), although working in landscape mode looks a little different than what I expect it to as a 'popover' in portrait mode. The 'popover' covers the left side of the screen including the toolbar button item that triggered it where normally it should not cover that button.
Unfortunately I can't post images so I'll try my best to describe in more detail. Normally the 'proper' popover will be hovering right below the bar item button that triggered it with a thick arrow-ish thingie (the 'anchor') pointing to the button and not covering that button. The popover can be dismissed by clicking on that button again (or elsewhere on the screen).
What's happening to me, however, is that when I click the bar item button to show the popover, the resulting popover 'covers' the button and essentially fills up the left portion of the screen (the detail view is under it and most of it is showing) with its designated width (so, again, it doesn't cover the entire detail view). The is no 'anchor' arrow pointing to the bar item button since it is obviously covering it instead. The popover is dismissed normally once I click anywhere else on the screen.
So why is my popover covering the button and not simply hovering under it with an 'anchor' pointing to it as it should?
I don't think it it makes much sense to post code at this point because I don't think it'll help and more importantly not sure what portion to post considering this might be a problem with how I wired it in the Builder. Any thoughts will be greatly appreciated!
Thanks!
Mo
I believe its a change that came in IOS5.1
If you want the same behaviour you probably need to set the master up as a popover segue, from a toolbar button or similar in the detail view, and set the split view delegate to not show the master in portrait.
I'm on the move now but if you want any more info let me know and I'll try and get back to you later.

Resources