Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • carlucci Friend
    #119462

    Hello all,
    I have the same failure as in Ja Zibal:

    The Navigation Panel, and the catagories listing are placed horizontally and the titles do not have background images. It is evident that it is CSS’s problem.
    These are the lines originally of the index.php.

    <blockquote>
    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml”>

    <head>
    <?php mosShowHead(); ?>
    <meta http-equiv=”Content-Type” content=”text/html; <?php echo _ISO; ?>” />
    <meta http-equiv=”Content-Style-Type” content=”text/css” />

    <link href=”<?php echo $ja_template_path;?>/css/template_css.css” rel=”stylesheet” type=”text/css” />
    <link href=”<?php echo $ja_template_path;?>/css/colors/<?php echo $ja_color; ?>.css” rel=”stylesheet” type=”text/css” />
    <link rel=”stylesheet” type=”text/css” href=”<?php echo $mosConfig_live_site; ?>/modules/ja_news/ja-news.css” />

    <script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/ja.script.js”></script>
    <script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/opacity.js”></script>
    <script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/reflection.js”></script>

    <?php genMenuHead(); ?></blockquote>

    The following image shows the installation.
    http://www.freetech-systems.com/download/JaNewsVilladi.rar

    The modification in the Home of the menu they are made
    # Leading =0
    # Intro =0

    carlucci Friend
    #216966

    <em>@carlucci 11397 wrote:</em><blockquote>Hello all,
    I have the same failure as in Ja Zibal:

    The Navigation Panel, and the catagories listing are placed horizontally and the titles do not have background images. It is evident that it is CSS’s problem.
    These are the lines originally of the index.php.

    The following image shows the installation.
    http://www.freetech-systems.com/download/JaNewsVilladi.rar

    The modification in the Home of the menu they are made
    # Leading =0
    # Intro =0</blockquote>

    Hello all,
    This following module I have received of La-Viet to modify Ja Zibal. It works also for Ja Villadi.

    It is not the same Ja Xenia’s Ja News module.

    Where there is Ja News 1.1.0?

    <blockquote>JA News 1.1.0

    Features:
    – Support ALL charsets if iconv library are enabled.
    – Support ISO-8859-1, ISO-8859-15, UTF-8, CP866, CP1251, CP1252, KOI8-R, BIG5, GB2312, BIG5-HKSCS, SHIFT_JIS, EUC-JP if iconv is not supported.
    Install JA News on other templates than JA Xenia:
    – Create a position named “ja-news” on your page
    – Install JA News with the guide attached to JA Xenia
    – Go to your template’s index.php, replace
    <?php mosMainBody(); ?>
    with
    <?php
    global $mainframe, $option;
    $m_menu = $mainframe->get( “menu” );
    $m_params = new mosParameters( $m_menu->params );

    $m_intro = $m_params->def( “intro”, 4 );
    $m_leading = $m_params->def( “leading”, 1 );
    if ( $option != “com_frontpage” || $m_intro || $m_leading) {
    ?>
    <?php mosMainBody(); ?>
    <?php } ?>
    <?php if ( mosCountModules(“ja-news”) ) { ?>
    <div id=”ja-newswrap”>
    <?php mosLoadModules ( “ja-news”, -2 ); ?>
    </div>
    <?php } ?>
    – Add
    <link rel=”stylesheet” type=”text/css” href=”<?php echo $mosConfig_live_site; ?>/modules/ja_news/ja-news.css” />
    within the <head> tags of the template.</blockquote>

    Khanh Le Moderator
    #217062

    You could download the latest version of JA News module in side JA Xenia download page. Follow the module’s instruction, you could integrate this module to almost templates.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Khanh Le 17 years, 8 months ago.

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