• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Shizam's Flash Slideshow

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 #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 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
Page 231  of  233
Old Oct-05-2011, 09:12 PM
#4601
scotthofferphotography is offline scotthofferphotography
Major grins
scotthofferphotography's Avatar
I have read and read and read.. but cannot figure out why my slide show is not centered and why there is a gray background behind it. Can someone help me?
www.ScottHofferPhotography.com
Old Oct-07-2011, 08:15 PM
#4602
BradfordBenn is offline BradfordBenn
Constantly Amazed
BradfordBenn's Avatar
It seems to be working for me when I just looked at it.
__________________
-=Bradford

Pictures | Website | Blog | Twitter | Contact
Old Oct-13-2011, 05:06 AM
#4603
picturethis4life is offline picturethis4life
Big grins
Question on Header
I almost have things on the homepage looking the way I want. But one thing that is driving me mad!!!!!! is the banner that says "Picture this for Life". In explorer it looks fine, but in firefox it is showing up way too far to the left and cust in half. Can someone please tell me how i go about getting it to look the same in both browsers?

Thanks ahead of time (The help i see received here makes this the easiest $150 I have ever spent)

here is my site picturethis4life.com

Last edited by picturethis4life; Oct-13-2011 at 05:33 AM.
Old Oct-13-2011, 06:13 AM
#4604
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by picturethis4life View Post
I almost have things on the homepage looking the way I want. But one thing that is driving me mad!!!!!! is the banner that says "Picture this for Life". In explorer it looks fine, but in firefox it is showing up way too far to the left and cust in half. Can someone please tell me how i go about getting it to look the same in both browsers?

Thanks ahead of time (The help i see received here makes this the easiest $150 I have ever spent)

here is my site picturethis4life.com
In your CSS change this
Code:
#customNavContainer
{padding-top:50px}

#my_banner {
display: none;
width: 400px;
height: 150px;
margin: left;
position:absolute;top:30px;margin-left:-225px;
background: url(http://www.picturethis4life.com/photos/i-qm4353G/0/S/i-qm4353G-S.png) no-repeat;
}
to this
Code:
#customNavContainer {
   float: right;
   margin: 50px 40px 0 0;
}

#my_banner {
   display: none;
   width: 400px;
   height: 50px;
   margin: 0;
   position:absolute; top:30px;
   background: url(http://www.picturethis4life.com/photos/i-qm4353G/0/S/i-qm4353G-S.png) no-repeat;
}
Old Oct-13-2011, 07:01 AM
#4605
picturethis4life is offline picturethis4life
Big grins
Thank you so much, i've have been all over these posts checking things out and I see you in almost every post, if your not getting paid for this, smug mug needs to recognize how many people they keep because of you and pay you handsomely.

Now I don't mean to tell you how amazing you are then ask you another question, but of course I will, lol.

I can totally work with what I have and I'm happy with it, but if i wanted to , is there any way to now do the reverse and make IE look exactly the way it does in Firefox? In firefox the banner is all the way to the left and my navigation all the way to the right.

In IE banner is centered and navigation to the right.

Would prefer if i could get it to look as it does in firefox.
If not, no big deal, you've already helped enough.

Thanks again
Old Oct-13-2011, 08:51 AM
#4606
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by picturethis4life View Post
Thank you so much, i've have been all over these posts checking things out and I see you in almost every post, if your not getting paid for this, smug mug needs to recognize how many people they keep because of you and pay you handsomely.

Now I don't mean to tell you how amazing you are then ask you another question, but of course I will, lol.

I can totally work with what I have and I'm happy with it, but if i wanted to , is there any way to now do the reverse and make IE look exactly the way it does in Firefox? In firefox the banner is all the way to the left and my navigation all the way to the right.

In IE banner is centered and navigation to the right.

Would prefer if i could get it to look as it does in firefox.
If not, no big deal, you've already helped enough.

Thanks again
It looked the same in IE9 and IE8 but not in IE7. Have no idea how to fix IE7, sorry.
Old Dec-10-2011, 07:39 AM
#4607
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Could someone please take a look at the slideshow script on the front page of my website? I have been trying to figure out what is wrong but it seems that all the code is correct. It's just not showing the images. Any suggestions?
__________________
Lacey =)
My Homepage
Old Dec-10-2011, 08:24 AM
#4608
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Nevermind, I figured it out and it's working now :)

