BlueShame

Started by Diego Andrés, September 08, 2014, 07:27:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Diego Andrés

Link to the theme


Free & Premium Responsive Themes for SMF




BlueShame
Developed by Diego Andrés

Features
  • Bootstrap
  • FontAwesome
  • Social networks
  • Logo URL


Demo Online
GitHub
Last Edit: July 08, 2022, 10:21:43 AM by Diego Andrés

Fernando_B

Es muy bueno el tema :)

Gracias.

Marlon

Muy lindo el tema Dieguito.

Rickk

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.

Thank you/Gracias
Rick

Rickk

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?
Thank you/Gracias
Rick

Diego Andrés

I'm not sure about that error, will have to take a look

Diego Andrés

The theme is not designed for a 3rd level of submenu, I'll see what can I do

Rickk

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.
Thank you/Gracias
Rick

Diego Andrés

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;
}

Rickk

I made the change - thanks Diego  8)
Thank you/Gracias
Rick

Rickk

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?
Thank you/Gracias
Rick

Diego Andrés

I don't think that it's a theme issue, but I'll do some research

Sofeafloor

I like the content of this section.

ronaustin

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?
Last Edit: December 11, 2015, 05:40:47 PM by ronaustin

Diego Andrés

Sure, the settings are in admin > forum config > theme settings