Pages: 1
Greetings,
This is what I use:
Piwigo 2.3.3, Stripped & Columns, Perso footer. - Site: http://asicu-sol.lumi-r.com/
The info I put into Perso Footer is displayed under the left menu column.
How may I show this info under the main area of the page?
Thnaks,
Tamas
Last edited by asicu.com (2012-03-28 19:13:26)
Offline
I think on your page it's displayed as it is supposed to, in the footer.
If you hide the menu, it's still visible.
The thing that could be better is to display the info on the right side footer, not the left side footer.
I'll give it a look.
Offline
hello
you can add
#footer_left {
float: none;
margin: 0 auto;
width: 150px;
}
#persofooter {
padding: 10px;
}
But it would be better to have a separate bubble no ? ; form left to rigth : connexion, info, ..by piwigo contact..
Offline
The bubbles are specific to stripped & columns.
In stripped there is only a left footer & a right footer.
Offline
Zaphod wrote:
The bubbles are specific to stripped & columns.
In stripped there is only a left footer & a right footer.
yeah I know. I'm just asking how asicu.com {edit}want {/edit} his presentation
I don't know how Perso Footer add data
Last edited by flop25 (2012-03-30 20:01:19)
Offline
Perso Footer adds data at the position defined in footer.tpl:
{if isset($footer_elements)} {foreach from=$footer_elements item=v} {$v} {/foreach} {/if}
I'm thinking of changing this position to the "right footer" where it makes more sense. (with piwigo link & co).
Currently it's with the connexion details... and that's not very satisfying.
Offline
Ok thx . It could be a good idea to move it but it's not hurry ^^
Offline
I think I'll do it when I update the theme for v2.4 but there will be a lot of job to do... and I've got very little time to do it.
So it will wait (a little).
Last edited by Zaphod (2012-03-30 22:58:04)
Offline
Thanks a lot for the answers.
Well, so I wait...
I imagined the footer in the middle of the page, under the photos (so, neither on the left, nor on the right side)
Like at that page:
http://www.2011.r-de-danse.com/
Greetings,
Tamas
Offline
This won't be possible... as there are (at least) two blocks, login & copyright, it can't be in the middle.
Offline
asicu.com wrote:
Thanks a lot for the answers.
Well, so I wait...
I imagined the footer in the middle of the page, under the photos (so, neither on the left, nor on the right side)
Like at that page:
http://www.2011.r-de-danse.com/
Greetings,
Tamas
did you try my code ?
Offline
Hoppp! I missed it...
Thanks, flop25, to remind me!
Now I tried it... modified the with to 370 (to have my data in one line) and ... miracle: it WORKS!
Thanks a lot, flop25!
Tamas
Offline
Pages: 1