• Dear support team,

    I am trying to make the slideshow gallery show the control arrows (previous and next) visible all the time.

    By default they only appear with mouseover? or hover on either on left or right.

    I have tried many CSS hacks (display: block + visibilty:visible) on many classes/ids, but still can’t make them appear.

    Please advise. Many thanks

    https://wordpress.org/plugins/photo-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear raj12345,

    Please add the following code in photo-gallery\frontend\views\BWGViewSlideshow.php within <style> tag

    #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_left_<?php echo $bwg; ?> span {
    left: 20px;
    }
    #bwg_container1_<?php echo $bwg; ?> #bwg_container2_<?php echo $bwg; ?> #spider_slideshow_right_<?php echo $bwg; ?> span {
    left: auto;
    right: 20px;
    }

Viewing 1 replies (of 1 total)

The topic ‘Keep slideshow control arrows visible all the time’ is closed to new replies.