Recent Topics

1 Feb 01, 2020 01:38    

With the standard boostrap themes, there's an inconsistency with margin-top for the header.site_skins. The Manual skin has 58px while the others don't. It makes a difference on mobile devices. You can check the demo and see it clearly. The social icons are the top item and have more white space above them than any other collection.

#header.site_skins {
    margin-top: 58px;
}

I did this but it's based on what I have in the page top and header widgets so ymmv.

@media (max-width: 1024px) {
#header.site_skins {
    margin-top: 15px;
    }

Edit to add: You need to use a phone or a browser's web dev mobile view to see it best

2 Feb 02, 2020 03:21

fixed in 7.1 beta I see

5 Feb 02, 2020 20:15

Hmm! :)

Though the heading is 7.1.0 ~ 7.0.1 is the current beta version ??

Maybe @fplanque can confirm?

6 Feb 03, 2020 01:04

I was going by what I read here, https://b2evolution.net/news/2020/01/11/january-2020-update and seeing that readme.md that's for 7.0dev repository but says 7.1 in the readme. Took me a while to find 7.1 beta due to that.

Looks like 7.0.x is out the window and it's on to v7.1 as the major release.

7.1 is - any damn layout you want using widgets backed by the bootstrap grid.

This place might get busy.

7 Feb 03, 2020 01:30

Just looking now at the site dashboard page which I rarely look at and it says;
b2evolution 7.1.1-beta-2020-01-31 – GPL License – ©2003-2018 by François Planque & others.

Just a few days old.

10 Feb 03, 2020 16:14

Ok must be a weird download issue: My download is from well before that date and has the 7.0.1 marker :)

I'll download again and see how different it is.Thanks for your persistence :)

11 Feb 03, 2020 16:34

??

Tried to download again and got the file from June last year.

12 Feb 03, 2020 17:11

Should be 30.1mb though my download popup doesn't show file size. Linux Mint.
I'm uploading the zip right now. I'll come back here and give you a link to it once it's uploaded.

30.1mb 7.0dev.zip which says 7.1.0-beta in the readme but installed as 7.1.1-beta

https://route66custom.com/b2evo7zip/b2evolution-7.0dev.zip

75.8mb unzipped

I would recommend doing it as a stand-alone install to play around with it.

13 Feb 03, 2020 17:21

If I click the link to the zip above, it tells me it's 28.7mb. Shows as 30.1 in my file manager. Don't know why. computer quirks


Form is loading...