News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Radiohead

Started by Mick., November 09, 2021, 02:30:48 PM

Previous topic - Next topic

Mick.

Link to the theme



Demo: https://www.idesignsmf.com/demo.html

Inspired by SMF 2.1 Default Theme, we're using default colors. It has our standard pro footer links, social media follow buttons, top links and a custom main menu. Also a modified Member list template.

Message Index


Display

Mike66

Looking great Mick  :)

Speed King

Yes, the theme looks great :)
How to decrease font size in posts, I cannot find appropriate code?

Mick.

Quote from: Speed King on November 09, 2021, 04:07:55 PMYes, the theme looks great :)
How to decrease font size in posts, I cannot find appropriate code?

Look for .post {
    overflow: auto;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    padding: 1px 0;
}
in the index.css file

Speed King

Thanks, font changed :)

Cannot add forum title icon. Which code is needed to use?
I want to add 'sun' icon (f185). Adding f185 or \f185 in admin panel does nothing, before forum title these letters are added, but not related Fontawesome 'sun' glyph.

Mick.

Quote from: Speed King on November 10, 2021, 01:17:19 AMThanks, font changed :)

Cannot add forum title icon. Which code is needed to use?
I want to add 'sun' icon (f185). Adding f185 or \f185 in admin panel does nothing, before forum title these letters are added, but not related Fontawesome 'sun' glyph.
click on icon, copy and paste entire code. <i class="fas fa-address-book"></i>

Speed King


Speed King

The main forum menu affects and shines through Login dialog box:

Click =>    

Mick.

@Speed King
In index.css find:
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

Replace with:
.menu li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

Speed King

Similar problem - tabs in admin panel are visible through menus of main buttons:

Click =>

cookdandbombd

Love this theme, and my users are absolutely thrilled with it!

However, when they log out, the CSS is not loading during the topic view.

The forum index and everything looks great, but the actual threads themselves are just white and plain.

You can check my site at cookdandbombd.co.uk [nofollow] if you want to see what I mean. I had already changed the font sizes before I saw this thread, but haven't done anything else that I think could have caused this.

Any ideas?

cookdandbombd

Can't edit the above, but I think I'll actually have to switch to another theme until I get this resolved as the site is unusable for guests. I can switch back if and when you want, but as I say, it looks like this when you load a thread as a guest while in desktop or mobile mode:


cookdandbombd


Mick.


cookdandbombd

Quote from: Mick. on November 20, 2021, 07:03:39 PM
Quote from: cookdandbombd on November 20, 2021, 10:09:00 AMUpdate fixed it!

What was it?

It ended up breaking again but I eventually figured out it was an issue with a spoiler mod. All good now!

Mike66

Will Radiohead need updating for the 2.1.1 pop up problem Mick?

Mick.

Quote from: Mike66 on February 13, 2022, 10:23:25 AMWill Radiohead need updating for the 2.1.1 pop up problem Mick?
Yup.

Mick.

Radiohead Updated to current SMF 2.1 templates.

Notable changes: none.

Mike66

Great stuff Mick  8)

Mike66

#19
Have updated it in 2.1.1 Mick

But I think I may have found a bug: If I disable "Enable random news line in the forum header" the content goes to full width on PC?

I think I'll wait until you release an updated Feather, as I know my way round that one better.

-Rock Lee-

#20
Well I'm doing tests go to 2.1.x and I can't decide on the theme but I like this one more because of where it locates the networks (looking at the code I can add a new button like whatsapp without much problem with that ) now browsing I find 2 errors that I attach the images to you, which seems to have a fair value and hits the jump I'm not entirely sure though. A parte se no se puede pero gran trabajo ;D!


Regards!

ADD: In mobile mode in the news part it is short if it is very long and in desktop mode it seems to give that error but it only adds space, I am not sure at all. Also when I navigate through the administrative part it adds space and reloading it is solved...
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

Mick.

I'll take a look. It was designed without that language dropdown.

The news thing is an issue that I need to resolve

Mick.

@-Rock Lee-
Confirmed. Gimmie a couple days   :)

-Rock Lee-

No problem, take a havanna alfajor :P and thank you!


¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

