Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Hung Dinh Friend
    #149099

    JA News Flash module(mod_janewsflash.zip)
    [position: ja-newsflash]

    Step 1: Installation
    You follow simple steps below:1/ Install the module via Joomla Installer
    2/ Assign module to the position: {content-bot}
    3/ Enable the module

    Then, the module is instantly available in your front-end. If you are new to this stuff, follow detailed guideline below:
    —-How to install Joomla module

    JA Newsflash in our demo:

    Step 2: Configuration

    From the backend of your Joomla site (administration) select Extensions->Module Manger, then click on module title JA Newsflash to enter configuration panel

    Default settings of JA Newsflash on demo:

    Parameters Explanation:

    • Module Class Suffix: A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling.
    • Category: the category includes news that will be displayed in JA NewsFlash module
    • Rolling delay time: The time in seconds between 2 articles.
    • Animation time: The time in milliseconds for animation effect.
    • Linked Titles: This option to make the item title linkable
    • Style class: Style you want to display
    • Height of div: Height of the div will be displayed
    • Template: The template to display content items. When you want to display Images or Title or content of article, you can put these using HTML code according to below syntax:

    <div style=”overflow:hidden;” ><div class=”nfimages”>##IMAGE##</div><div class=”nftitle”>##TITLE##</div><div class=”nfcontent”>##CONTENT##</div></div><div class=”nfimages”>##IMAGE##</div>: display images of content item
    <div class=”nftitle”>##TITLE##</div>: display title of content item
    <div class=”nfcontent”>##CONTENT##</div>: display content of item
    You only need to create some articles, go to Newsflash parameter and choose path to those article on Category parameter. And then set other parameters as you wish.

    danangland Friend
    #344851

    Hi, In Module Edit, my newsflash module doesn’t have any parameters. Any ideas why? Thanks

    Saguaros Moderator
    #345040

    Dear danangland!

    This module has not any files on your host, you try to re-download the module and try to update for yours Good luck

    althonyan Friend
    #351353

    Good evening,,,
    I have searched for the file (mod_janewsflash.zip)
    I did not find.
    How do I get it?

    Regards
    Hisham

    aaronfarias Friend
    #351354

    <em>@althonyan 188394 wrote:</em><blockquote>Good evening,,,
    I have searched for the file (mod_janewsflash.zip)
    I did not find.
    How do I get it?

    Regards
    Hisham</blockquote>
    The file you are looking for can be downloaded here:
    http://www.joomlart.com/forums/downloads.php?do=file&id=27

    althonyan Friend
    #351355

    thanks aaronfarias 🙂

    aaronfarias Friend
    #351356

    No problem, it is also included in the “quickstart” download.

    jimcapraro Friend
    #371230

    Is there a way to remove the article title from displaying? I want the text to rotate without the article title. Thanks!

    Sherlock Friend
    #371417

    <em>@jimcapraro 214213 wrote:</em><blockquote>Is there a way to remove the article title from displaying? I want the text to rotate without the article title. Thanks!</blockquote>

    Dear jimcapraro,

    If you want to remove the article title from displaying you can do that with the styling as follow
    Go to the file of templates/ja_raite/css/ja.newsflash.css looking for the css
    .nftitle {
    color: #FFFFFF;
    font-size: 275%;
    }
    and change it to
    .nftitle {
    color: #FFFFFF;
    display:none;
    font-size: 275%;
    }
    Hope it make sense !

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 7 voices, and was last updated by  Sherlock 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum