• Resolved Mary

    (@ilhaverde)


    Hi

    Just updated the carousel plugin to 1.8.0 and was HAPPY to see the feature I was wanting and that is; to display the navigation arrows and bullets ‘ALWAYS’. I changed the setting from ‘mouse over’ to ‘always’ for the nav arrows and bullets.

    When viewing on my cellphone the bullets appear but still the nav arrows are not displaying. When setting the bullets from squares to circles and back to squares again…that works.

    Firebug shows – .carousel-slider .owl-nav is still set at display:none;

    Help Please ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayful Islam

    (@sayful)

    Thank you for reporting this bug. I fixed this issue and will be available at next version. Before publishing next version, add the following css at Additional CSS from customize.

    @media (max-width: 767px){
    	.carousel-slider .owl-nav,
    	.carousel-slider:hover .owl-nav {
    	    display: block;
    	}
    }

    If you like our plugin, also give us a good ratings

    Thread Starter Mary

    (@ilhaverde)

    Awesome! Thank you for responding so quickly and with a fix! That did the trick. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation arrows set to ‘always’ display not working’ is closed to new replies.