• [Template] Iceberg ~ Free 4images Templates 5 0 5 1
Currently:  

Author Topic: [Template] Iceberg ~ Free 4images Templates  (Read 179863 times)

0 Members and 1 Guest are viewing this topic.

Offline Shabu

  • Newbie
  • *
  • Posts: 13
  • Marks and Marker
    • View Profile
    • Marks and Marker
Re: Iceberg ~ Free 4images Templates
« Reply #15 on: December 27, 2007, 09:57:17 PM »
Hi Shabu,

Can you please help me with your templates, right now the template is wide (full screen)
What code and where should i put it to make the template about 80% of the screen?

Thank you.

You have to edit only CSS file to do that.

File path: /templates/iceberg/images/style.css

Find this line:
Code: [Select]
#container {
width: 94%;
margin: 0 auto 0 auto;
}

Change with this:
Code: [Select]
#container {
width: 80%;
margin: 0 auto 0 auto;
}

Let me know if it not works for you :wink:


By the way, I am looking for one fresh Iceberg live demo, wanna set as live demo at my templates page. Let me know who want to get listed!
I got only one spot, so hurry up. Page is PR4 and a lot visitor  :D

Offline gborislav

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Re: Iceberg ~ Free 4images Templates
« Reply #16 on: December 27, 2007, 10:10:55 PM »
Hi,

Yes, it works fine.


By the way, I am looking for one fresh Iceberg live demo, wanna set as live demo at my templates page. Let me know who want to get listed


P.S. you can put my website. but your email is hide , so how you want me to sent to you my link. And my website is Russian , it's Ok ?

Thanks for help.

Offline fotoknips

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Iceberg ~ Free 4images Templates
« Reply #17 on: December 28, 2007, 07:52:46 AM »
Hallo,

wo und wie kann ich einstellen, dass auf meiner Startseite von www.FOTOKNiPS24.de nicht nur 3 Thumbs, sondern z.B. 3 Reihen á 3 Thumbs angezeigt werden?

Vielen Dank im Voraus für Eure Hilfe.

LG
René

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Iceberg ~ Free 4images Templates
« Reply #18 on: December 28, 2007, 08:37:45 AM »

Offline fotoknips

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Iceberg ~ Free 4images Templates
« Reply #19 on: December 29, 2007, 09:53:36 AM »
Hallo Nobby,

vielen Dank. Genau das habe ich gesucht. Perfekt.

Einen guten Rutsch ins neue Jahr!

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Iceberg ~ Free 4images Templates
« Reply #20 on: December 29, 2007, 10:23:39 AM »
Hallo Nobby,

vielen Dank. Genau das habe ich gesucht. Perfekt.

Einen guten Rutsch ins neue Jahr!


Dir auch, Alles Gute  :)

Offline baghdad4ever

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Iceberg ~ Free 4images Templates
« Reply #21 on: December 29, 2007, 01:40:01 PM »
thanks

Offline Shabu

  • Newbie
  • *
  • Posts: 13
  • Marks and Marker
    • View Profile
    • Marks and Marker
Re: Iceberg ~ Free 4images Templates
« Reply #22 on: January 01, 2008, 09:34:51 AM »
P.S. you can put my website. but your email is hide , so how you want me to sent to you my link. And my website is Russian , it's Ok ?

You can email me shabu [at] osdesigner.net

Offline IndianMonk

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Img Hunt
Re: Iceberg ~ Free 4images Templates
« Reply #23 on: January 23, 2008, 10:22:13 AM »
Hi Shabu,

Can you please help me with your templates, right now the template is wide (full screen)
What code and where should i put it to make the template about 80% of the screen?

Thank you.

You have to edit only CSS file to do that.

File path: /templates/iceberg/images/style.css

Find this line:
Code: [Select]
#container {
width: 94%;
margin: 0 auto 0 auto;
}

Change with this:
Code: [Select]
#container {
width: 80%;
margin: 0 auto 0 auto;
}

Let me know if it not works for you :wink:


By the way, I am looking for one fresh Iceberg live demo, wanna set as live demo at my templates page. Let me know who want to get listed!
I got only one spot, so hurry up. Page is PR4 and a lot visitor  :D
Is that spot still available? I will glad to get it.

Offline GeO3x

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • Photopedia
Re: Iceberg ~ Free 4images Templates
« Reply #24 on: February 20, 2008, 02:40:41 PM »
Hi, I don't know what to do.. I want those tables that surround the image to be perfectly aligned! I see that if there is 2 different thumbnails - speaking of height - then a space it appears under the thumbnail - check the attached pic..
Any ideea?!


Offline maylord

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #25 on: March 20, 2008, 07:51:00 PM »
Ich bräuchte noch einen Button neben den für die Lightbox...

Inhalt "Wandkalender" ;-)

Könnte mir das jemand machen?!

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: Iceberg ~ Free 4images Templates
« Reply #26 on: March 21, 2008, 12:35:46 AM »
Hi, I don't know what to do.. I want those tables that surround the image to be perfectly aligned! I see that if there is 2 different thumbnails - speaking of height - then a space it appears under the thumbnail - check the attached pic..
Any ideea?!

Change your thumbnail_bit.html to this

Code: [Select]
<table class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'" border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#C0C0C0" id="AutoNumber1" >
    <tr>
    <td align="center">
        <table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#808080" id="AutoNumber2" title="{image_name}">
        {thumbnail}
      </table>
    </td>
  </tr>
 </table>


<div class="info">
<p align="left" class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
  <div align="left">
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        {if categories}<td><p class="category"><a href="{cat_url}">{cat_name}</a></p></td>{endif categories}
        {if allow_comments}<td><p class="comment">{image_comments}</p></td>{endif allow_comments}
        <td><p class="user">({user_name_link})</p></td>

      </tr>
    </table>
    {lightbox_button}
  </div>
</div>

you can see here http://www.myanimalsworld.com how looks that.

Offline DjMixTape

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #27 on: April 09, 2008, 07:50:36 PM »
Thanks for this amazing template.Good work.
I used on my website  : www.MixTape.Ro is a free download website.


Offline Shabu

  • Newbie
  • *
  • Posts: 13
  • Marks and Marker
    • View Profile
    • Marks and Marker
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #28 on: April 10, 2008, 02:03:13 PM »
Thanks for this amazing template.Good work.
I used on my website  : www.MixTape.Ro is a free download website.



You have no link back to OSdesigner.net, I'm sure you did not payed the link removal fee. So, how will be survive good work on the web for free?

Offline masumcis

  • Newbie
  • *
  • Posts: 13
  • Masum
    • View Profile
    • Photo Gallery
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #29 on: April 15, 2008, 01:28:07 PM »
hi i m using ur theme from many day.

how can i use thumbnail in front category.
plz help  :cry: :cry:
<<M@sum>>