Slider for front page
-
Hello guys and thank you for a good looking theme.
I’m working on setting up a new website with your theme and one of the issues I have so far is showing a slider on the static front page.
I found a solution by changing tweaking a function on the slider.php
//Define all Variables. if ( get_theme_mod('aldehyde_main_slider_enable' ) && is_front_page() ) : $count_x = $count = get_theme_mod('aldehyde_main_slider_count'); ?>
As you can see I only replace the part of the code “home_page” with “front_page”
However I did this to the parent theme but I want to do it on my child theme so it doesn’t get affected with an update.
Can you guys help me write the correct function (replacement) function for my child theme?
here is the link to the site I’m building.
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Slider for front page’ is closed to new replies.