- This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Disable Navigation in FancyBox
Tagged: fancybox
If I have multiple Fancyboxs embeded on the same page the user is given the option of advancing to the next one while they have the Fancybox open. This places an arrow on the right/left side of the video. However that video appears to overlap with the YouTube time slider. So if someone tries to advance the video they are take to the next video on the page.
Is there a way to disable the ability to advance to the next video?
Hi, please do the following:
1) Install our WP Custom CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS code in the settings:
.fancybox-nav {
display:none;
}
Great, thank you.