Categories

Featured templates

Joomla 3.x. How to make slider/other modules appear on all pages

Ryan DeWitt October 13, 2014
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial shows how to make slider/other modules appear on all pages.

Joomla 3.x. How to make slider/other modules appear on all pages

We are going to make the slider and services module appear on all pages including posts. Let’s make slider appear on all pages.

  1. Open admin section, go to Extensions – Module Manager, open slider module:

    Joomla 3.x. How to make sliderother modules appear on all pages-1

  2. Go to Menu Assignment tab and select On all pages option. Save changes:

    Joomla 3.x. How to make sliderother modules appear on all pages-2

  3. Please open templates/themeXXXX/index.php file. Search code for appropriate position. In our case slider is assigned to showcase position. File index.php has the following code for this position:

    <?php if ($this->countModules('showcase') && $hideByView == false && $hideByEdit == false): ?>
  4. Please remove the following code: && $hideByView == false. The modified code looks like on the screenshot below:

    Joomla 3.x. How to make sliderother modules appear on all pages-3

  5. Save changes and upload the modified file. Refresh the page. Slider module appears in all pages now:

    Joomla 3.x. How to make sliderother modules appear on all pages-4

Let’s make Services module (postion bottom) appear on all pages (please note that such module may not be included to your template).

  1. Open the module in your module manager, go to Menu Assignment tab and select On all pages option. Save changes:

    Joomla 3.x. How to make sliderother modules appear on all pages-5

  2. Search code specifically for the position to which module is assigned to. In our case module is assigned to bottom position. Remove && $hideByView == false code in templates/themeXXXX/index.php file.
    the modified code should look like on the screenshot below:

    Joomla 3.x. How to make sliderother modules appear on all pages-6

  3. Save changes and upload the modified file. Refresh the page. Services module appears on all pages now. You can perform the same changes to all modules:

    Joomla 3.x. How to make sliderother modules appear on all pages-7

Feel free to check the detailed video tutorial below:

Joomla 3.x. How to make slider/other modules appear on all pages

Best Joomla Templates
This entry was posted in Joomla! Tutorials and tagged Joomla, module, pages, slider. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket