Remove Slideshow From All Pages Except Home Page

How do you remove the JM Slideshow extension which resides at the top of each page, leaving it only to show on the home page?

4 answers

Profile photo of Saguaros 0.00 $tone January 27, 2010
Public

Hello guy!

Please access the system/confiugration menu
Next, you choose menu item: JM Slideshow in the left menu.
Next, In the configuration of JM Slideshow, you set NO for the Enabled parameter

Good luck

#2
Profile photo of Bryan Sayler 0.00 $tone January 27, 2010
Public

Thank you for your help tienhc, but unfortunately, this does not solve my problem.

I would like to keep the slideshow on the home page but remove it from all of the other pages. When I disable the extension in the backend, it removes it from the home page as well.

Do you know how I can keep this extension visible on the home page?

#3
Profile photo of Css Magician 0.00 $tone January 28, 2010
Public

Dear bryansayler,

Thank you for contacting Joomlart,

I am terrible for delay, please open app\design\frontend\default\jm_rasite\layout\page. xml , at lines 105, Ctrl-X the code

Code:

<!-- Top Spotlight - topsl1 -->
				<reference name="topsl">
						<block type="joomlart_jmslideshow/list" name="jmslideshow" />
						<block type="cms/block" name="welcome-to-our-shop">
                <action method="setBlockId"><block_id>welcome-to-our-shop</block_id></action>
            </block>
            <block type="cms/block" name="top-features">
                <action method="setBlockId"><block_id>top-features</block_id></action>
            </block>
				</reference>
				<!-- Top Spotlight - topsl1 -->

and login your back-end -> CMS -> Manager Pages-> Home Page -> Custom Design -> Ctrl+V there.

p/s: disable cache at System -> Cache Management

#4

Please login or Register to Submit Answer

Written By

Comments