• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Support Banner & Slideshow Disappeared

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Sep-25-2008, 02:10 PM
#1
lisac19 is offline lisac19 OP
Big grins
Sad Banner & Slideshow Disappeared
I just went to my site and discovered my banner & slideshow are missing. Any ideas?
Old Sep-25-2008, 02:11 PM
#2
lisac19 is offline lisac19 OP
Big grins
Sad Forgot to put website info..OOps
campbellphotos.smugmug.com
Old Sep-25-2008, 02:32 PM
#3
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by lisac19
campbellphotos.smugmug.com
I think you have an unclosed DIV tag in your bio customization or perhaps in your header. Since I can't see the actual code you put in your BIO or header area (only how Smugmug combines it with everything else into your page), it's a little hard for me to tell exactly what the error is, but I think if you look in your bio and/or header area and make absolutely sure that for every <div> tag there is a corresponding </div> tag, I think you will find and fix the problem.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Sep-25-2008, 06:38 PM
#4
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by lisac19
I just went to my site and discovered my banner & slideshow are missing. Any ideas?
This link in your banner CSS does not work, if it has a key you need to
add it. Also make sure external links are on in its gallery.

http://Campbellphotos.smugmug.com/photos/123136251_xxxxx-O.png

You need to add the filter for IE to work with png's.
Generic code example.
Code:
#my_banner {
   width: 750px;
   height: 100px;
   margin: 0 auto;
   background: url(/photos/xxxxxxxx_xxxxx-O.png) no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
   sizingmethod=image, src='/photos/xxxxxxxx_xxxxx-O.png');
}
When I remove your splash photo the show runs. Make sure external links
are on in its gallery.

splash: '/photos/254770353_nnhdL-L.jpg',
Old Sep-30-2008, 06:16 AM
#5
julianne is offline julianne
Big grins
My banner's gone and page changed
Since I shut my computer down last night it seems my banner has disappeared. I just want the site back that I had last night! I was finally making progress towards something I like and now it's changed.

I tried changing themes around as I think it was the last thing I may have done to a few galleries yesterday noticing it blocked my banner out on some pages? Could that be the problem?

thanks in advance.

juliannewarll.smugmug.com
Old Sep-30-2008, 06:20 AM
#6
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by julianne
Since I shut my computer down last night it seems my banner has disappeared. I just want the site back that I had last night! I was finally making progress towards something I like and now it's changed.

I tried changing themes around as I think it was the last thing I may have done to a few galleries yesterday noticing it blocked my banner out on some pages? Could that be the problem?

thanks in advance.

juliannewarll.smugmug.com
Must be using IE, shows in Firefox. Add a space between ) and no-repeat.
....5uEG-O.gif)spaceno-repeat; .....

#my_banner {
width:750px;
height: 150px;
margin: 0 auto;
background: url(]http://juliannewarll.smugmug.com/photos/381332313_P5uEG-O.gif)no-repeat; }
Old Oct-01-2008, 06:54 AM
#7
julianne is offline julianne
Big grins
still no banner
Thank you for the feedback but, it doesn't seem to be solving the problem. My banner actually came back yesterday after writing for help (Murphy's Law) but then again this morning seems to be off somewhere again. All I know is I don't see it on any of my pages....so weird. Any other suggestions?


Quote:
Originally Posted by Allen
Must be using IE, shows in Firefox. Add a space between ) and no-repeat.
....5uEG-O.gif)spaceno-repeat; .....

#my_banner {
width:750px;
height: 150px;
margin: 0 auto;
background: url(]http://juliannewarll.smugmug.com/photos/381332313_P5uEG-O.gif)no-repeat; }
Old Oct-01-2008, 08:13 AM
#8
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by julianne
Thank you for the feedback but, it doesn't seem to be solving the problem. My banner actually came back yesterday after writing for help (Murphy's Law) but then again this morning seems to be off somewhere again. All I know is I don't see it on any of my pages....so weird. Any other suggestions?
http://juliannewarll.smugmug.com/pho...13_P5uEG-O.gif is not accessible. Either you don't have originals enabled for that gallery or you don't have external links enabled for it. It will sometimes work for you because it can sometimes be in your browser cache. It will never work for us.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Oct-01-2008, 01:21 PM
#9
julianne is offline julianne
Big grins
still trying
Hmmmm, I looked in a few places and can't seem to find where in the gallery I can choose external links originals to enable them....I'll keep looking...

Quote:
Originally Posted by jfriend
http://juliannewarll.smugmug.com/pho...13_P5uEG-O.gif is not accessible. Either you don't have originals enabled for that gallery or you don't have external links enabled for it. It will sometimes work for you because it can sometimes be in your browser cache. It will never work for us.
Old Oct-01-2008, 01:47 PM
#10
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by julianne
Hmmmm, I looked in a few places and can't seem to find where in the gallery I can choose external links originals to enable them....I'll keep looking...
Both external links and originals are in this part of the gallery customization screen. Make sure external links are set to Yes and Largest Size is set to Original.

__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Oct-02-2008, 08:15 AM
#11
julianne is offline julianne
Big grins
still no go
I have those set and the banner still seems to appear only when it feels like it. any others ideas?

thanks,

Juli-Anne
Old Oct-02-2008, 10:00 AM
#12
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by julianne
I have those set and the banner still seems to appear only when it feels like it. any others ideas?

thanks,

Juli-Anne
Have you hidden it? Is the gallery password protected? Post a link to the gallery and I'll see if I can see it in the gallery. The things that can block if from appearing are:
  • password protected gallery
  • external links off
  • size limited
  • image hidden in the gallery
It does not appear to be a size blocking issue because I can't see any size.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question

Last edited by jfriend; Oct-02-2008 at 11:11 AM.
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump