Loading is a module that show an advise message if page is loaded slow. You will see the message ONLY if the timing to load the page is elevate. You can decide: - The message - Text color and font size - Background color - Box dimension and position
Like all Joomla! module you can decide is load it on all page or only on some pages in order to avoid to load the script if not necessary. You can also duplicate the module and use differert message for different page.
VERY IMPORTANT: You need publish it on the 1st (top) module position available in your template, in this way the module will be loaded for 1st and showed for 1st.
this plugin will enable the admin to show a component(s) within a content item, so that the user can show multiple components on a single page, also it will be possible to show components on the front page along with the site content items
the plugin code is: {component}url{/component} . where the url is your component, WITHOUT index.php? So the code must look like this: {component}option=com_yourComponent&Itemid=50{/component}
the plugin is based on (component includer) with the following added options:
* you can specify custom width and height to each component by adding \"|width|height\" in the syntax after the Component Url Like this: {component}option=com_yourComponent&Itemid=50|400|600{/component} * you can enable or disable scrolling for your component.