View Full Version : Home Page Appears On Bio Page
Tom Potter
Nov-22-2008, 06:15 PM
Hey Folks,
Allen, you were trying to help me out a few days ago with this problem, and I had to step away from it and now I'm back at it.
When I click on my 'About Me" (Bio) nav-button, and that page comes up, it shows my bio, but it also shows all the text that is on my Home Page.
Can you please tell me what I can do to just have the Bio text pop up when I click on my "ABout Me" nave button?
Thank you very much for your time & assistance.
Tom
Aurora, CO
Allen
Nov-22-2008, 08:02 PM
Hey Folks,
Allen, you were trying to help me out a few days ago with this problem, and I had to step away from it and now I'm back at it.
When I click on my 'About Me" (Bio) nav-button, and that page comes up, it shows my bio, but it also shows all the text that is on my Home Page.
Can you please tell me what I can do to just have the Bio text pop up when I click on my "ABout Me" nave button?
Thank you very much for your time & assistance.
Tom
Aurora, CO
Is all that text showing on your about page suppose to be only on your homepage?
If so, move the homepageText up to here and add the closing div.
<div id="homepageText">
<center><span style="color: rgb(0, 0, 128); font-family: Comic Sans MS,arial; font-size: 175%;">
<p>I am a landscape / nature photographer.....
....
....
*Please check back monthly for additional galleries and photos </span>
</center>
</div>
Add the first line below to your CSS.
#homepageText {display: none;}
.homepage #homepageText {display: block;}
Tom Potter
Nov-29-2008, 02:56 PM
Is all that text showing on your about page suppose to be only on your homepage?
If so, move the homepageText up to here and add the closing div.
<div id="homepageText">
<center><span style="color: rgb(0, 0, 128); font-family: Comic Sans MS,arial; font-size: 175%;">
<p>I am a landscape / nature photographer.....
....
....
*Please check back monthly for additional galleries and photos </span>
</center>
</div>
Add the first line below to your CSS.
#homepageText {display: none;}
.homepage #homepageText {display: block;}
OK - That DID remove the Home Page text from my "About Me" page. However, now, there is nothing on my "About Me" page.
Thx,
Tom
Allen
Nov-29-2008, 04:19 PM
OK - That DID remove the Home Page text from my "About Me" page. However, now, there is nothing on my "About Me" page.
Thx,
Tom
Remove this extra homepageText div line.
<div id="homepageText">
<center>
<span style="color: rgb(0, 0, 128); font-family: Comic Sans MS,verdana; font-size: 90%;">
May God bless America.
<p>....and may HE bless & protect our troops around the world. </p>
</span>
</center>
Tom Potter
Nov-29-2008, 06:56 PM
Remove this extra homepageText div line.
<div id="homepageText">
<center>
<span style="color: rgb(0, 0, 128); font-family: Comic Sans MS,verdana; font-size: 90%;">
May God bless America.
<p>....and may HE bless & protect our troops around the world. </p>
</span>
</center>
That worked, Allen. Thanks again!
One other thing - When on my Home Page, I click on my Gallery button. I have to scroll down to the Nav buttons to do this. So, I click on the Gallery button, and, when the page changes over to the Gallery section, the page also automatically scrolls back to the top. This necessitates a user having to scroll back down to select their gallery. Any suggestions on how I can get it to stay in the vicinity of the gallery selecrtion area?
Thx,
Tom
Allen
Nov-30-2008, 07:05 AM
That worked, Allen. Thanks again!
One other thing - When on my Home Page, I click on my Gallery button. I have to scroll down to the Nav buttons to do this. So, I click on the Gallery button, and, when the page changes over to the Gallery section, the page also automatically scrolls back to the top. This necessitates a user having to scroll back down to select their gallery. Any suggestions on how I can get it to stay in the vicinity of the gallery selecrtion area?
Thx,
Tom
I'd just remove the text from the galleries page. Order in important.
#homepageText {display: none;}
.homepage #homepageText {display: block;}
.galleries #homepageText {display: none;}
Tom Potter
Nov-30-2008, 12:16 PM
I'd just remove the text from the galleries page. Order in important.
#homepageText {display: none;}
.homepage #homepageText {display: block;}
.galleries #homepageText {display: none;}
Allen - You are incredible! Worked like a charm. Thanks again for all
your help!:clap
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.