Search code examples
modulejoomla2.5horizontal-scrolling

Issue on using "scrolling text" module in Joomla


I have downloaded and installed various module for scrolling text horizontally using these websites.

After I created new module and point out the position of that module, I can view that module in my web page. The text didn't appear because I didn't mention it in my module.

In Both of those modules, I couldn't find out that where have to I place the text to be scrolled in that particular modules?

I have searched a lot. But I couldn't get anything.

Any help will be appreciated!

Thank you in advanced!


Solution

  • There is no need of using any other modules for scrolling the text.

    I used Custom HTML as menu type and write the code on editor.

    The steps I have done as below:

    1. Go to site -> Global configuration -> set Editor-None in default editor
    2. Go to Extension-> module Manager -> New -> select the module type as Custom HTML
    3. Copy the html code for scrolling text and Paste it in the text part and save the module.

    Check your site. Now, your site is having the scrolling text. Then, You can change the Editor as before.