-
AuthorPosts
-
April 15, 2010 at 11:47 am #150386
Hi! :-[:-[:confused::confused:
I Need to Creat a New Position in Breadcrumbs area..
For Example : Plz refer the Attachement :confused::confused::confused:
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
April 16, 2010 at 3:10 am #340529Hi…
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 16, 2010 at 3:36 am #340535Dear ssuresh!
Please try to follow the prbalge’s solution to resolve your issue,
goodluck
April 16, 2010 at 5:03 am #340542i can’t understand the Steps Can you please explain in details ????
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
April 17, 2010 at 10:43 am #340635Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 19, 2010 at 2:32 am #340717Dear 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
1 user says Thank You to Saguaros for this useful post
August 28, 2011 at 2:16 pm #409145In 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 5 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
i need help to creat new position ???
Viewing 8 posts - 1 through 8 (of 8 total)