1 gigabob Jun 06, 2009 16:20
3 gigabob Jun 06, 2009 16:39
You got a 404 ?
Damn, I was hoping it was just my browser / computer / something noone else would experiance. Refreshing gets there in the end :-/ .
I'll instead blame his host? What else? Cant be B2 because it has done the same with 2 different versions. Will have to fix it.
4 yabba Jun 06, 2009 16:42
5 gigabob Jun 06, 2009 16:46
I've considered that except it has done it from the beginning, before and after .htaccess was uploaded. But, yes, i'll have a look. Has driven me n-a-n-a-s.
6 yabba Jun 06, 2009 16:49
Might be worth creating one with :
# DEFAULT DOCUMENT TO DISPLAY:
# this will select the default blog template to be displayed
# if the URL is just .../blogs/
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>
¥
7 gigabob Jun 06, 2009 16:57
It already has that. Problem isnt just when trying to go to base URL, happens constantly regardless of where you're going of what you're doing.
The base URL is especially temperamental though.
8 yabba Jun 06, 2009 17:12
I'd need shedloads of user/pass details off you to have a remote chance of sorting that out
and time ... I'd need time, although the weather's currently in your favour ;)
¥
9 gigabob Jun 06, 2009 17:17
Wondeful :D
Happy to provide whatever you need.
Can PM them to you?
10 gigabob Jun 06, 2009 17:27
For the record...I really dont think it's a "blog thing" because the .html site attached ( http://www.statim.co.nz/copywriting.html ) has been similiarly inclined. The latter really has no excuses.
11 yabba Jun 06, 2009 17:36
Feel free to PM them, no promises though ;)
I don't think it's a "blog" thing either .... mind you, I'm not the worlds most accoladed thinker :roll:
¥
12 yabba Jun 07, 2009 07:55
The chances are that your blank page is cured ;)
¥
13 gigabob Jun 07, 2009 08:11
8| :) :p
Really?
What strings did you pull?
14 yabba Jun 07, 2009 08:16
I corrected your non-www redirect in htaccess and increased the memory limit in b2evo ( conf/_advanced.php )
¥
15 gigabob Jun 07, 2009 08:27
Well, thank you very much!
16 vespershine Jun 09, 2009 04:06
Nice work.
17 gigabob Jun 09, 2009 11:02
Thank you :)
18 gigabob Jun 18, 2009 09:08
My latest effort, not starting a new topic for it because it isnt deserving but...
B2evo 3.2x as a website - http://www.sunflowersheds.co.nz/index.php
No hint of "blog" anywhere. Small and bright!
The requested colour scheme has done my head in on this, and I don't know what sunflowers have to do with sheds but there you go. Im also struggling for ideas on how to make the side bar more interesting so eagerly awaiting bolt of lightening on that one.
I used b2evo for this wanting a site the owners could primarily manage on their own.
19 john Jun 18, 2009 09:45
@GigaBob
Love the header and background.
Re the sidebar...
try editing
#sidebar ul.sidemenu li
and add background:#f28000; plus play with the right margin a bit.
Quick way to give it a lift.
20 gigabob Jun 18, 2009 10:03
Thanks :)
You mean right margin on the sidebar?
The sidebar background is currently one bg image on top of another.
Will see what I can do.
Nb. there is a slight difference in the background colour of the "posts" between IE and Firefox. Looks better in IE.
21 john Jun 18, 2009 10:06
From
#sidebar ul.sidemenu li {
margin: 20px 0px 0px 20px;
border: 0px;
font-size: 1em;
font-weight: bold;
}
to...
#sidebar ul.sidemenu li {
background:#F28000;
margin: 20px 20px 0px 20px;
border: 0px;
font-size: 1em;
font-weight: bold;
}
22 gigabob Jun 18, 2009 10:11
Oh, you mean just the lists! Yes, thats what you said :oops:
Sorry.
A blank page is certainly nutty and creative :D
¥