Loading...
 
 Error
  • The search index could not be updated. The site is misconfigured. Contact an administrator.
    SQLSTATE[42000]: Syntax error or access violation: 1064 unknown table 'themes_tiki_org_main_6604fd248f79c' in delete request
New Themes

New Themes


Re: Bottom bar problems

posts: 254 Japan

That's right. There's a bug in my recent table-free themes that shows up in Firefox. I'm not sure when it was introduced or why I didn't notice it earlier, but I'll upload the fixed files today.

If you or anyone else wants to edit their own files, in tiki.tpl, error.tpl and error_ticket.tpl files, change (spaces put around angle brackets here so they'll display)

Copy to clipboard
< div id="c1c2" >

to

Copy to clipboard
< div class="clearfix" id="c1c2" >

and change

Copy to clipboard
{if $feature_right_column ne 'n'} < div id="col3" > < div class="content" > {section name=homeix loop=$right_modules} {$right_modules[homeix].data} {/section} < /div > < /div > {/if}

to

Copy to clipboard
{if $feature_right_column ne 'n'} < div class="clearfix" id="col3" > < div class="content" > {section name=homeix loop=$right_modules} {$right_modules[homeix].data} {/section} < /div > < /div >< br style="clear:both" / > {/if}


In other words, a class "clearfix" is given to div id="c1c2" and div id="col3", and a break tag with style="clear:both" is placed immediately after the closing tag of div id="col3". Andreas09, absE, and Fluid Index (and any other people's themes that use these files) are affected by this. Sorry for the trouble.

-- Gary

There are no comments at this time.

Layout

Subscribe to Tiki Newsletters!

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other big news!
Contribute to Tiki

Site Config