Recent Topics

1 Aug 30, 2009 14:43    

My b2evolution Version: 2.x

Hi all, I'm a fan of the EvoPress template but it's starting to look a bit narrow these days. I'm concerned that it doesn't make full use of the width on a 1024x768 standard resolution. Currently I'm using miami blue, my site looks like this:

http://www.zante.myzen.co.uk

with evopress like this:

http://zante.myzen.co.uk/blog/blog1.php?tempskin=evopress

Is there a wider version of this template (evopress), I just want to make the content space for the posts wider, say increasing it to 600 rather than 450. I changed the value in

.widecolumn {

padding: 10px 0 20px 0;

margin: 5px 0 0 150px;

width: 450px;

}

to

.widecolumn {

padding: 10px 0 20px 0;

margin: 5px 0 0 150px;

width: 600px;

}

...but no changes were visible. I'd also suspect that a bunch of images would need resizing.

Has anyone already done this?

Thanks for your time!

2 Aug 30, 2009 14:59

Couple of thoughts...

That value only applies to single post pages. narrowcolumn is the main area on multi-post pages, widecolumn on singles. So you would have to affect changes in the css to a handful of elements to get 'er done. page, header, content, sidebar, narrowcolumn, widecolumn. maybe footer too.

Images to tweak would be the header, the content area background on multi-post pages, content area background on singles, and the footer.

Googling "kubrick themes" will yield a ton of results including some wide-body versions. kubrick being what evopress was based on.

1024 sounds fun and all but what happens when someone has 1024 pixels available but uses some of it for a browser sidebar thingie? Like me right now for example. My aggregator is open so I have a horizontal scroll bar due, I think, to the header section being too wide for the remaining portion of my monitor. Just a thought...

3 Aug 30, 2009 15:05

I never though of side bars, I'll definitely keep that in mind.

So how much space do you have on the sides of the page as it is currently?

With regards to kubrik themes, I'm not sure I understand. All the templates I can find are for wordpress, which aren't compatible with b2, if I'm right?

I've found a widescreen evopress template at the following url:

http://www.seven-passion.com/

the only problem is that it isn't freely available. : [

4 Aug 30, 2009 15:52

evopress was initially kubrick, then kubrick2evo, then k2e. Then evopress. So to find a wide format evopress first find a wide format kubrick :)

I'm thinking about 900 pixels total. I should set up a page with a fixed width div and tweak the width until it forces a horizontal scroller with my sidebar thingie set to the narrowest it can be. Which is where I almost always have it. Plus I'm sure your browser plus browser theme/skin will change by a few pixels what 1024 might actually be given a sidebar thingie. And heck probably not all sidebar thingies are equal in their min-width sort of way.

Somewhere I read that 912 pixels was some sort of magical number, but that was due to how it could turn a unicorn into a pair of leprechauns who had a pocket full of rabbit's feet.

I think there is supposed to be a quick and dirty way to make a WP skin work (highly limitedly) in b2evo, but if it was me I'd use it for the images and the dimensions of the major css elements.

7 Aug 30, 2009 17:07

Ah, thanks for the info : ]

I've edited the skin so that it fits to 800 width rather than 760. Everything seems to have gone smoothly, resized images manually etc...

Although, to my dismay, this skin handles multi-page posts differently. My adverts used to be on the right menu bar. With the bar gone, so are my ads. I'll try to add some at the bottom of each page.

See here:

http://zante.myzen.co.uk/blog/blog1.php/2009/08/28/tutorial-1-let-s-get-started-making-virt?page=2

8 Aug 30, 2009 19:55

Ooops, sorry about that. Should have paid a little more attention to the content of the blog although I failed french at school :D

9 Sep 02, 2009 13:31

While I'm here, does anyone know where the code for changing the color of active and visited links in posts would likely be placed?

Thanks again.

Edit: Sorted, it's in th style css, all declared at different points.

.bText p a:visited {
color: #0066cc;
}


Form is loading...