How to add info box on top page

hamasinhamasin Registered Users Posts: 103 Major grins
edited February 9, 2014 in SmugMug Customization
Hi there,
I have something to ask you on adding some box on top page like below;
sample%20web.jpg?attachauth=ANoY7cqDby3XAuxEWiDUAKO4SMLy4P5QC7lMsnP-7ZMnqflmbTJoYazibcIjsyWrEmXZ72NZ9oL_FyzzWJVUxpBfUDDMb7qOQ8CqlanpjQvcort0cAWoSbZ2r914_tFj-cquaFtDqfhL8yKVTub9LwuuWsvVL4uY8TSpKEOJ8cGoEBPKbT2psocB2skSER7xsgMJ7bGH3T4ZP5834gAlG4T6hya6INt4yVh3IuoIgCoI-KFYf3lC47g%3D&attredirects=0

In this case, I want to add box for "Get in toch" and "wat's new" on top.
I've tried them with html and CSS. But it doesn't work. Is there any easy way to do so?

Please help.

Thank you in advance.

Comments

  • ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 31, 2014
    hamasin wrote: »
    Hi there,
    I have something to ask you on adding some box on top page like below;
    sample%20web.jpg?attachauth=ANoY7cqDby3XAuxEWiDUAKO4SMLy4P5QC7lMsnP-7ZMnqflmbTJoYazibcIjsyWrEmXZ72NZ9oL_FyzzWJVUxpBfUDDMb7qOQ8CqlanpjQvcort0cAWoSbZ2r914_tFj-cquaFtDqfhL8yKVTub9LwuuWsvVL4uY8TSpKEOJ8cGoEBPKbT2psocB2skSER7xsgMJ7bGH3T4ZP5834gAlG4T6hya6INt4yVh3IuoIgCoI-KFYf3lC47g%3D&attredirects=0

    In this case, I want to add box for "Get in toch" and "wat's new" on top.
    I've tried them with html and CSS. But it doesn't work. Is there any easy way to do so?

    Please help.

    Thank you in advance.

    Were you going to attach an image or include a link to the page?
    Are the boxes you refer to, for text?
  • hamasinhamasin Registered Users Posts: 103 Major grins
    edited January 31, 2014
    Hi Rat,
    I want to add some text in the boxes, like shop info and some social site link.
    Then, background should be a slideshow.
    Here is my site. It doesn't look that yet.

    Thank you for your help.
  • hamasinhamasin Registered Users Posts: 103 Major grins
    edited February 7, 2014
    Hi there,
    I want put some text box on Home like this link.
    I guess those created by html and css.
    If anyone knows how to add them, please let me know.

    thanks
  • phaserbeamphaserbeam Registered Users Posts: 452 Major grins
    edited February 7, 2014
    On the linked site... what exactly do you want to do?
    The "Welcome to ... YourName" box could be done by a simple html content box.
  • hamasinhamasin Registered Users Posts: 103 Major grins
    edited February 9, 2014
    Thank you
    Here is my site

    If I could add those boxes on home, I want to change full screen slideshow.

    Thank you again.
  • phaserbeamphaserbeam Registered Users Posts: 452 Major grins
    edited February 9, 2014
    hamasin wrote: »
    Thank you
    I want to change full screen slideshow.

    Select menu CUSTOMIZE, go to 'Customize Site' -> 'Background' -> 'Type:Slideshow' -> 'PhotoSource:Gallery'
  • hamasinhamasin Registered Users Posts: 103 Major grins
    edited February 9, 2014
    Thank you for response.
    But that's about full screen slideshow.
    I want the info boxes over the slideshow for my site.
    here is my image on my mind;
    img-X3.jpg
    Then, here is another example
  • phaserbeamphaserbeam Registered Users Posts: 452 Major grins
    edited February 9, 2014
    The Fullscreen slideshow will run in background, you can place whatever you want on your homepage. Those "boxes" can be done using simple HTMLcode using a HTML-content block

    HTML:
    <div class="box1"><h1>Test</h1><p>bla bla</p></div>
    
    CSS:
    div.box1 {
      background-color:white;
      padding:5px;
      width:100px;
      height:100px;
      position:fixed;
      bottom:30px;
      left:30px;
      color:black;
    }
    
  • hamasinhamasin Registered Users Posts: 103 Major grins
    edited February 9, 2014
    Thanks, phaserbeam!!
    It would work !
    I'll try this!!

    Thanks again!!
Sign In or Register to comment.