-
AuthorPosts
-
November 2, 2013 at 7:28 pm #191928
how do I change T3 header be similar as JA Purity header
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 3, 2013 at 6:08 pm #511067Might be helpful if you could post some screenshot mockups of what it is you are wanting to accomplish – compared to what you have now.
November 3, 2013 at 6:45 pm #511068this is the old J1.5 http://haverim-net.co.il/
and this is the new J3 T3 framework http://haverim-net.haverim-net.co.il/TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 4, 2013 at 4:37 pm #511163Not noticing much of a difference, to be honest
What do you see as different between the two that you want to modify?
November 4, 2013 at 9:54 pm #511172thanks
you right I have a mistake
this is the orignal JA Purity II J1.5 http://haverim-net.co.il/
and this is the new site Joomla 3 with T3 frame work http://haverim-net.haverim-net.co.il/ that I am trying arrange the header to be same as original
Ariephong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 5, 2013 at 10:02 am #511237Hi Arie,
I see that the header of T3 new site looks quite close to that of JA Purity ii template now. The search box module on the left side of header seems missing.
You can create a module position at header block and display Search box (Custom HTML module) at new position. This tip can be of help to you: http://www.joomlart.com/forums/topic/how-to-create-new-module-position-updated/
November 10, 2013 at 6:06 am #511727how do I stretch t3-header both sides as nav-bar and footer
http://haverim-net.haverim-net.co.il/Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
November 10, 2013 at 8:50 pm #511762You will need to add a wrapper div to that part of the template. I wrote a quick guide about this – see the last two posts in this thread: http://www.joomlart.com/forums/topic/how-to-add-wrapper-like-in-t3v2/
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administrator1 user says Thank You to Scott Lavelle for this useful post
November 16, 2013 at 10:18 pm #512467thank you slavelle, I fixed header width as you suggested and it is working
no I want to know, please, how to insert the background image at the header as it is in the JA purity
Ariephong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 18, 2013 at 2:09 am #512518Hi Arie,
You can insert the background image into the header by openning /templates/ja_purity_ii/css/template.css file and replace:
/* HEADER
--------------------------------------------------------- */
#ja-header { background: #333 position: relative; z-index: 10; }#ja-header .main {
background: url(../images/header3.jpg) no-repeat right top #333
height: 79px;
padding: 0;
}#ja-header .main .main-inner1{
background: url(../images/header-mask.png) no-repeat right top;
margin-left: 0px;
margin-right: 0px;
height: 100%;
}with
/* HEADER
--------------------------------------------------------- */
#ja-header {
background: url(' background_image_path ') no-repeat;
position: relative;
z-index: 10; }#ja-header .main {
background: none;
height: 79px;
padding: 0;
}#ja-header .main .main-inner1{
background: none;
margin-left: 0px;
margin-right: 0px;
height: 100%;
}Upload and change the background image path and clear JAT3 cache. . Remember to backup the file before editing.
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum