Picture of Kenyatha Loftis
Disable backward navigation (arrow) in blockslider
by Kenyatha Loftis - Thursday, 16 March 2017, 3:25 PM
 

Hello,

Quick question:  Is it possible to disable the back arrow in block slider? 

Big picture:  I need a horizontally scrolling assessment that does not allow one to revisit a question after answering it.  Perhaps there is a better solution than disabling the back arrow.

Many thanks,

Kenyatha

Picture of Matt Leathes
Re: Disable backward navigation (arrow) in blockslider
by Matt Leathes - Thursday, 16 March 2017, 4:08 PM
 

no via the block slider configuration but it could be easily done by either removing the code from the template or by hiding it using LESS/CSS

Picture of Kenyatha Loftis
Re: Disable backward navigation (arrow) in blockslider
by Kenyatha Loftis - Thursday, 16 March 2017, 4:39 PM
 

Thanks, Matt!  Is it possible to remove code in the Authoring Tool or is there any sample code available that could be modified for the LESS/CSS?

Picture of Matt Leathes
Re: Disable backward navigation (arrow) in blockslider
by Matt Leathes - Thursday, 16 March 2017, 5:16 PM
 

what most people do is copy the handlebars template into the theme then modify that copy. handlebars templates in the theme take precedence over the one in the plugin's own folder.

Picture of Simon Date
Re: Disable backward navigation (arrow) in blockslider
by Simon Date - Thursday, 16 March 2017, 5:35 PM
 

Hi Kenyatha,

If you add .icon-controls-left { display: none } to your Custom CSS/LESS code it should hide the left icon from view.