Radiohead

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

Previous topic - Next topic

-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: