1
robertelo
Morphogenesis, something strange !
  • 2008/12/10 18:19

  • robertelo

  • Just popping in

  • Posts: 77

  • Since: 2008/11/28


Hi everyone,

I added some morphogenesis themes, i was testing them, but i noticed that all of them have a problem: Stretching

The theme width changes in some pages.. For example, when I click on User Profile --> Search.. the left column becomes narrow, and the right column doesn't appear, i have to scroll to the right to see it !

I have tested this on two verions of xoops, v2.0.18 and v2.3.2b I use Firefox.


Please anyone tell me what's wrong and how to fix this.


Thank you.


2
Burning
Re: Morphogenesis, something strange !
  • 2008/12/10 20:51

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi

Themes name ?

Take a look to www/style.css, there was strange instructions about Mac
Quote:

#centercolumn .blockContent, .xo-blockcontent {
display: inline-block;
}

... remove it if necessary
Still learning CSS and... english

3
robertelo
Re: Morphogenesis, something strange !
  • 2008/12/10 21:44

  • robertelo

  • Just popping in

  • Posts: 77

  • Since: 2008/11/28


Hi Burning, Theme name, all the themes :( for example: Blue Day, Morphogenesis dynamic, lotr_v3 ..... all the themes..

Only with some pages as i said, for example in Search in user profile, or when Replying using MPmanager..

4
Anonymous
Re: Morphogenesis, something strange !
  • 2008/12/10 23:13

  • Anonymous

  • Posts: 0

  • Since:


what is your screen resolution ? are you display any block in profile or pm modules ?

5
sailjapan
Re: Morphogenesis, something strange !

There also seem to have been some changes in xoops.css in 2.3.2b

the following code in xoops.css may be causing problems.

/* based on FabClearing by Fcalderawww.html.it*/#centercolumn.blockContent:after, #xo-page .xo-blockcontent:after {
content:    ".";
display:    block;
height:     0px;
clear:      both;
visibilityhidden;
}

/**//*/
#centercolumn .blockContent, #xo-page .xo-blockcontent {
display:    inline-block;
}
/**/
#centercolumn .blockContent, #xo-page .xo-blockcontent {
clear:      both/* for Gecko */
height:     1%; /* for IE */
}

(Code from Ian, see this thread.)

Goes without saying, backup first!
Never let a man who does not believe something can be done, talk to a man that is doing it.

6
robertelo
Re: Morphogenesis, something strange !
  • 2008/12/12 20:11

  • robertelo

  • Just popping in

  • Posts: 77

  • Since: 2008/11/28


Quote:
what is your screen resolution ? are you display any block in profile or pm modules ?


Screen resolution is 1024*768

When i click on USER PROFILE then SEARCH .. Or When I reply Using PM-MANAGER

7
robertelo
Re: Morphogenesis, something strange !
  • 2008/12/12 20:17

  • robertelo

  • Just popping in

  • Posts: 77

  • Since: 2008/11/28


SailJapan, thanks for the thread link, they webmaster said

Quote:
it is not a theme fault, maybe again a XOOPS issue.

So, i hope XOOPS will revise this issue.

8
robertelo
Re: Morphogenesis, something strange !
  • 2008/12/13 17:24

  • robertelo

  • Just popping in

  • Posts: 77

  • Since: 2008/11/28


Quote:
/* based on FabClearing by Fcalderawww.html.it*/#centercolumn.blockContent:after, #xo-page .xo-blockcontent:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

/**//*/
#centercolumn .blockContent, #xo-page .xo-blockcontent {
display: inline-block;
}
/**/
#centercolumn .blockContent, #xo-page .xo-blockcontent {
clear: both; /* for Gecko */
height: 1%; /* for IE */
}


I don't have this code.. but still have this problem

9
sailjapan
Re: Morphogenesis, something strange !

It may be that a certain 'area' of your site does not have the right width value associated with it (sorry about my layman's language). What I mean is, if for example, the width of your code/quote/comment/post areas is not set correctly, it will distort the whole page when it displays.

have a look in your content.css file, and look for code like this
body#newbb .xoopsCode {max-width: 600px;}


(this example defines the code box width within newbb)

Never let a man who does not believe something can be done, talk to a man that is doing it.

10
robertelo
Re: Morphogenesis, something strange !
  • 2008/12/16 16:51

  • robertelo

  • Just popping in

  • Posts: 77

  • Since: 2008/11/28


Sailjapan, you are right, it was because of the long texts, for example in the search profile page, it was because of timezones. Some text in this field is too long that it streches the theme width, what i did is that i made this field invisible, thus it no longer appear in the search page.

Login

Who's Online

319 user(s) are online (60 user(s) are browsing Support Forums)


Members: 0


Guests: 319


more...

Donat-O-Meter

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

Latest GitHub Commits