Mick.

@-Rock Lee- See if this fixes the language form on mobile. Should be hidden but visible on landscape mode.

Find:
@media (max-width: 480px) {
    .social-font-awesome {
        display: none;
    }

Replace with:
@media (max-width: 480px) {
    .social-font-awesome {
        display: none;
    }
#languages_form {
display: none;
}
}

Let mew know. I already fixed the other issues. Just need confirmation the code above works so I can upload the updated theme. I don't have language packs installed on my system. Can't test it but I think that's the correct div. #languages_form

-Rock Lee-

@Mick. I just tested it now if it hides it correctly in small resolutions and shows it in desktop mode from my cell phone.
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

Mick.

Quote from: -Rock Lee- on February 28, 2022, 05:32:43 PM@Mick. I just tested it now if it hides it correctly in small resolutions and shows it in desktop mode from my cell phone.
is that good?  :o

-Rock Lee-

Very good since I understand it is complicated to adapt to so many resolutions plus a forum but one less step to convert my site :D thanks to you :-*
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

aaronhall

I downloaded the theme. But its not a zip folder. So do I need to upload the contents of the folder via FTP?

Diego Andrés

Quote from: aaronhall on March 12, 2022, 01:10:01 PMI downloaded the theme. But its not a zip folder. So do I need to upload the contents of the folder via FTP?

I downloaded the package and it's a zip

SMF Tricks - Free & Premium Responsive Themes for SMF.

aaronhall

Quote from: Diego Andrés on March 12, 2022, 01:56:32 PM
Quote from: aaronhall on March 12, 2022, 01:10:01 PMI downloaded the theme. But its not a zip folder. So do I need to upload the contents of the folder via FTP?

I downloaded the package and it's a zip

Every time I do, it is just an upload folder. I compress it to a zip, but SMF says this: SMF was unable to find any valid information within the package-info.xml file included within the Package. There may be an error with the modification, or the package may be corrupt.
 

It does this with other themes too.

I must be doing something wrong.

jsx

Hi @Mick.

I deleted header background in index.css, so the theme at the top looks like this:



I would like the top of the theme to be rounded, as it is in the default theme:



Can you help me with this?

scorpy490

Hello! Perhaps due to the use of long topics, the view of the forum "spreads" to the full width of the screen. It can be fixed?

AlexBC

Quote from: scorpy490 on June 16, 2022, 04:01:13 AMHello! Perhaps due to the use of long topics, the view of the forum "spreads" to the full width of the screen. It can be fixed?

Hi at all,

with the broader content without news, there are 135 opening and 136 closing div tags in the html source code.

Translate with google ;-)

Alex (Germany)

TwitchisMental

Quote from: scorpy490 on June 16, 2022, 04:01:13 AMHello! Perhaps due to the use of long topics, the view of the forum "spreads" to the full width of the screen. It can be fixed?

Quote from: AlexBC on June 18, 2023, 04:05:09 AM
Quote from: scorpy490 on June 16, 2022, 04:01:13 AMHello! Perhaps due to the use of long topics, the view of the forum "spreads" to the full width of the screen. It can be fixed?

Hi at all,

with the broader content without news, there are 135 opening and 136 closing div tags in the html source code.

Translate with google ;-)

Alex (Germany)

For anyone having this issue do the following -


Open index.template.php with your favorite editor

Find:
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']) && !empty($context['random_news_line']))
echo '
<div class="news">
<h2>', $txt['news'], ': </h2>
<p>', $context['random_news_line'], '</p>';
                    echo '
</div>';

Replace With:

// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']) && !empty($context['random_news_line']))
echo '
<div class="news">
<h2>', $txt['news'], ': </h2>
<p>', $context['random_news_line'], '</p>
</div>';

AlexBC

Hi TwitchisMental, thanks it works !!!

TwitchisMental

Quote from: AlexBC on June 24, 2023, 12:35:03 PMHi TwitchisMental, thanks it works !!!
You're welcome.

Steve

Quote from: AlexBC on June 24, 2023, 12:35:03 PMHi TwitchisMental, thanks it works !!!
Was there any doubt?  :P
DO NOT pm me for support!

Advertisement: