PDA

View Full Version : Been gone a bit and now need help...


Herdygurdy
Mar-05-2009, 07:52 PM
I have been down for a bit and have not been accessing my site for a while. I am back in the saddle again and came back to the site to make sure things were still in order, much to my surprise I have some issues. Try as I might I cannot, cannot, cannot fix them. I need help:

First Issue:
No matter what I do I cannot get the gigantic footer to switch to the small footer sans, feeds, pipes, login, etc....I have followed the FAQ's and the code is in the CSS box, Bottom javascript box, etc.

Second issue:
My right click text is the standard not my own, although I have the correct code in the bottom JS box.

Third issue:
On my homepage the drop shadow box goes all the way around the perimeter (including the top). If you go to any of my galleries my Navbar is jammed right up against the top of the screen and the border does not go all the way around.

These things are very disturbing, as I have not accessed my site for quite some time and have not made any changes. Makes me wonder, especially since I cannot get the changes corrected.

PLEASE HELP!!!
Here is my site link:
http://splitlightphotography.smugmug.com/

Thanks to anyone and everyone in advance.
Jeffrey

J Allen
Mar-05-2009, 08:32 PM
First Issue:
No matter what I do I cannot get the gigantic footer to switch to the small footer sans, feeds, pipes, login, etc....I have followed the FAQ's and the code is in the CSS box, Bottom javascript box, etc.
To get it, find the radio button on the site-wide customization page and toggle "Display Full SmugMug Footer" to "No" and add this to your 'Custom Footer box:

<div></div>
Second issue:
My right click text is the standard not my own, although I have the correct code in the bottom JS box.
change the teal text to fit your needs:


rightClickWarning = "All photos are property of Moon River Photography. All rights reserved. Unauthorized use is prohibited.";

Herdygurdy
Mar-05-2009, 08:42 PM
To get it, find the radio button on the site-wide customization page and toggle "Display Full SmugMug Footer" to "No" and add this to your 'Custom Footer box:

<div></div>

Works beautiful!

change the teal text to fit your needs:


rightClickWarning = "All photos are property of Moon River Photography. All rights reserved. Unauthorized use is prohibited.";

Put it in and still getting the generic version of the text.

J Allen
Mar-05-2009, 08:55 PM
Put this in your Top Java-script box:


rightClickWarning = "Dont touch my pictures!!";

Herdygurdy
Mar-06-2009, 05:56 AM
Put this in your Top Java-script box:


rightClickWarning = "Dont touch my pictures!!";

Thanks Family Guy, it still does not change from the default. Also, do you have any thoughts on the border I was asking about for the gallery pages?