Hi Monjoie,
There is several ways how you can do that:
- If design allows you, you should move that slider to the home page, because it's related only for home page.
- If you have separate page type for home page, you can add your page type in 'Show for page types' field on web part, in Visibility section.
- You can hardcode url for home page in web part on master page. Open webpart and click on small arrow near to the visible checkbox and put macro like this
{% CurrentDocument.NodeAliasPath == "/home" |(identity)GlobalAdministrator%}
. To avoid hardcoding, you can check url from setting 'Settings.CMSDefaultAliasPath' because usually default alias path for site is homepage, but you must verify it in your environment.
Best regards,
Dragoljub