PDA

View Full Version : Copyright Notice Floating


ssdevious
04-02-2012, 09:58 PM
Hello,

this odd issue is somewhat troubling me. I got a custom theme, it takes the footer and aligns it to the left, I mean the Copyright notice, time, powered by ..., etc.

But when I fill in my own Copyright notice, the one you can edit via ACP, it displays it, but with like 2 or 3 px padding and it looks awkward and especially when I edit it, save it, reload the page, it displays normally (full left alignment), then I reload page again and it shows with padding again.

Can I copy and paste the footer code in here?

I will be grateful for any ideas,
~tEh'Pâr4d0x

Iain M
04-02-2012, 11:15 PM
It would probably be better if you could link to your forum =]

--------------- Added 1333463289 at 1333463289 ---------------

The problem seems to be your cron image.

Edit the footer template, find {vb:raw vboptions.copyrighttext} and move it to just below
<div id="footer_morecopyright" class="shade footer_morecopyright">

Like

<div id="footer_morecopyright" class="shade footer_morecopyright">
{vb:raw vboptions.copyrighttext}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
</div>

ssdevious
04-03-2012, 08:08 PM
Thanks,

seems that changing the order worked, e.g. I had "{vb:raw cronimage}" above the "{vb:raw vboptions.copyrighttext}".

Best Regards,
~tEh'Pâr4d0x