1
fredski
ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 10:20

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


I'm having problems with the ucberkeley_liquid theme that comes with TAB Module the same problem can be found on the ucberkeleys own site.
The problem is that when the page is viewed at 800 x 600 resolution, the center block on some modules such as news and forum posts is pushed down the page so that it's level with the bottom of the last right block. This gives the impression that the center block is blank, unless someone scrolls down the page. Ive posted on the comments for the module and emailed the theme designers, they are looking into it at a later stage when they have released a module they are currently working on. I was wondering if anyone on here could help with this matter

2
tjnemez
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 12:54

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


the start page calls for news module, but it is not loading for some reason. as you can see when you click on menu other modules load fine.

3
fredski
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 13:14

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


The news/start page does load, thats the problem with people thinking its blank. the content gets pushed down. Scroll down the screen and you will see the content. That is the problem Im trying to get fixed.

4
tjnemez
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 13:22

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


it appears that a custom block is not loading as it is presently loading a center/left and a center/right block before news module. this likely means that the theme calls for block content before content. as it is set now the blocks that load first are set to be visible on start page only, that likey why other modules load fine.

5
tjnemez
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 13:41

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


i am at 800x600. i get the blank spot too. did a view source and theme calls for:

<div id="centrecontent">
<!-- Display center blocks if any --> and so on.

6
shivaji
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 15:44

  • shivaji

  • Friend of XOOPS

  • Posts: 179

  • Since: 2003/9/18


hi Fredski:

Though I have not downloaded the TAB module yet and not even get time to check css except i only check the source file of Berkley site.

Can you please answer me this question, whether the CSS include "float:left"? and can you stretch the left and right column to 100% ? The best way to know is by putting "background-image" to left and right column and see it stretch to 100% height in compare to Center Column ?

Your issue: It seems to me in center column "clear: left" is missing.

-Shiva.

7
tjnemez
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 15:59

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


i believe the issue in original post is a matter of block weight and order of center content related to theme.html.

8
tjnemez
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 16:04

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


<{foreach item=block from=$xoops_ccblocks}> <{include file="ucberkeley_one/themeblocks/theme_blockcenter_c.html"}> <{/foreach}>
<{foreach item=block from=$xoops_clblocks}> <{include file="ucberkeley_one/themeblocks/theme_blockcenter_l.html"}> <{/foreach}>
<{foreach item=block from=$xoops_crblocks}> <{include file="ucberkeley_one/themeblocks/theme_blockcenter_r.html"}> <{/foreach}>
<{/if}> <{$xoops_contents}>

as you can see <{$xoops_contents}> comes after blocks, so modules will always load last if there is blocks visible on start page.

9
shivaji
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 16:34

  • shivaji

  • Friend of XOOPS

  • Posts: 179

  • Since: 2003/9/18


Fredski is getting blank page and not visible block at top of centre column in 800x600 resolution and that what i understand. "default" theme of XOOPS have some advantage and many disadvantages for transfering it into liquid css. <{$xoops_contents}> can be put at top and block at bottom without problem, depends on requirement..

10
tjnemez
Re: ucberkeley_liquid theme problems 800 x 600
  • 2004/6/14 16:57

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


yes, thats what i am talking about!

Login

Who's Online

212 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits