Announcement

#1 2009-10-23 10:27:42

webdesign
Guest

Header Like Demo

hello , how can i change the heade design like the demo version?
http://uploadpic.org/view-pic-img.html? … &w=720
and how can i create a new navigatiob box like Kategorien ??

 

#2 2009-10-23 10:50:49

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Header Like Demo

I suggest you continue on your post in German ;-)


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#3 2009-10-23 13:41:09

webdesign
Guest

Re: Header Like Demo

ok , i saw it, can you post the code ?
because it looks great in the demo version , i want then ust change the links

 

#4 2009-10-23 13:44:49

webdesign
Guest

Re: Header Like Demo

and how can i createt a box like that :; http://www3.pic-upload.de/23.10.09/nblcnimvpy54.jpg

 

#5 2009-10-24 00:19:48

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

Hi webdesign,

We can help you and explain all points.

But I would like to know exactly what you want to do.
Because all images are copyright protected.
They must be use on our website and not elsewhere.
Rights are owned by our designer.

If you intend to use other images but you want some explaination on the code used
(CSS and HTML), we can give you the requested support but think it is not or main priority.

Is that suit you?

Best regards,


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#6 2009-10-24 00:33:48

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

example boxes:


Top:                                !=======================================!

UL:                                  !                                                                                        !

Bottom:                           !=======================================!

Top is dl
UL is ul
Bottom is dd






Code:

<dl id="mbCategories">
<dt>
  <a rel="nofollow" title="displays only recently posted images" href="index.php?&amp;filter=start-recent-7"><img alt="start filter" class="button" src="template/yoga/theme/Sylvia/icon/start_filter.png"/></a>
  <a href="index.php?/categories">Categories</a>
</dt>
<dd>
  
<ul>

<li><a title="27 images in this category" href="index.php?/category/Africa">Africa</a>
<span title=" 27 images in this category" class="menuInfoCat">[27]</span>
</li>

<li><a title="150 images in this category" href="index.php?/category/America">America</a>
<span title=" 150 images in this category" class="menuInfoCat">[150]</span>
</li>
....

<li><a title="" href="index.php?/category/55">VDigital external real-cats (Private)</a>
</li></ul>
  <p class="totalImages">575 images</p>
</dd>  </dl>

If you are not able to code the box and making it working as you like we can help you for CSS.
But the web is full of advices on CSS.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#7 2009-10-24 19:44:58

webdesign
Guest

Re: Header Like Demo

thanks ,
i want to add a new box, which some links like menü, but which tpl files muss i edited

 

#8 2009-10-24 19:55:33

webdesign
Guest

Re: Header Like Demo

can i remove the link in the footer, and put it on the page about us?

 

#9 2009-10-24 20:45:58

webdesign
Guest

Re: Header Like Demo

so what i would do : http://www2.pic-upload.de/24.10.09/4z5r9w727d17.jpg

Which tpl. files muss i edited to created box like 1 in the pictures

but I want to change my header like the demo <div id="logo-floater"> but i need the css code
and change the links , Basiscs to Most commented etc  [2]

 

#10 2009-10-24 20:53:54

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

Before giving you explanation on How,
could you reply to our question?
Thanks.

I did want to reply till what you are doing is clear for us.



[Forum, post 109655 by VDigital in topic 15441] Header Like Demo


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#11 2009-10-24 21:09:29

webdesign
Guest

Re: Header Like Demo

i didn't want to use any image from your site demo ,  i want want to use i want to use this image as background http://www2.pic-upload.de/24.10.09/kwpobqy14xjj.jpg

 

#12 2009-10-24 21:19:56

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

HTLM

Code:

<ul class="primary-links">
                <li class="menu-115 first"><a title="All you should know about Piwigo" href="http://piwigo.org/basics">Basics</a></li>
                <li class="menu-116"><a title="The demonstration gallery" href="http://piwigo.org/demo">Demo</a></li>
                <li class="menu-117"><a title="Read and search online documentation" href="http://piwigo.org/doc">Documentation</a></li>
                <li class="menu-118"><a title="Read what others have asked and ask for support." href="http://piwigo.org/forum">Support</a></li>
                <li class="menu-119"><a title="Plugins, themes, templates, tools" href="http://piwigo.org/ext">Extensions</a></li>
                <li class="menu-120 last"><a title="Help us, help other users, help yourself" href="http://piwigo.org/contribute">Contribute</a></li>
        </ul>

CSS

Code:

ul.primary-links { float:right; margin:0; padding:0; position:absolute; z-index:4; list-style-type: none;
font-family:Verdana,sans-serif; font-size:12px; line-height:170%; left:351px; top: 0px; width:680px; }
ul.primary-links li {
background-image:none; float:left; margin:0 1em 0 0; padding:0; }
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
border:0; color:#FF7700; display:block; margin:0 1em;
padding:0.75em 0 0; text-decoration:none; }
ul.primary-links li a:hover { color: #ff3333; border-bottom: 1px solid #ff3363; outline: 0; }
ul.primary-links li.menu-115 { /* BASICS */ padding-left: 50px; padding-top: 30px; }
ul.primary-links li.menu-116 { /* DEMO */ padding-left: 62px; padding-top: 0px; }
ul.primary-links li.menu-117 { /* DOC */ padding-left: 0px;   margin-left: -35px; padding-top: 89px; }
ul.primary-links li.menu-118 { /* FORUM */ padding-left: 0px;   padding-top: 50px; font-weight: bold; }
ul.primary-links li.menu-119 { /* EXT */ padding-left: 0px;   margin-left: -12px; padding-top: 80px; }
ul.primary-links li.menu-120 { /* CONTRIB */ padding-left: 14px; margin-left: 0px; padding-right:0; padding-top: 55px; }
ul.primary-links li.menu-120 a { padding-right:0;}

/* hacks for IE7 */
*+html .primary-links { white-space: nowrap; }
*+html ul.primary-links li.menu-116 { /* DEMO */ padding-left: 72px; }
*+html ul.primary-links li.menu-117 { /* DOC */ margin-left: -33px; }
*+html ul.primary-links li.menu-118 { /* FORUM */ margin-left: 1px; }
*+html ul.primary-links li.menu-120 { /* CONTRIB */ margin-left: -5px; }
*+html ul.primary-links li.menu-120 a { padding-right:0; margin-left: 18px;}

Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#13 2009-10-24 21:30:52

webdesign
Guest

Re: Header Like Demo

great support
abd how can i creat the box link in the pci 1?

 

#14 2009-10-24 22:16:13

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Header Like Demo

webdesign wrote:

in the pci 1?

???


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#15 2009-10-24 22:48:28

webdesign
Guest

Re: Header Like Demo

sorry,
you can see in this pictures http://www2.pic-upload.de/24.10.09/4z5r9w727d17.jpg the box 1 with links as head
how can i createt such a box
and thankssss

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact