I am looking to increase the size of the sliders and change the text alignment on the sliders also.
Does anyone has any idea?
]]>Currently Theme is using Slick (https://kenwheeler.github.io/slick/) for its carousel
It would be lovely to have ability to edit its options natively through WP Admin: “Front Page Options” => “Edu Axis Slider”.
Today we are required to modify:
(inc/hooks/template-blocks.php)
Theme state:
$slider_options = array(
‘autoplay’ => ‘false’,
‘dots’ => ‘true’,
‘fade’ => ‘true’,
);
What I wanted:
$slider_options = array(
‘autoplay’ => ‘true’,
‘autoplaySpeed’ => ‘3000’,
‘dots’ => ‘true’,
‘fade’ => ‘true’,
);
However once theme is updated, I will lose this change, hence a change via Admin would be ideal. Can you please implement it?
]]>