-
AuthorPosts
-
kade119 Friend
kade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2008 at 4:19 am #124938how do i do a insert an image for the search button? and position it…
i put position on right in the module manager – search but it inserted it at the bottom
look at http//:http://www.kreativ.cn also on the spotlight module add-on the text color is not editable i applied color and it does apply on the site?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
January 11, 2008 at 6:11 am #236211If you find line 1335 in the template_css.css file:
div.moduletable h3 span, div.moduletable-hilite h3 span {
background:transparent url(../images/h3-bg.gif) no-repeat right center;
padding-right:20px;
}
}
And add the text color you want there it should change.kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2008 at 3:56 pm #236237thanks bro, i appreciate it.. this actually the first response i have gotten on this forum under ja drimia .. guess you guys are really busy
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2008 at 4:05 pm #236238uhh.. i don’t think thats the search image… it’s showing just another arrow graphic for me
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
January 11, 2008 at 5:41 pm #236243Its should be for the spotlight module add-on the text color…
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2008 at 9:36 pm #236251thanks, menalto
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 11, 2008 at 9:37 pm #236252the spotlight is swli , positions user 1 and user 2 i know those and the divs around them.. not the same class or id as the search button
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
January 11, 2008 at 11:09 pm #236259<em>@kade119 36678 wrote:</em><blockquote>how do i do a insert an image for the search button? and position it…
i put position on right in the module manager – search but it inserted it at the bottom
look at http//:http://www.kreativ.cn also on the spotlight module add-on the text color is not editable i applied color and it does apply on the site?</blockquote>
I had problems to see the text in the spotlight modules so i guessed thats what you wondered about too, and i have NOT answered you on the search box at all so i must say to you, give a better description on each problem you have or make a new tread about it.
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 12, 2008 at 12:03 am #236263this is a new thread specified “search button image” .. sorry for asking 2 questions in one thread.. ill clarify better
i do appreciate your support though
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 12, 2008 at 5:42 am #236274well while we are on this SWLI top then, is there a way to round the corners of the graphic that rolls over
January 13, 2008 at 5:17 pm #236335<em>@kade119 36678 wrote:</em><blockquote>how do i do a insert an image for the search button? and position it…
i put position on right in the module manager – search but it inserted it at the bottom
look at http//:http://www.kreativ.cn also on the spotlight module add-on the text color is not editable i applied color and it does apply on the site?</blockquote>
In answer to the original question about the search box/icon I think you will find that you should be looking at module position ‘4’, not position ‘right’.I assume you are wanting to use a third-party search module. Unfortunately the original search box and image? appear to be part of the template’s CSS, so unpublishing the standard search and using a third party one will overlay the new search box in the correct area but will not hide the original box completely.
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 15, 2008 at 2:32 am #236425i tried every way, now im having to mess w/ the css file trying to get the button to go on the sides of the input box, did you test it? it would of probably worked if built w/ more of a fluid layout then fixed…. but there are alot of bugs w/ this template, i think it should of been a bit more closely looked at before put on the site
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
January 15, 2008 at 3:23 am #236433Please try to edit the CSS like this:
#ja-search {
background: url(../images/seach-bg.gif) no-repeat;
display: block;
height: 22px;
position: absolute;
right: 0;
top: 20px;
width: 240px;
}#ja-search .inputbox {
border: none;
color: #666666;
font-size: 11px;
margin: 3px 30px 0 5px;
padding: 0;
width: 135px;
}Also, please put the Search module into the “User 4” position. Hope it helps!
kade119 Friendkade119
- Join date:
- December 2007
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 15, 2008 at 3:41 am #236436Hieu, thanks so much man, I guess it needed a bigger wrapper to allow the button to find inside… i should of seen that, did you build this template? i love the template just keep running into problems, i have more questions if you feel like assisting…
you can see my site at http://www.kreativ.cn check the swli in IE, the rollover/hover effect is not present…
Also, do you know how to customize the search button? i know that it has a default button “searchButton.gif that i found in the search module folder, in file helper.php and ive added that graphic to the correct directory and it displays but for some reason expands the default box behind it and gives it this unwanted border… do you know a solution to this:?
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
January 15, 2008 at 4:16 am #236437Open file “modules/mod_ja_slwi/mod_ja_slwi.php“, find line 27th and delete the code below:
<script type="text/javascript" src="'.JURI::base().'/modules/mod_ja_slwi/ja_slwi/mootools.v1.1.js"></script>
My team has 4 guys and 1 gal. Our templates should be the works of all members in the team, not just me 😎 .
-
AuthorPosts
This topic contains 16 replies, has 4 voices, and was last updated by kade119 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum