如何将模板幻灯片显示仅启用特定页面

So I am using this Joomla template Morecolor, which has a slideshow built-in. Is there a way I could program the slideshow to appear on the website on specific pages only?

Here is a screenshot in Joomla:

http://s23.postimg.org/qc82malnv/untitled.png

Template providers should not have things like slideshows built into them unless they provide the ability to assign it to specific pages. Template are templates. Slideshows are extensions. The best way to get around you issue would be to disable the template slideshow and download a slideshow extension from here:

http://extensions.joomla.org/extensions/photos-a-images/slideshow/image-jquery-slideshow

Hope this helps

Ok here is soluton specially for you:

  • TURN ON Slideshow
  • go to Menu Manager into menu item you need
  • go to section Page Display Option
  • type there ** no_slide**
  • Save changes
  • go to CSS file and add line at the end: .no_slide #slideshow { display: none; }
  • then save changes and upload CSS
  • refresh page in browser (maybe need to refresh with Ctrl+F5 or Alt+F5 to clear browser cache)