VittGius Posted August 2, 2016 Share Posted August 2, 2016 Hello everybody, I need to insert the same slider in each page, I use Owl Slider, how I can do this? Thanks Link to comment Share on other sites More sharing options...
rocky Posted August 2, 2016 Share Posted August 2, 2016 Assuming it's only displayed once on the homepage at the moment, I suggest moving the slider from the "Homepage content" hook to the "Top of pages" hook. You may need to modify the Owl Slider to enable this. For example, the following in the module's PHP file before the last }: function hookDisplayTop($params) { return $this->hookHome($params); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now