|
|
Thread Tools | Display Modes |
|
#1
|
|
|
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. |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
Got a link to the page that your embedding into the iframe |
|
|
|
||
|
#3
|
|
|
Big grins
|
|
|
|
|
|
#4
|
|
|
Big grins
|
Basically I want the entire SMUGMUG/PHOTO HOSTING/LOGIN HELP/SEARCH BOX removed, along with the footer...
Thanks again.. |
|
|
|
|
#5
|
|
|
Big grins
|
|
|
|
|
|
#6
|
||
|
Major grins
|
Quote:
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}
|
|
|
|
||
|
#7
|
|
|
Big grins
|
Once again, you guys ROCK!
|
|
|
|
|
#8
|
|
|
Major grins
|
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>
|
|
|
|
|
#9
|
|
|
Big grins
|
place it in the album description??
|
|
|
|
|
#10
|
|
|
Major grins
|
|
|
|
|
|
#11
|
|
|
Major grins
|
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" |
|
|
|
| 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 | |
|
|