Hi ClaPat! At first: I love the theme, it's really perfect!
I bought the template a few days ago and I'm halfway between filling the homepage with content and release it. Now I have a question:
How can I deactivate the big text slider on the home options?
When I click the "X" next to the three texts which the slider has by default nothing happens. I can delete it, save it and after refreshing the home-options it goes back to default! Can you please help me ?
You can't really deactivate the slider - but you can do so with custom work by removing the slider in the implementation file, but it requires some php knowledge.
Again, sadly this isn't working for me. Furthermore it seems to have broken my site so that none of the shortcode widgets are displaying at all anymore :(
I fixed my problem here! Simply 'flush cache' in wordpress after each javascript file change. This probably seems obvious to the experts among you, but it's not something I've ever needed to do before.
Hi ClaPat! At first: I love the theme, it's really perfect!
I bought the template a few days ago and I'm halfway between filling the homepage with content and release it. Now I have a question:
How can I deactivate the big text slider on the home options?
When I click the "X" next to the three texts which the slider has by default nothing happens. I can delete it, save it and after refreshing the home-options it goes back to default! Can you please help me ?
All the best,
Rene
Hi Rene,
Thank you.
You can't really deactivate the slider - but you can do so with custom work by removing the slider in the implementation file, but it requires some php knowledge.
Or you can home overlay slider as home section.
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Okay, thank you! I now have set the slider empty so it doesnt show anything. I'm fine with that!
But it is possible to set the speed to 0? Because I would like to have a fixed text at the spot of the text slider.
Thanks for the support service!
Hi,
in /js/scripts.js
jQuery('.text-slide-vertical').bxSlider({
controls: false,
adaptiveHeight: true,
pager: false,
auto: true,
mode: text_slider_transition,
pause: text_slider_speed,
});
set
pause: 0
Thansk
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hey! Thank you :-) It works perfectly!
This doesn't work for me - it just makes the text slide or fade in and out very quickly. How do I get the slider to stop?
Hi, this is a complete list of bxslider options:
http://bxslider.com/options
you can set also auto to false
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks. So you'd simply change:
jQuery('.text-slide-vertical').bxSlider({
controls: false,
adaptiveHeight: true,
pager: false,
auto: true,
mode: text_slider_transition,
pause: text_slider_speed,
});
to:
jQuery('.text-slide-vertical').bxSlider({
controls: false,
adaptiveHeight: true,
pager: false,
auto: false,
mode: text_slider_transition,
pause: text_slider_speed,
});
Again, sadly this isn't working for me. Furthermore it seems to have broken my site so that none of the shortcode widgets are displaying at all anymore :(
I fixed my problem here! Simply 'flush cache' in wordpress after each javascript file change. This probably seems obvious to the experts among you, but it's not something I've ever needed to do before.
Hi Dan, thanks for sharing, glad it's working. :)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy