PDA

View Full Version : True Color Portraits... Almost live - Help please


truecolorportraits
Jan-18-2008, 07:05 PM
Hello all,

I have been working on my site for the pass two days and have not be able to fix the list of items below. Please let me know if anyone would be will to work with me to make this site go live so that I can begin to sharing my photots.

Any help would be greatly appreciated :lust


Navigation

Would like to center the navigation
Would like the font to be the same as the rest of the page
Need to move pages closer to navigation
The page jumps when the dropdown is selected. Is there a way to stop this?
Search

Can not get the Search to work
would like to be next to the navigation

Home page (http://www.trueportraits.com (http://www.truecolorportraits.com)


Slideshow will not display

About us (gallery/4184571)

Can not remove “Slideshow button”
Can not remove “gallery pages: #” top and bottom of picture
Pro Services (gallery/4187893)

Can not remove “share photo”
Can not remove “this is a brand new gallery with no photos” at the bottom of the page
Help Buying Prints (gallery/4188413)

Can not add header to gallery description
Can not remove “this is a brand new gallery with no photos” at the bottom of the page
Shipping (gallery/4188612)

Can not remove “share photo”
Can not edit gallery description
Can not remove “this is a brand new gallery with no photos” at the bottom of the page
Gallery (gallery/418838)

Can not remove “share photo”
These galleries should be smugmug view. Photos will be uploaded here
Guestbook (gallery/4185048)

Can not remove “Slideshow” and “share photo” buttons
Can not remove “gallery pages: #” top and bottom of picture
I enter comments and the comments do not appear
Contact Us (gallery/4189048)

Can not remove “share photo” buttons
Can not edit gallery description

Andy
Jan-19-2008, 04:41 AM
:wave we got your email at the help desk, too.

Those who want to help you, will need a link to your site, okay?

Here's the link: http://www.truecolorportraits.com

Andy
Jan-19-2008, 04:45 AM
Navigation

* Would like to center the navigation
* Would like the font to be the same as the rest of the page
* Need to move pages closer to navigation
* The page jumps when the dropdown is selected. Is there a way to stop this?


I can't help here, but Allen can.

Andy
Jan-19-2008, 04:46 AM
Search

* Can not get the Search to work
* would like to be next to the navigation

Put SMUGSEARCH in your navbar code, and i'll be right there in the same div. How would that be?

Andy
Jan-19-2008, 04:47 AM
to remove slideshow button:

.play_slideshow {display: none;}

to remove the share button go to gallery tools and customize gallery, and turn sharing off.

Andy
Jan-19-2008, 04:48 AM
Can not remove “this is a brand new gallery with no photos” at the bottom of the page

add this to your CSS:

.nophotos {display: none;}
.loggedIn .nophotos {display: block;}

truecolorportraits
Jan-19-2008, 04:59 AM
Put SMUGSEARCH in your navbar code, and i'll be right there in the same div. How would that be?

Hi Andy,

Where do I find this code?

truecolorportraits
Jan-19-2008, 05:08 AM
add this to your CSS:

.nophotos {display: none;}
.loggedIn .nophotos {display: block;}

Hi Andy,

I put this in and it only came off the about us page

Andy
Jan-19-2008, 05:10 AM
Hi Andy,

Where do I find this code?
SMUGSEARCH is the code.

http://www.smugmug.com/help/customize-faq.mg

Andy
Jan-19-2008, 05:11 AM
Hi Andy,

I put this in and it only came off the about us page
Looks okay to me, check your services page and be sure to be LOGGED OUT :D

truecolorportraits
Jan-19-2008, 05:17 AM
Hi Andy,

Where do I find this code?

I think I found the code:

<html>
<!-- Site Keyword Search -->
<form name="suggest" action="/keyword/jump.mg">
<div id="keywordSearch">search
<input autocomplete="off" maxLength=256 size=25 name="Keyword" value="" onfocus="InstallAC(document.suggest,document.suggest.Keywor d,document.suggest.submitButton,'suggestRPC.mg','e n')" />
<input type=submit value="keyword search" name="submitButton" class="buttons" />
******** src="/include/js/keywordsuggest.js"></********></div>
</form>
<!-- End Site Keyword Search -->
</html>

And I placed in with the code for my nav bar

Is this correct?

truecolorportraits
Jan-19-2008, 05:18 AM
Looks okay to me, check your services page and be sure to be LOGGED OUT :D

This text appears on other pages as well. I will log and try again

Andy
Jan-19-2008, 05:21 AM
I think I found the code:

<html>
<!-- Site Keyword Search -->
<form name="suggest" action="/keyword/jump.mg">
<div id="keywordSearch">search
<input autocomplete="off" maxLength=256 size=25 name="Keyword" value="" onfocus="InstallAC(document.suggest,document.suggest.Keywor d,document.suggest.submitButton,'suggestRPC.mg','e n')" />
<input type=submit value="keyword search" name="submitButton" class="buttons" />
******** src="/include/js/keywordsuggest.js"></********></div>
</form>
<!-- End Site Keyword Search -->
</html>

And I placed in with the code for my nav bar

Is this correct?
No, just add

SMUGSEARCH as a li in your navbar :)

truecolorportraits
Jan-19-2008, 05:30 AM
SMUGSEARCH is the code.

http://www.smugmug.com/help/customize-faq.mg

Yeah!:clap The search is done.

truecolorportraits
Jan-19-2008, 05:42 AM
to remove slideshow button:

.play_slideshow {display: none;}

to remove the share button go to gallery tools and customize gallery, and turn sharing off.

Hi Andy

Sharing is off on the About us page and the slideshow button still appears.

Thanks

Andy
Jan-19-2008, 06:00 AM
Hi Andy

Sharing is off on the About us page and the slideshow button still appears.

ThanksSharing will only suppress the share button.

.play_slideshow {display: none;} will hide the slideshow button.

Allen
Jan-19-2008, 06:24 AM
...
Found a few things in your CSS that don't belong there.
Start by removing all this from your CSS.
Edit: this is probably why your CSS is not working.

<div id="navcontainer>

<!-- Site Keyword Search -->

<form name="suggest" action="/keyword/jump.mg">

<div id="keywordSearch">search

<input autocomplete="off" maxLength=256 size=25 name="Keyword" value="" onfocus="InstallAC(document.suggest,document.suggest.Keywor d,document.suggest.submitButton,'suggestRPC.mg','e n')" />

<input type=submit value="keyword search" name="submitButton" class="buttons" />

<script src="/include/js/keywordsuggest.js"></script>></div>

</form>

<!-- End Site Keyword Search -->

You are using the Carbonite theme and your nav does not work with it. I'd suggest switching to
another theme to get you site working.

Allen
Jan-19-2008, 06:33 AM
Originally Posted by truecolorportraits
Change these. Moves the font CSS and centers nav using width and margin:0 auto;
The red is pushing your page down, change it to zero or delete it.

/*Common Styling*/
.menu {width:748px; position:relative; z-index:99; padding-bottom:30px; _padding-bottom:18px; margin:0 auto;}

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none;
color:#e3cfb5; width:104px; height:20px; color:#e3cfb5;
border:1px solid #D5B790; border-width:1px 1px 1px 1px;
background:transparent; padding-left:0px; line-height:20px;
font-family:"Gentium","Times New Roman", times, serif; font-size:12px;}


