SMF Tricks

SMF Tricks Themes => Free Themes => Topic started by: Diego Andrés on September 08, 2014, 07:27:53 PM

Title: BlueShame
Post by: Diego Andrés on September 08, 2014, 07:27:53 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=2812)

(https://smftricks.com/logos/logo.png) (https://smftricks.com/)
Free & Premium Responsive Themes for SMF

(https://smftricks.com/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FSLqqeSN.png&hash=81133e3b186e94b8a05b000889560b830e5e45c8)

(https://img.shields.io/badge/License-MIT-a05a3f?style=flat-square) (https://img.shields.io/badge/SMF-2.0-996ee1?style=flat-square) (https://img.shields.io/badge/Responsive-Yes-6e97e1?style=flat-square)

BlueShame
Developed by Diego Andrés (https://www.simplemachines.org/community/index.php?action=profile;u=254071)

Features


Demo Online (http://demo20.smftricks.com/index.php?theme=52)
GitHub (https://github.com/SMFTricks/BlueShame)
Title: Re: BlueShame
Post by: Fernando_B on September 09, 2014, 03:45:32 PM
Es muy bueno el tema :)

Gracias.
Title: Re: BlueShame
Post by: Marlon on September 10, 2014, 03:35:53 PM
Muy lindo el tema Dieguito.
Title: Re: BlueShame
Post by: Rickk on January 09, 2015, 07:37:33 PM
First off, the Blue Shame theme is the default theme on my site and most members (99%) haven't changed from the default (4000+ members) to the other 4 we offer.  Great job on the theme  8)  I use it too depending on which device I'm logging in with.

I have the Lazy Admin mod installed on the site and there seems to be an issue with the sub-menu on the main page when using this mod.  See attached - the main menu doesn't react to the mod versus way it does on the second layer.
What can I change to make this mod work properly? Someone suggested the css file needs a tweak.

Title: Re: BlueShame
Post by: Rickk on January 09, 2015, 07:44:26 PM
I see this error many times in the log
Quote[Fri Jan 09 19:30:03 2015] [error] [client 173.65.49.231] File does not exist: /home/classica/public_html/404.shtml, referer: http://classicaquasport.com/smf/Themes/BlueShame/css/index.css?fin20
[Fri Jan 09 19:30:03 2015] [error] [client 173.65.49.231] File does not exist: /home/classica/public_html/smf/Themes/BlueShame/images/md/name_arrow.png, referer: http://classicaquasport.com/smf/Themes/BlueShame/css/index.css?fin20
Apparently I'm missing something?  How can I fix this?
Title: Re: BlueShame
Post by: Diego Andrés on January 10, 2015, 02:38:16 PM
I'm not sure about that error, will have to take a look
Title: Re: BlueShame
Post by: Diego Andrés on January 10, 2015, 02:39:27 PM
The theme is not designed for a 3rd level of submenu, I'll see what can I do
Title: Re: BlueShame
Post by: Rickk on January 10, 2015, 06:10:11 PM
Quote from: Diego Andrés on January 10, 2015, 02:38:16 PM
I'm not sure about that error, will have to take a look
As I look at the logs it doesn't seem to have anything to do with a specific theme - maybe it is a SMF error.
Title: Re: BlueShame
Post by: Diego Andrés on January 10, 2015, 09:54:52 PM
index.css
.nav-bar .nav-bar-inner > ul.usermenu > li span.name
{
    display:block;
float:left;
color:#ededed;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
font-size:14px;
text-align: left;
text-decoration: none;
cursor: pointer;
height: 15px;
background: url(../images/md/name_arrow.png) no-repeat right;
padding-right: 20px;
line-height: 32px;
}


Replace with
.nav-bar .nav-bar-inner > ul.usermenu > li span.name
{
    display:block;
float:left;
color:#ededed;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
font-size:14px;
text-align: left;
text-decoration: none;
cursor: pointer;
height: 15px;
background: url(../images/md/posterarrow.png) no-repeat right;
padding-right: 20px;
line-height: 32px;
}
Title: Re: BlueShame
Post by: Rickk on January 11, 2015, 06:04:08 AM
I made the change - thanks Diego  8)
Title: Re: BlueShame
Post by: Rickk on January 20, 2015, 07:05:30 PM
So I happened to check the error logs tonight and I see some more errors about BlueShame - see attached.
Diego I did replace the filename you asked me to in the index.css. (name_arrow.png with posterarrow.png) but I still see the name_arrow.png being a fault.

I did just deleted all the smileys in the default smiley pack.  I'm trying to figure out how to add smileys and am trying to get around a locked folder issue.  There are a bunch of errors in the log about not being able to find the ones I deleted too.
Is this related to me deleting the smileys?
Title: Re: BlueShame
Post by: Diego Andrés on January 21, 2015, 06:31:30 AM
I don't think that it's a theme issue, but I'll do some research
Title: Re: BlueShame
Post by: Sofeafloor on April 21, 2015, 02:56:04 AM
I like the content of this section.
Title: Re: BlueShame
Post by: ronaustin on December 11, 2015, 05:38:47 PM
I just installed the Blue Shame theme and I really like it, however, the News and site slogan are not displaying.  Are these features available with Blue Shame?
Title: Re: BlueShame
Post by: Diego Andrés on December 11, 2015, 07:12:22 PM
Sure, the settings are in admin > forum config > theme settings
Title: Re: BlueShame
Post by: Candidosa2 on March 13, 2016, 12:05:26 PM
thank nice work
i like that themes
Title: Re: BlueShame
Post by: ronaustin on October 05, 2017, 10:39:29 PM
We are putting a paypal Pay Now button on our site that uses the Blue Shame theme and we are having a problem making the button look right.  I think I have finally figured out that in the HTML image code if you change the height parameter it actually changes the width and the width parameter changes the height.  It looks like they are backwards.  I tested this using the smf default theme and everything is okay using that theme.  Could it be backwards, or is there something else I am missing?
Title: Re: BlueShame
Post by: ronaustin on October 09, 2017, 02:31:08 AM
I do use Chrome and I always hit Preview to see what it will look like before I save my changes.