Various Topics, various questions

Chica2000Chica2000 Registered Users Posts: 19 Big grins
edited December 6, 2006 in SmugMug Support
Hi !
Took me sometime to decide where to open this new thread so here it is.
I've included my smugmug site (jessicaforde.smugmug.com) into my own (www.jessicaforde.com). It looks and works well to me.:wink

How do I
-create a link that opens in an other window (as on MoonRiver site ? (ex: Estimated shipping charges/Our guarantee Help with the shopping cart)

-Can I print my special format picts with smugmug (and all the selling options (1778x400pix) ?
ex: http://jessicaforde.smugmug.com/gallery/1810276

-How long does the shipping take to Europe (I found the prices)with the different prices?

-I love the slideshow style but can I eradicate the "fade"option and the "fullscreen" option ?

-Since I have migrated the photography section of my"official" site to my smugmug site( last september), the picts are not shown in an image reserch on google. Should I wait or do all the google things again with my smugmug adress?
Is it just the keywords that I have not quite settled yet?

I LOVE SMUGMUG and am telling everyone here about it.
And dont worry I'm sure to be back with more doubts and questions.
Thanks for your help.

Jessica

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited November 28, 2006
    Chica2000 wrote:
    Hi !
    Took me sometime to decide where to open this new thread so here it is.
    I've included my smugmug site (jessicaforde.smugmug.com) into my own (www.jessicaforde.com). It looks and works well to me.<img src="https://us.v-cdn.net/6029383/emoji/mwink.gif&quot; border="0" alt="" >

    How do I
    -create a link that opens in an other window (as on MoonRiver site ? (ex: Estimated shipping charges/Our guarantee Help with the shopping cart)
    Anne's HTML Quick Tips:
    http://smugmug.jot.com/WikiHome/HTML

    The trick with a new window is like this:
    All of my prints are <a href="http://www.moonriverphotography.com/gallery/1197843" target= "_blank">Lustre Finish</a>.
    

    -Can I print my special format picts with smugmug (and all the selling options (1778x400pix) ?
    ex: http://jessicaforde.smugmug.com/gallery/1810276
    Yes, either one-up and 'no-crop' or two up on a page. See our wiki:
    http://smugmug.jot.com/WikiHome/Printing
    -How long does the shipping take to Europe (I found the prices)with the different prices?
    depends on method chosen. Put some photos in your cart, and on the shipping step, you will see an estimated delivery. Most all folks report much faster than expected delivery to Europe.

    -I love the slideshow style but can I eradicate the "fade"option and the "fullscreen" option ?
    Yes, see my FAQ:
    http://www.dgrin.com/showthread.php?t=26043

    and to remove the fades, it can be done. It's some CSS I'll look into in a bit.
    -Since I have migrated the photography section of my"official" site to my smugmug site( last september), the picts are not shown in an image reserch on google. Should I wait or do all the google things again with my smugmug adress?
    Is it just the keywords that I have not quite settled yet?

    Be sure that you keyword everything. More great search tips here:
    http://smugmug.jot.com/Pros

    <img src="https://us.v-cdn.net/6029383/emoji/wave.gif&quot; border="0" alt="" > welcome to Dgrin!
  • Chica2000Chica2000 Registered Users Posts: 19 Big grins
    edited November 28, 2006
    Thank you thank youclap.gif
  • Chica2000Chica2000 Registered Users Posts: 19 Big grins
    edited November 30, 2006
    More
    Hi and thanks again;

    Ive been doing things; linking works perfect
    Can you let me know when you've looked into the CSS for fades (in the slideshow style) and maybe tostart it on "pause" so that the person viewing gets the time to figure out all the buttons before he presses on "play" to look at the pictures???

    I've killed the "fullscreen" option -worked- but it seems to stay on a new gallery, so i'll try it again...

    I've also had a lot pleasure linking a guestbook !

    rolleyes1.gifHave a nice day
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited November 30, 2006
    Chica2000 wrote:
    Hi and thanks again;

    Ive been doing things; linking works perfect
    Can you let me know when you've looked into the CSS for fades (in the slideshow style) and maybe tostart it on "pause" so that the person viewing gets the time to figure out all the buttons before he presses on "play" to look at the pictures???
    I'm sorry, but this isn't possible after all. I was wrong. bowdown.gif
  • Chica2000Chica2000 Registered Users Posts: 19 Big grins
    edited November 30, 2006
    Here again
    Quote:

    -I love the slideshow style but can I eradicate the the "fullscreen" option ?
    Yes, see my FAQ:
    http://www.dgrin.com/showthread.php?t=26043

    I tried this
    .play_fullscreen {
    display: none;
    }

    inspired from the slideshow CSS+this in java:
    function killFullscreen()
    {
    if ((YAHOO.util.Dom.hasClass(document.body, "slideshow")) && myform)
    myform.parentNode.removeChild(myform);
    }
    + this in bodytag:
    <body onload="killFullscreen();">

    Works on safari but not on firefox
    Am I doing something absolutely wrong???

    thanks,
    Jessica
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 6, 2006
    Chica2000 wrote:
    Quote:

    -I love the slideshow style but can I eradicate the the "fullscreen" option ?
    Yes, see my FAQ:
    http://www.dgrin.com/showthread.php?t=26043

    I tried this
    .play_fullscreen {
    display: none;
    }

    inspired from the slideshow CSS+this in java:
    function killFullscreen()
    {
    if ((YAHOO.util.Dom.hasClass(document.body, "slideshow")) && myform)
    myform.parentNode.removeChild(myform);
    }
    + this in bodytag:
    <body onload="killFullscreen();">

    Works on safari but not on firefox
    Am I doing something absolutely wrong???

    thanks,
    Jessica

    Chica,

    just add this to your CSS:

    .play_slideshow {display: none;}

    OK?
Sign In or Register to comment.