Skip to main content
Topic: [Theme] Blue-Elk (Read 4179 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Theme] Blue-Elk

BKE-Blue-Elk-Theme - Link to Theme

A blue version of Be Social, with some added features.

Favicon support, using an image, to provide better support for mobile devices.

Custom Copyright area in footer.

Social Network Links with images in footer.






This work is licensed under an open source BSD-3 clause license.

Copyright (c) 2014-2015, BurkeKnight

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Re: [Theme] Blue-Elk

Reply #1

To anyone that has downloaded and installed this:

Please either re-download or edit the index.css file to make a minor change. It somehow did not get included into the css file when packaged the theme. (This is for the On/Off images on mobile display.)

Code: (Find) [Select]
	.on_board {
background-repeat: no-repeat;
background-image: url(../../images/board/new_some.png);
}
.on2_board {
background-repeat: no-repeat;
background-image: url(../../images/board/new_some.png);
}
.off_board {
background-repeat: no-repeat;
background-image: url(../../images/board/new_none.png);
}
.redirect_board {
background-repeat: no-repeat;
background-image: url(../../images/board/new_redirect.png);
}
.forumposts .windowbg2 {

Code: (Replace With) [Select]
	.on_board {
background-repeat: no-repeat;
background-image: url(../images/board/new_some.png);
}
.on2_board {
background-repeat: no-repeat;
background-image: url(../images/board/new_some.png);
}
.off_board {
background-repeat: no-repeat;
background-image: url(../images/board/new_none.png);
}
.redirect_board {
background-repeat: no-repeat;
background-image: url(../images/board/new_redirect.png);
}
.forumposts .windowbg2 {


The download package has been updated.

Re: [Theme] Blue-Elk

Reply #2

We have found a strange issue that may or may nor affect you, if using this theme.

When go to new post, or in SimplePortal, edit block or page, then it changes.
The forum width gets smaller, as does the fonts, etc.

The fix is:

In the themes jquery.sceditor.css file remove:
Code: [Select]
html>body>p, html>body>div {
font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif;
}

Many thanks to @Spuds for the fix!

Package is now updated. :)


Re: [Theme] Blue-Elk

Reply #4

The colors remind me of UBB and phpBB 1.x boards, some time way back in time ... :)
-

Re: [Theme] Blue-Elk

Reply #5

Hello @Burke Knight

A short hint:
In the start post and also on the themes page (http://themes.elkarte.net / http://themes.elkarte.net/mimic/BKE-Blue-Elk-Theme.html) the images/thumbnails for Blue Elk are no longer displayed. Photobucket shows a message instead (Please update your account).

ElkArte version: 1.1.8 / Theme: BeSocial / PHP 8.0