1

I am new to Joomla, I have some module on my homepage.

Every time I open read more article on homepage, the slide show module still appear.

I have hiden the intro text but nothing change. If i uncheck the homepage, the module completely disappear on homepage and article.

Please teach me how to remove the module just on read more article not the homepage. Sorry if my english is not good

Thank you :D

Azure Sky
  • 13
  • 4

1 Answers1

0

If your articles are uncategorized or they they exist in a category that is not connected to a menu item (to get a unique menu id) you have to set module settings:

Module -> Menu Assignment: On all pages except those selected

And select the pages that you don't want the module to appear.

EDIT:

If there is an option to connect article categories to menu items (even to a hidden menu that won't be displayed in the site) then the correct way is to set in the module:

Module -> Menu Assignment -> Only on the pages selected

And select the pages that you want the module to appear.

Hope this helps

emmanuel
  • 9,607
  • 10
  • 25
  • 38
  • It works! Can i ask one more question? How to link the article on hidden menu to home? So when the headline click it will appear. – Azure Sky Oct 04 '14 at 08:40
  • Please add some extra details about your question, if you want the menu item to appear you could add it to your main menu instead of hidden menu. – emmanuel Oct 04 '14 at 09:02
  • I have made new menu item and connected to article. But this article can't be displayed unless I type the link. How to make that article headline can be displayed at home? Thanks. – Azure Sky Oct 04 '14 at 13:57
  • You could add a module with type `Module Manager -> New -> Articles Category` or change the home page menu item to `Menu Item Type -> Articles -> Category Blog / Category List`. – emmanuel Oct 04 '14 at 15:03