1
Ritchie
Rezised images after upgrade to 2.2.3b
  • 2008/12/10 19:41

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi.

It seems after the upgrade to 2.2.3b all images on the main site are resized to thumbs, any idea how to fix this?

Greetz Ritchie
Greetings Ritchie

2
Anonymous
Re: Rezised images after upgrade to 2.2.3b
  • 2008/12/10 20:29

  • Anonymous

  • Posts: 0

  • Since:


default theme ?

3
sailjapan
Re: Rezised images after upgrade to 2.2.3b

seen this talked about somewhere else on the forums... can't remember where. Do a search.
Never let a man who does not believe something can be done, talk to a man that is doing it.

4
Ritchie
Re: Rezised images after upgrade to 2.2.3b
  • 2008/12/11 10:24

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi,

Yes i used the basic theme, however it seems all themes have the same problem. I used a piece of css provided by Ian and Mamba for xoops.css but with no luck.
Quote:
/* based on FabClearing by Fcaldera www.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 */
}
Greetings Ritchie

5
sailjapan
Re: Rezised images after upgrade to 2.2.3b

This is the thread I was thinking about. See if it applies to your situation.

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

6
Ritchie
Re: Rezised images after upgrade to 2.2.3b
  • 2008/12/11 10:41

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Thanks. i will try this @ home later. I will get back to you if this works. Thanks.
Greetings Ritchie

7
ianez
Re: Rezised images after upgrade to 2.2.3b
  • 2008/12/11 11:05

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


as suggested by sailjapan the solutions to your problem is this I guess
https://xoops.org/modules/newbb/viewtopic.php?post_id=296801#forumpost296801

I advise you also that the code you quoted it's not right because of wrong comment filter, it should look like:
/* based on FabClearing by Fcaldera www.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 */
}

and it should solve blocks breaking when aligning some images to left/right

Ian

8
Ritchie
Re: Rezised images after upgrade to 2.2.3b
  • 2008/12/11 18:49

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi Ian

That did the trick, thanks for the help.
Greetings Ritchie

Login

Who's Online

244 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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