Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • cursosdesign Friend
    #149988

    Hi!
    Please, where i can insert more tags in my template?

    Before, i use index.php (/template/nagya/index.php) , but now this file is …

    My URL is http://www.creacionmultimedial.com.ar

    Can you help me, please?

    Best regards,

    Gonzalo

    John Wesley Brett Moderator
    #338643

    In every page of content there are metadata parameters.

    Simply go to CONTENT > ARTICLE MANAGER > (article)
    When you open the article on the right hand side at the bottom you’ll see the tab METADATA INFORMATION.

    Just META your DATA till the cows come home!

    Have fun!
    John.

    cursosdesign Friend
    #338913

    Thanks Jbrett, but this information i know that.
    The problem is form insert this meta:

    <meta name=”category” content=”Diseño de paginas web”>
    <meta name=”distribution” content=”Global”>
    <meta name=”AUTHOR” content=”www.businessandweb.com”>
    <meta name=”revisit-after” content=”2 days”>

    In template Nagya (for example) i can insert this in index.php, but not now.

    Thank you and regards,

    Gonzalo

    cursosdesign Friend
    #339361

    Hello! Can i help me, please?

    Thank you and regards,

    Gonzalo

    John Wesley Brett Moderator
    #339515

    The site’s metadata is entered:

    ADMINISTRATOR > SITE > GLOBAL CONFIGURATION > METADATA SETTINGS

    This will populate your index.php

    John.

    cursosdesign Friend
    #339523

    Thanks Jbrett, but this information i know that.
    The problem is form insert this meta:

    <meta name=”category” content=”Diseño de paginas web”>
    <meta name=”distribution” content=”Global”>
    <meta name=”AUTHOR” content=”www.businessandweb.com”>
    <meta name=”revisit-after” content=”2 days”>

    In template Nagya (for example) i can insert this in index.php, but not now.

    Thank you and regards,

    Gonzalo

    Saguaros Moderator
    #339557

    Dear

    I think you make html codes in the wrong way

    <meta name=”category” content=”Diseño de paginas web”>
    <meta name=”distribution” content=”Global”>
    <meta name=”AUTHOR” content=”www.businessandweb.com”>
    <meta name=”revisit-after” content=”2 days”>

    Replace:

    <meta name=”category” content=”Diseño de paginas web”/>
    <meta name=”distribution” content=”Global”/>
    <meta name=”AUTHOR” content=”www.businessandweb.com”/>
    <meta name=”revisit-after” content=”2 days”/>

    You put them below the “<head>” tag

    Good luck

    cursosdesign Friend
    #339624

    Thank you very much tienhc, but where I insert the code? In index.php (template Lime) this is the code (not <head>” tag)

    <?php
    /*
    # ------------------------------------------------------------------------
    # JA Lime template for Joomla 1.5
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
    # @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
    # bound by Proprietary License of JoomlArt. For details on licensing,
    # Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
    # Author: JoomlArt.com
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # Redistribution, Modification or Re-licensing of this file in part of full,
    # is bound by the License applied.
    # ------------------------------------------------------------------------
    */

    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );

    include_once (dirname(__FILE__).DS.'libs'.DS.'ja.template.helper.php');

    $tmplTools = JATemplateHelper::getInstance($this, array('ui', JA_TOOL_SCREEN, JA_TOOL_MENU, JA_TOOL_COLOR, 'main_layout', 'direction'));

    //Calculate the width of template
    $tmplWidth = '';
    $tmplWrapMin = '100%';
    switch ($tmplTools->getParam(JA_TOOL_SCREEN)){
    case 'auto':
    $tmplWidth = '97%';
    break;
    case 'fluid':
    $tmplWidth = intval($tmplTools->getParam('ja_screen-fluid-fix-ja_screen_width'));
    $tmplWidth = $tmplWidth ? $tmplWidth.'%' : '90%';
    break;
    case 'fix':
    $tmplWidth = intval($tmplTools->getParam('ja_screen-fluid-fix-ja_screen_width'));
    $tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '771px';
    $tmplWidth = $tmplWidth ? $tmplWidth.'px' : '770px';
    break;
    default:
    $tmplWidth = intval($tmplTools->getParam(JA_TOOL_SCREEN));
    $tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '981px';
    $tmplWidth = $tmplWidth ? $tmplWidth.'px' : '980px';
    break;
    }

    $tmplTools->setParam ('tmplWidth', $tmplWidth);
    $tmplTools->setParam ('tmplWrapMin', $tmplWrapMin);

    //Main navigation
    $ja_menutype = $tmplTools->getMenuType();
    $jamenu = null;
    if ($ja_menutype && $ja_menutype != 'none') {
    $japarams = new JParameter('');
    $japarams->set( 'menutype', $tmplTools->getParam('menutype', 'mainmenu') );
    $japarams->set( 'menu_images_align', 'left' );
    $japarams->set( 'menupath', $tmplTools->templateurl() .'/ja_menus');
    $japarams->set('menu_images', 1); //0: not show image, 1: show image which set in menu item
    $japarams->set('menu_background', 1); //0: image, 1: background
    $japarams->set('mega-colwidth', 200); //Megamenu only: Default column width
    $japarams->set('mega-style', 1); //Megamenu only: Menu style.
    $jamenu = $tmplTools->loadMenu($japarams, $ja_menutype);
    }
    //End for main navigation

    $layout = $tmplTools->getLayout ();
    if ($layout) {
    $tmplTools->display ($layout);
    }

    Thanks!

    Gonzalo

    cursosdesign Friend
    #340076

    Hi tienhc! Can You help me, please?

    Thanks!

    John Wesley Brett Moderator
    #340142

    Not in index.php…like you did in JA_NAGYA (circa 2008).
    We’re now using the T3 Framework…so the HEADS have been moved.

    Put it in either

    templates/ja_lime/component.php

    or

    template/ja_lime/layouts/default.php

    Have fun.

    cursosdesign Friend
    #340154

    Thank you very much!

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

This topic contains 11 replies, has 3 voices, and was last updated by  cursosdesign 14 years, 7 months ago.

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