Comments |
Re: I'd Appreciate Your Help With A Few Things...
|
This should get you started on a background image?
http://www.w3schools.com/cssref/pr_background-image.asp
But as a newbie to phpBB3 - It may be better for you to ask your questions at phpbb.com.
|
mort [ Fri 21 Feb, 2014 02:26 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
I have been for over a month with no luck, that's why I came here since it's where the theme was made. I worked with vBulletin before, I know how to edit files etc if I have the instructions to follow.
Thank you for the link!
I would probably be able to figure out how to change the background to a graphic if I knew which file to edit and which line to change. Your link doesn't really tell me those things
|
Massiel [ Fri 21 Feb, 2014 02:46 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
I would probably be able to figure out how to change the background to a graphic if I knew which file to edit and which line to change. Your link doesn't really tell me those things
Yes it does - It's in the *.css file under the body tag?
So all you need to do is add an image URL to the body tag as depicted in the wc3 example.
There should be plenty of examples in the .css as to how current image paths are added to the current theme.
As for removing the search block in the header (Although I thought that it could be turned off in the ACP?)
Find this code in overall_header.html and remove it.
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form action="{U_SEARCH}" method="get" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
|
mort [ Fri 21 Feb, 2014 05:37 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
I'll leave it up messed up so you can see what I am getting, here's the link:
www.healthyconsciouslifestyle.com/forums
here is the code:
html, body {
color: #536482;
background-color: #000000;
background-image:url("{T_THEME_PATH}/images/hclbg.jpg");
background-repeat:repeat-y;
so why is it only changing the left side?
Another problem I am finding is that after I edit the colors.css file, the New Post, New Reply buttons disappear and I only have a text line option, I am not sure why that's happening
|
Massiel [ Fri 21 Feb, 2014 06:58 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
This line tells the image to ONLY repeat in the vertical position.
background-repeat:repeat-y;
Just remove the whole line.
And I'm not about to drip-feed solutions to your problems. You're a Web-master and you are expected to at least learn the basics of html and css yourself. And a good place to start is wc3 schools.
Other than that you would probably need to pay someone to either teach you or do it for you.
|
mort [ Fri 21 Feb, 2014 09:52 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
and that's the reason it's impossible to ask anywhere for help, cause everyone has a horrible attitude towards helping fellow human beings. Thanks for your time.
|
Massiel [ Fri 21 Feb, 2014 19:48 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
I don't think that anyone has a horrible attitude and are usually quite prepared to help others who first try to help themselves by at least making the effort to learn something in their own time before asking questions about something that they know completely nothing about.
Most, if not all helpers object to spending hours doing someone else's homework for them, and I adopt that same attitude.
Someone else may want to help - That's up to them.
|
mort [ Mon 24 Feb, 2014 02:08 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
I guess there are some things left to answer...
For "the green from my graphic"
Take a look at this
.tbl-h-l
{
background-color: transparent;
background-image: url("styles/frozen_phoenix/theme/images/blocks/tbl_h_l.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left bottom;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
padding-left: 27px;
}
You have to change this button tbl_h_l.gif and also tbl_h_r.gif.
You can do it by your own or you can create the colors you want with this tool.
http://www.icyphoenix.com/styles/co...=frozen_phoenix
Play with it and download it after that. Use the graphics you would like to use.
|
TheSteffen [ Tue 25 Feb, 2014 19:50 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
Thank you Steffen, I appreciate your time and politeness.
As for you mort, enough of your words already, I am not interested in what you have to say or lecture.
|
Massiel [ Wed 26 Feb, 2014 00:19 ]
|
|
Re: I'd Appreciate Your Help With A Few Things...
|
Hi Massiel, did you manage to solve all of your issues?
|
Mighty Gorgon [ Sat 01 Mar, 2014 09:46 ]
|
|
|