Hello, There is no any premium version available of this theme. So that you have to edit some line of code on your theme. If you are familiar with code if ( is_front_page() ) {
code is in header.php
and remove this code and it closing tag }
also. It will enable the slider on all pages of your site.
Note: Child theme is recommended to customize theme.
Thanks
Thanks for your response!
I did same as you said. as i did , there is no slider even front page also.
there is no slider in all pages including front page.
Thanks
Hello,
Go to header.php
line 70 and find the similar code below and replace it.
<?php
if( get_theme_mod( 'enable_slider' ) ) {
?>
<div class="site-slider"><div class="inner">
<?php
bakery_slider();
?>
<div class="clear"></div></div></div>
<?php
}
?>
Try once and if not work, let me know.
Thanks
Thanks!
It worked. but slider is sliding in only front page not on others.
it should slide on all pages.
how to do it?
Thanks!
Hello, Pleased to help you.
Would you please try once by remove cache of your site and would you please provide the link of your site?
Thanks
i removed the history and cache and since the problem is same.
Sorry, i am working locally that’s why i couldn’t provide you site link. I will provide site link to you very soon.
Thanks!