• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization help me delete things

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
Old Jul-28-2012, 12:36 PM
#1
kenski is offline kenski OP
Big grins
help me delete things
Did some searching but couldn't find exactly what I am looking for.

I want to incorporate my smugmug galleries into an iframe but I want nothing but the pictures. Remove footer, header, all buttons, everytning. Anyone know of an easy way to do that? Of course when I log in I want to beable to see all of the removed items so I can navigate and update.
Old Jul-28-2012, 12:38 PM
#2
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by kenski View Post
Did some searching but couldn't find exactly what I am looking for.

I want to incorporate my smugmug galleries into an iframe but I want nothing but the pictures. Remove footer, header, all buttons, everytning. Anyone know of an easy way to do that? Of course when I log in I want to beable to see all of the removed items so I can navigate and update.

Got a link to the page that your embedding into the iframe
__________________
-Joe Allen
My Smugmug Site
Old Jul-28-2012, 12:52 PM
#3
kenski is offline kenski OP
Big grins
Yes sir....

http://www.smugmug.com/gallery/23473...9838&k=8SFwNXn
Old Jul-28-2012, 12:54 PM
#4
kenski is offline kenski OP
Big grins
Basically I want the entire SMUGMUG/PHOTO HOSTING/LOGIN HELP/SEARCH BOX removed, along with the footer...

Thanks again..
Old Jul-28-2012, 12:55 PM
#5
kenski is offline kenski OP
Big grins
Here is the page I am incorporating it into...

http://www.kenskiphoto.com/smugmugtest/
Old Jul-28-2012, 01:00 PM
#6
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by kenski View Post

If this is the only specific page...and since it looks like you have "hide owner" turned on, add this to the album description area:


Code:
<html>
<style type="text/css">
#header_wrapper, #cobrand_footer
{display:none !important}
</style> 
</html>

If you want to embed your galleries page, then you would add this to your CSS in the advanced area:

Code:
.notLoggedIn #customHeaderContainer, 
.notLoggedIn #galleryTitle, 
.notLoggedIn #categoryTitle, 
.notLoggedIn #subcategoryTitle, 
.notLoggedIn #subCatGalleryTitle,
.notLoggedIn #copyright, 
.notLoggedIn #customFooter,
.notLoggedIn #cobrand_footer
{display:none !important}
__________________
-Joe Allen
My Smugmug Site
Old Jul-28-2012, 01:01 PM
#7
kenski is offline kenski OP
Big grins
Once again, you guys ROCK!
Old Jul-28-2012, 01:05 PM
#8
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by kenski View Post
Once again, you guys ROCK!

This might look a little better too??.....just the red script:


Code:
<html>
<script type="text/javascript">
function MyNewSlideshowInit(container, id, config)
{
    if (config && config.slideshowDiv && (config.slideshowDiv == "fsssButton"))
    {
        var cartDiv = YD.get("cartButtonsWrapper");
        if (cartDiv)
        {
            var ssDiv = YD.get("fsssButton");
            if (ssDiv)
            {
                ssDiv.parentNode.removeChild(ssDiv);
            }
            var newDiv = document.createElement("div");
            newDiv.id = "fsssButton";
            cartDiv.appendChild(newDiv);
            container = "cartButtonsWrapper";
        }
    }
    return (myOldSlideshowInit.apply(this, arguments));
}

var myOldSlideshowInit;
if (typeof(SM.buttons.slideshow) != "undefined")
{
    // hook the init function on the SM.buttons.slideshow object
    myOldSlideshowInit = SM.buttons.slideshow.prototype.init;
    SM.buttons.slideshow.prototype.init = MyNewSlideshowInit;
}
</script>
<style type="text/css">
#header_wrapper, #cobrand_footer
{display:none !important}
</style> 
</html>
__________________
-Joe Allen
My Smugmug Site
Old Jul-28-2012, 01:11 PM
#9
kenski is offline kenski OP
Big grins
place it in the album description??
Old Jul-28-2012, 01:18 PM
#10
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by kenski View Post
place it in the album description??

__________________
-Joe Allen
My Smugmug Site
Old Jul-28-2012, 01:37 PM
#11
J Allen is offline J Allen
Major grins
J Allen's Avatar
Looks like you might have to change the width of the div the slideshow button moves to......if you change it to this:

Code:
.albumNav_right {width:300px !important}


You should get a better result:





Then again...it's not really that big of a deal...just thought it made it look a little more "cleaner"
__________________
-Joe Allen
My Smugmug Site
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
Flying things, hiding things, scary things, and pretty things Docdpp Wildlife 2 May-01-2009 07:19 PM
Any way to bulk delete hidden photos? redshadow01 SmugMug Support 8 Nov-06-2008 10:47 PM
How to delete category presets? KDunlap SmugMug Support 1 Jul-08-2008 10:26 AM
Noob Question - How do I delete a gallery? Buttermaker SmugMug Support 3 Jun-02-2008 06:36 PM
CSS and the order of things PHOTOlink SmugMug Customization 4 Jul-05-2006 09:58 AM


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