I was wondering what forum can help me solve my new problem: I want to be able to edit the HTML on the category and sub-category pages. Is there a way to change the category settings to journal?
__________________
Lacey =)
My Homepage
Old Dec-10-2011, 08:28 AM
#4609
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by Magical Memories View Post
Nevermind, I figured it out and it's working now :)

I was wondering what forum can help me solve my new problem: I want to be able to edit the HTML on the category and sub-category pages. Is there a way to change the category settings to journal?
There are no settings for a category page. The only way to change the HTML on that page is with custom javascript. For the future, a question like this belongs in a new thread in the customizing forum (use the New Thread button).
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Dec-10-2011, 10:25 AM
#4610
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Is there an update for IE 9 for my slideshow? It plays in IE8 and firefox but not IE9
__________________
Lacey =)
My Homepage
Old Dec-10-2011, 10:31 AM
#4611
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by Magical Memories View Post
Is there an update for IE 9 for my slideshow? It plays in IE8 and firefox but not IE9
Update to the latest Flash version in IE9.
Adobe Flash Player Download Center - Windows
Old Dec-10-2011, 10:32 AM
#4612
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by Magical Memories View Post
Is there an update for IE 9 for my slideshow? It plays in IE8 and firefox but not IE9
You probably need to update Adobe Flash for IE9.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Dec-10-2011, 10:45 AM
#4613
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Quote:
Originally Posted by Allen View Post
Update to the latest Flash version in IE9.
Adobe Flash Player Download Center - Windows
Ok i updated and slideshow is still not showing in IE9?
__________________
Lacey =)
My Homepage
Old Dec-10-2011, 10:50 AM
#4614
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by Magical Memories View Post
Ok i updated and slideshow is still not showing in IE9?
Assume you're talking about this page: http://magicalmemories.smugmug.com/, it's working here in IE9 so it's not a generic problem that affects everyone. When you go to this page in IE9 http://www.adobe.com/software/flash/about/, what do you see in this spot on the page:

__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Dec-10-2011, 10:53 AM
#4615
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Quote:
Originally Posted by jfriend View Post
Assume you're talking about this page: http://magicalmemories.smugmug.com/, it's working here in IE9 so it's not a generic problem that affects everyone. When you go to this page in IE9 http://www.adobe.com/software/flash/about/, what do you see in this spot on the page:


Yes that's the page im taking about. It says ....You have version 11,1,102,55 installed
__________________
Lacey =)
My Homepage
Old Dec-10-2011, 11:17 AM
#4616
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
It works in both browsers here with these versions.
IE9 10,1,102,64
FF 11,1,102,55
Old Dec-10-2011, 01:43 PM
#4617
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Quote:
Originally Posted by Allen View Post
It works in both browsers here with these versions.
IE9 10,1,102,64
FF 11,1,102,55

Ok can you tell me how i can get the 10,1,102,64 version cause i can't find it! lol
__________________
Lacey =)
My Homepage
Old Dec-10-2011, 01:47 PM
#4618
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by Magical Memories View Post
Ok can you tell me how i can get the 10,1,102,64 version cause i can't find it! lol
Your version is newer. You don't need to go back to an older version.

The additional steps you can try:
  • Clear the IE browser cache, shut down IE, restart IE and see if that helps.
  • Shut-down all browser pages so no browser is running. Then, restart IE and see if that helps.
  • Reboot/restart windows and see if that helps.

If you still can't get it to work, then you probably need to contact the Smugmug help desk and work with them more directly.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Dec-10-2011, 02:32 PM
#4619
Magical Memories is offline Magical Memories
Big grins
Magical Memories's Avatar
Quote:
Originally Posted by jfriend View Post
Your version is newer. You don't need to go back to an older version.

The additional steps you can try:
  • Clear the IE browser cache, shut down IE, restart IE and see if that helps.
  • Shut-down all browser pages so no browser is running. Then, restart IE and see if that helps.
  • Reboot/restart windows and see if that helps.
If you still can't get it to work, then you probably need to contact the Smugmug help desk and work with them more directly.

ok i tried all of that and still not working so i sent a message to the help desk. Thanks for your help!
__________________
Lacey =)
My Homepage
Old Jan-01-2012, 06:18 PM
#4620
AdamDaniels is offline AdamDaniels
Big grins
Video
Okay, I would like to put a video in my Bio. box. Is there any way that can be done?

Website: AdamDaniels.Smugmug.com

Thanks,

Adam Daniels
Page 231  of  233
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