Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Doodlebuckets
Clyde, I have the colors like I want them, but have an issue with the header in Firefox vs. IE. Please look at
www.massagefuquay.com in Firefox. That is what I need it to look like, with a little space between the logo and the Home tab and with the name and address to the right of the logo. Then please tell me what to do in my stylesheet to get it to look like that in IE. The text with the name and addy are in the navbar below. Please help! Thanks :)
Amy,
Try using the following declarations in the stylesheet.css
I think it will take care of the problem.
#logoWrapper{
margin: 0 0 0 28px;
position:relative;
/*background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;*/
height:100px;
width:100%;
}
#taglineWrapper {
position:absolute;
/*clear: right;
margin: 0 0 0 200px;*/
top:33px;
right:10px;
text-align: center;
height: 90px;
width: 300px;
}
#navMainSearch {
top:3px;
right:10px;
/*margin: 5px 90px 0 0;*/
position:absolute;
}
Re: Ocean Front Template Support Thread
Clyde, it's better. Which numbers do I play with to scoot it over some to the left? Thanks so much!
Amy
Quote:
Originally Posted by
clydejones
Amy,
Try using the following declarations in the stylesheet.css
I think it will take care of the problem.
#logoWrapper{
margin: 0 0 0 28px;
position:relative;
/*background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;*/
height:100px;
width:100%;
}
#taglineWrapper {
position:absolute;
/*clear: right;
margin: 0 0 0 200px;*/
top:33px;
right:10px;
text-align: center;
height: 90px;
width: 300px;
}
#navMainSearch {
top:3px;
right:10px;
/*margin: 5px 90px 0 0;*/
position:absolute;
}
Re: Ocean Front Template Support Thread
Clyde, I figured it out...it looks great now! Amy
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Doodlebuckets
Clyde, I figured it out...it looks great now! Amy
I noticed, Glad you got it sorted.
Re: Ocean Front Template Support Thread
I am SO new to all this but I have downloaded and am using the Ocean Front template and I have 2 questions.
1) I have managed to change the sidebox names to what I want for page 2, 3 and 4 BUT when I click on the links the title on the page still says Page 2, Page 3 and Page 4. I found a previous post and followed the directions:
open includes/languages/english
copy page_2.php and paste the file to
includes/languages/english/ocean_front/
edit the file and upload to your server.
I have done this and still the titles do not change. Any suggestions?
2) Can the top menu tabs Home ,Log In/Register ,and etc. be removed?
Thanks
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
sopnmom
I am SO new to all this but I have downloaded and am using the Ocean Front template and I have 2 questions.
1) I have managed to change the sidebox names to what I want for page 2, 3 and 4 BUT when I click on the links the title on the page still says Page 2, Page 3 and Page 4. I found a previous post and followed the directions:
open includes/languages/english
copy page_2.php and paste the file to
includes/languages/english/ocean_front/
edit the file and upload to your server.
I have done this and still the titles do not change. Any suggestions?
2) Can the top menu tabs Home ,Log In/Register ,and etc. be removed?
Thanks
1) open includes/filenames.php
find the following definitions and change the highlighted portion(s) to match the names you have chosen.
define('FILENAME_PAGE_2', 'page_2');
define('FILENAME_PAGE_3', 'page_3');
define('FILENAME_PAGE_4', 'page_4');
save the file and upload to your server
2) open includes/templates/ocean_front/css/stylesheet.css
find the following declaration and add the highlighted portion.
#navMain {
display:none;
margin:0;
/*padding: 5px 0 2px 0;*/
/*float:left;*/
font-size:1.1em;
line-height:normal;
}
save the file and upload to your server
Re: Ocean Front Template Support Thread
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
sopnmom
Thank You.:clap:
Not at all, glad to help.
Could you provide a URL for your site so I could take a look.
Re: Ocean Front Template Support Thread
http://www.massagefuquay.com/online/
Clyde, I have tinkered and tinkered. Can you tell me how to fix the categories in the header so that the background fits? Thanks!
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Doodlebuckets
Amy,
The only way would be to redo the image nav_tab.jpg and make the height 32px
I can do one for you if you'd like.