Jump to content

Insert Slider for all pages (site)


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...