Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • ssuresh Friend
    #150386

    Hi! :-[:-[:confused::confused:

    I Need to Creat a New Position in Breadcrumbs area..
    For Example : Plz refer the Attachement :confused::confused::confused:


    1. Theinfotalk
    prakash Friend
    #340529

    Hi…

    to create a new position… say search-breadcrumbs

    you do this..

    first create div and float it right…

    then set the Joomla module incude

    <jdoc:include type="modules" name="search-breadcrumbs" />

    add this inside the div inside the breadcrumbs that u created…and u r done..

    now in module manager u can set the search position to search-breadcrumbs and it would be visible there

    Saguaros Moderator
    #340535

    Dear ssuresh!

    Please try to follow the prbalge’s solution to resolve your issue,

    goodluck

    ssuresh Friend
    #340542

    i can’t understand the Steps Can you please explain in details ????

    prakash Friend
    #340635

    Hi SSuresh
    The steps are explained in detail as you wanted them.
    First Step Create a DIV inside the breadcrumbs… and float it right.
    Second set the module include that I have defined above into the div you floated.

    Now in module manager you simply need to add search module and position as the position we defined above.

    Saguaros Moderator
    #340717

    Dear SSuresh!

    Please complete this task as following:

    1) open the file: templatesja_edeniteindex.php and find code:
    <!– END: MAIN NAVIGATION –>
    and replace:

    <!– END: MAIN NAVIGATION –>
    <div id=”ja-extrapos”>
    <div class=”left”><jdoc:include type=”modules” name=”posleft” /></div>
    <div class=”right”><jdoc:include type=”modules” name=”posright” /></div>
    </div>

    2) add the following code into the template.css file:

    #ja-extrapos .left{
    float:left;
    width:70%;
    padding:5px 0px;
    }
    #ja-extrapos .right{
    float:right;
    width:29,2%;
    padding:5px 0px;
    }

    3) you put the breadcrumb module in the posleft position and put the search module in the “posright” position

    GOod luck

    ventmash Friend
    #409145

    In edenite for joomla 1.7 in what file i can paste this code

    <HTML>
    <HEAD>
    <SCRIPT language=”JScript” src=”decorer.js”></SCRIPT>
    <LINK REL=”Stylesheet” TYPE=”text/css” HREF=”decorer.css”>

    </HEAD>
    ????

    templatesja_edeniteindex.php – not same like in joomla 1.5

    i want add java script for image table string like zebra, in what file i must write this string ???

    khoand Friend
    #409201

    It’s here: /plugins/system/jat3/jat3/base-themes/default/blocks/head.php

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

This topic contains 8 replies, has 5 voices, and was last updated by  khoand 12 years, 8 months ago.

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