Categories

Featured templates

Joomla 3.x. How to manage “Page Loader” module in Wegy template

Vicki Hayes June 16, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial is going to show you how to manage page loader in Wegy template.

Let’s edit Page Loader in Wegy template. Joomla_3.x_How_to_manage_Page_Loader_module_in Wegy_template_img1

  1. Preloader logo text can be changed same as main logo in System -> Global Configuration -> Site name section.

  2. Preloader spinner can be replaced on your server in the templates/theme3092/images/page-loader-1.gif folder or you can upload your custom spinner gif file. In this case you will need to copy the file url and paste it into following css rule:

    .mod-custom__page_loader .loader {
    background: rgba(0, 0, 0, 0) url("image_url_goes_here") no-repeat scroll 50% 50% !important;
    }
    

    Copy css rule and paste it to the bottom of the template.css file.

  3. You can set the background image for loader page in module settings. Navigate to Extensions -> Module manager -> locate Page Loader module -> Options -> Select background image.

  4. If you wish to remove logo and spinner from loader page, you can add following code to the bottom of template.css file:

    .mod-custom__page_loader .logo {
    display: none !important;
    }
    .mod-custom__page_loader .loader {
      background: none !important;
    }
    
  5. Page Loader HTML Module allows you to create your own HTML Content using a WYSIWYG editor.

Feel free to check the detailed video tutorial below:

Joomla 3.x. How to manage “Page Loader” module in Wegy template
Best Joomla themes
This entry was posted in Joomla! Tutorials and tagged joomla, module, page loader. 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