* /The page jumps when the dropdown is selected. Is there a way to
stop this?/This is caused by the Carbonite theme, try switching themes. The nav you're using doesn't work with this theme.


You have two of these in your javascript, remove the last one.

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

There is also other js errors. Re-paste the slideshow javascript code in again.


This will remove the page nav for your journal style pages. Add in your gallery number.

.gallery_xxxxxxxx #albumNav_top {display: none;}
.gallery_xxxxxxxx #albumNav_bottom {display: none;}

The share button in included in the breadcrumb div. Although you should
be able to turn off the share button under "customize gallery".

.gallery_xxxxxxxx #breadcrumb {display: none;}
.loggedIn .gallery_xxxxxxxx #breadcrumb {display: block;}


Go to this page and you should be able to edit the description. Click in the edit box
and "select all", copy and paste into notepad first. You have something unclosed
in there.
http://www.truecolorportraits.com/Contact%20TCP

Actually, this shows on that page.
Your Name Your Email Address Subject Message Image Verification Please enter the text from the image [ Refresh Image ] [ What's This? ] startu ...
so I would guess you don't have it between html tags.
<html>
stuff between here
</html>

Allen
Jan-19-2008, 07:18 AM
...
btw, here's the cleaned up version of your nav html.


<!-- Drop Nav Bar -->

<div class="menu">
<ul>
<li><a href="http://www.truecolorportraits.com">Home</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4184571/">About Us</a></li>

<li><a class="drop" href="http://www.truecolorportraits.com/gallery/4187893">Services
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://www.truecolorportraits.com/gallery/4187893" title="Pro Services&lt;/">Pro Services</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188413" title="Help Buying Prints?&lt;/">Help Buying Prints?</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188541" title="Print Sizes &amp; Gifts">Print Sizes &amp; Gifts</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188612" title="Shipping Charges">Shipping Charges</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188648" title="Our Guarantee">Our Guarantee</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="http://www.truecolorportraits.com/gallery/4188838">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://www.truecolorportraits.com/gallery/4188868" title="Client Galleries">Client Galleries</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188898" title="Special Events">Special Events</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188915" title="Sport Events">Sport Events</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188926" title="Weddings">Weddings</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188938" title="Friends &amp; Family">Friends &amp; Family</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a href="http://www.truecolorportraits.com/gallery/4185048">Guestbook</a></li>

<li><a href="http://www.truecolorportraits.com/gallery/4189048">Contact Us</a></li>

<li><div id="mysearch"><form name="searchBox" id="searchBox" method="get" action="/search/index.mg" onsubmit="checkInput('search','searchWordsShort',' ')"><input onclick="checkInput('search','searchWordsShort','')" onblur="checkInput('','searchWordsShort','search')" id="searchWordsShort" name="searchWordsShort" value="search" type="text"><input name="searchType" value="InAlbum" type="hidden"><input name="AlbumID" value="4185048" type="hidden"><input src="http://www.truecolorportraits.com/img/spacer.gif" alt="Submit Search" title="Submit Search" class="searchglass" onclick="if(document.searchBox.searchWordsShort.value == 'search') { document.searchBox.searchWordsShort.value = ' '; }" type="image"></form></div></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>
<!-- End Drop Nav Bar-->

truecolorportraits
Jan-19-2008, 07:51 AM
btw, here's the cleaned up version of your nav html.


<!-- Drop Nav Bar -->

<div class="menu">
<ul>
<li><a href="http://www.truecolorportraits.com">Home</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4184571/">About Us</a></li>

<li><a class="drop" href="http://www.truecolorportraits.com/gallery/4187893">Services
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://www.truecolorportraits.com/gallery/4187893" title="Pro Services&lt;/">Pro Services</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188413" title="Help Buying Prints?&lt;/">Help Buying Prints?</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188541" title="Print Sizes &amp; Gifts">Print Sizes &amp; Gifts</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188612" title="Shipping Charges">Shipping Charges</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188648" title="Our Guarantee">Our Guarantee</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a class="drop" href="http://www.truecolorportraits.com/gallery/4188838">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://www.truecolorportraits.com/gallery/4188868" title="Client Galleries">Client Galleries</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188898" title="Special Events">Special Events</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188915" title="Sport Events">Sport Events</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188926" title="Weddings">Weddings</a></li>
<li><a href="http://www.truecolorportraits.com/gallery/4188938" title="Friends &amp; Family">Friends &amp; Family</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li><a href="http://www.truecolorportraits.com/gallery/4185048">Guestbook</a></li>

<li><a href="http://www.truecolorportraits.com/gallery/4189048">Contact Us</a></li>

<li><div id="mysearch"><form name="searchBox" id="searchBox" method="get" action="/search/index.mg" onsubmit="checkInput('search','searchWordsShort',' ')"><input onclick="checkInput('search','searchWordsShort','')" onblur="checkInput('','searchWordsShort','search')" id="searchWordsShort" name="searchWordsShort" value="search" type="text"><input name="searchType" value="InAlbum" type="hidden"><input name="AlbumID" value="4185048" type="hidden"><input src="http://www.truecolorportraits.com/img/spacer.gif" alt="Submit Search" title="Submit Search" class="searchglass" onclick="if(document.searchBox.searchWordsShort.value == 'search') { document.searchBox.searchWordsShort.value = ' '; }" type="image"></form></div></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>
<!-- End Drop Nav Bar-->


Hi Al,

Frist, thank you so much for all your assistance.

I followed your instructions and the navigation came off all by pages. How do I get it back? And the slideshow still didn't appear

truecolorportraits
Jan-19-2008, 02:51 PM
Hi Al,

Frist, thank you so much for all your assistance.

I followed your instructions and the navigation came off all by pages. How do I get it back? And the slideshow still didn't appear

I am still at a lost any suggestions?

truecolorportraits
Jan-19-2008, 03:22 PM
Hi Al,

Frist, thank you so much for all your assistance.

I followed your instructions and the navigation came off all by pages. How do I get it back? And the slideshow still didn't appear

Hello could someone tell me what themes work with dropdowns. I am trying to make my nav work to no avail: URL: http://www.truecolorportraits.com/gallery/4184571/1/244703085. What is the lanauage the is used to develop the themes?

Any help would be most appreciated.

Allen
Jan-19-2008, 04:54 PM
Hello could someone tell me what themes work with dropdowns. I am trying to make my nav work to no avail: URL: http://www.truecolorportraits.com/gallery/4184571/1/244703085. What is the lanauage the is used to develop the themes?

Any help would be most appreciated.
Every one but Carbonite should work.

truecolorportraits
Jan-19-2008, 06:16 PM
Every one but Carbonite should work.
I tried them and they didn't

truecolorportraits
Jan-19-2008, 06:17 PM
I tried them and they didn't

Now all my pages have disappeared!!!!

I need help I need to have this completed tonight for an event tomorrow.

Please help

Allen
Jan-19-2008, 06:56 PM
Now all my pages have disappeared!!!!

I need help I need to have this completed tonight for an event tomorrow.

Please help
You have two menu div's, remove one of them, and only one closing div so your whole page thinks in it.
<div class="menu">


You're also missing two closing }'s in your js.

function ModifyText (){
if (YD.hasClass(document.body, "gallery_4185048"))
{
var objElement = YD.get("comment")
if (objElement != null)
{
var str = new String(objElement.innerHTML);
str = str.replace(/\gallery/gi, 'guestbook');
objElement.innerHTML = str;
}

truecolorportraits
Jan-19-2008, 08:41 PM
You have two menu div's, remove one of them, and only one closing div so your whole page thinks in it.
<div class="menu">


You're also missing two closing }'s in your js.

function ModifyText (){
if (YD.hasClass(document.body, "gallery_4185048"))
{
var objElement = YD.get("comment")
if (objElement != null)
{
var str = new String(objElement.innerHTML);
str = str.replace(/\gallery/gi, 'guestbook');
objElement.innerHTML = str;
}

Thank you SOOOOOO much Al I truly, truly appreciate your time and your talent. I owe you one:lust