Author |
Message |
Muffin
Client

Joined: Apr 10, 2004
Posts: 649
Location: UK
|
Posted:
Sun Aug 01, 2004 7:10 am |
|
Installed like a dream thank you Raven.
BUT, the text inside the box is big, it's not the same size as the text in the other blocks, or like yours on this site.
I've changed themes and it's big with all of them.
How can I reduce the text size inside the Who is Where block please? |
_________________ Classic Mini rules the bends & bends the rules!
[img] |
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sun Aug 01, 2004 9:50 am |
|
It should be inheriting the CSS from your theme's style.css file. Do you have a themes/your_theme/style/style.css file? |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 12:29 pm |
|
First of all I am truly sorry for posting in 2 forums, but can I just say you're so d*** attractive when your angry lol (I couldnt put that in the other thread cos you locked it).
Right, back to the problem, yes I do have a style.css file in all my theme folders.
So is that where I should change the font size?
It's only happened on one other block and that was realtime stats. Any other new blocks I put on the site take on the font size automatically.
Thank you Raven |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 12:41 pm |
|
Muffin, I don't know why that isn't inheriting your style.css. It should be, obviously. Do this please and report back. In blocks/block-RWW_WhoIsWhere.php find these 2 linesCode:$theme = isset($cookie[9])&&!empty($cookie[9])?$cookie[9]:$Default_Theme;
if (!file_exists("themes/$theme/index.php")) $theme = $Default_Theme;
| and modify them to readCode:$theme = isset($cookie[9])&&!empty($cookie[9])?$cookie[9]:$Default_Theme;
echo 'Theme before: '.$theme.'<br />';
if (!file_exists("themes/$theme/index.php")) $theme = $Default_Theme;
echo 'Theme after: '.$theme.'<br />';
die();
|
|
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 1:45 pm |
|
Thanks Raven, I tried that and when I refreshed my page everything on index.php page had disappeared bar the header, and the left hand blocks.
site info block had gone and right down the bottom left hand corner it said
theme before:
and then
theme after:
and nothing else lol
Puzzle this one isn't it?
Shall I upload the theme style sheets again? I've not tried that. |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 1:50 pm |
|
That would be the expected behavior because the die(); statment stops the script. Now, the fact that there are no values explains why the styel isn't inherited. But as to why the theme isn't being picked up is at the crux of your problem. In Preferences, have you set a default theme? Do you have cookies enabled? |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 1:59 pm |
|
Yes the default is Eos and cookies are enabled.
ermm Raven your site looks weird tonight, there are boxes all over the right hand side of the threads, it's probably my slow connection but thought I'd mention it incase it isn't that. |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 2:00 pm |
|
Must be on your side. All looks well here. |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 2:07 pm |
|
thats good, thought it was the site for a moment lol
well its not good for me lol
I've just changed my theme I use to the default theme and the site info block still has huge text.
One of my members had left a message on the board to say it was difficult to read the who is where block, I've asked him in what way and just waiting for his feedback.
So it must look odd to other people, and just big to me lol |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 2:11 pm |
|
It's inheriting the theme but I haven't been able to pin down why the text size is off only on you site (afaik). I am still looking into it. Do you have the fiapple theme? if so, try it. |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 2:14 pm |
|
No i dont use that one Raven. I will download and install it now.
The only other block that reacts that way is the Realtime Stats block. I deactivated that one as it looked weird with the large text.
Not sure if that helps you find out the problem.
right off to download fi-apple theme now. brb
and many thanks for your time. |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 2:16 pm |
|
The whoiswhere block is the evolution of the online stats block , so whatever intricacy is in one is in the other. So, you would really not want to use the online stats block any longer. |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 3:01 pm |
|
I only use the who is where Raven, I deactivated the online stats block.
I'm having some problems here, I have a really slow internet connection its only 28k, we have problems with our phone line, so it took me ages to download fi-apple. Then when I downloaded it it's a RAR file, and I only have Winzip lol
So I'm downloading Winrar at the moment but it will take ages yet.
I'm sorry to keep you waiting on this one. I'll post back here once I've installed fi-apple on my site. |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 3:24 pm |
|
Raven I've installed fiapple and the who is where block still has large font text in it .................. sob. |
|
|
|
 |
GanjaUK
Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004
Posts: 633
Location: England
|
Posted:
Sun Aug 01, 2004 4:00 pm |
|
If you open up your .css file, you can see you have 2 sets of body attributes. The 2nd body attribute with text at 12px is overiding the 1st one for the iframe.
Find:
Code:
BODY {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
|
Replace with:
Code:
BODY {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px; scrollbar-face-color: #ABBED1; scrollbar-arrow-color: #46505E; scrollbar-track-color: #D1DCE7; scrollbar-highlight-color: #C8D3E1; scrollbar-3dlight-color: #EAEFF4; scrollbar-shadow-color: #7492B6; scrollbar-darkshadow-color: #3A5370;}
|
Find:
Code:
body {background: #CAD5DD;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;
scrollbar-face-color: #ABBED1;
scrollbar-arrow-color: #46505E;
scrollbar-track-color: #D1DCE7;
scrollbar-highlight-color: #C8D3E1;
scrollbar-3dlight-color: #EAEFF4;
scrollbar-shadow-color: #7492B6;
scrollbar-darkshadow-color: #3A5370;}
|
And delete.
Save upload and refresh index.php, see if that fixed it. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 4:09 pm |
|
OK I'll try that one Ganga thanks.
If it does work I'll have to do that with all the themes css style sheets then, oh pooh! lol |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 4:19 pm |
|
Nope still the same, so I've put the code back as was in the css file
this is a pain isnt it |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 4:33 pm |
|
My fiapple works w/o any modifications. There's something else amiss here. Could you zip up your theme and email it to me? Also, on your Preferences, is your site url set to http://www.minicitymag.com/nuke/html ? |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 4:42 pm |
|
Yes the sites url in Preferences is http://www.minicitymag.com/nuke/html
Raven I can zip the theme and send it to you but this happens whichever theme is used.
Do you want me to send you the default theme? |
|
|
|
 |
Raven

|
Posted:
Sun Aug 01, 2004 4:44 pm |
|
No, send me your theme. I want to prove, if you will, that it works or doesn't work on my site. That will nail down, for sure, that it is or isn't a site issue. |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 4:47 pm |
|
OK I'll zip up my default theme (Eos) and send it to you.
I know it's not the WIW module, it's something weird on my site lol
*edit*
On it's way Raven |
Last edited by Muffin on Sun Aug 01, 2004 4:52 pm; edited 1 time in total |
|
|
 |
GanjaUK

|
Posted:
Sun Aug 01, 2004 4:49 pm |
|
I uploaded your css file to my own site and after changing the body attributes it fixed the problem this end.  |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 4:53 pm |
|
Hmmm this is an odd one isn't it.
So I wonder why it won't work at my end. |
|
|
|
 |
Muffin

|
Posted:
Sun Aug 01, 2004 4:56 pm |
|
Would you or Raven like my ftp details?
But I guess it'd take hours to go thru anything on there to find what's causing it. |
|
|
|
 |
GanjaUK

|
Posted:
Sun Aug 01, 2004 5:14 pm |
|
When you made those changes, did you make sure you loaded the new css file, the old one would still be in the cache, so you would need to refresh the page. Or delete the old one. |
|
|
|
 |
|