Hi Jacob,
Sorry it wa really late here in the UK. I had updated the call in the theme file to look like yours in the tutorial video and it didn’t work… Played around with it a bit and realised I didn’t need the qoute marks around true
Not working code was
`<?php echo do_shortcode( “[anything_slides navFormat=”true”]” ); ?>’
Correct code is
‘<?php echo do_shortcode( “[anything_slides navFormat=true]” ); ?>’
Great work on the plugin by the way, just love the video embeds etc