Enhance options on “Edu Axis Slider”
-
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?
The page I need help with: [log in to see the link]
The topic ‘Enhance options on “Edu Axis Slider”’ is closed to new replies.
