News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

NameX

Started by Diego Andrés, August 05, 2022, 11:39:45 PM

Previous topic - Next topic

Dave J

Quote from: Diego Andrés on June 20, 2023, 08:21:14 PM
Quote from: Diego Andrés on June 19, 2023, 08:08:47 PMtable#list_integration_hooks td:is(.function_name, .file_name),
table#Apache_Environment td:last-child {
word-break: break-all;
}

This fixed it on your test site.
You can add it to NameX/css/custom/custom_edits.css.

I'll submit a PR on Github for SMF itself.


Thanks Diego

Dave J

Diego,

I don't have a 'custom_edits.css' in any of my sites. I also downloaded the version from here and that file is not in that either

Diego Andrés

You need to create this file. It is intended to keep you from editing the main css file of the theme so that updating the theme would require minimal effort.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Ninja ZX-10RR

Quote from: Steve on June 19, 2023, 06:08:24 PMAt @Ninja ZX-10RR:

[offtopic]Ninja! How are you dude? Haven't seen you in ages![/offtopic]
Ye this site and all... Been very busy with SMF nonetheless, helping a couple of big boards.
Many things changed, both for the better and for worse, heh. I can't even mention, I may ask current PM to remove me from crappy membergroup one day if I am bothered enough, had it for like 7/8 years.

@Diego yeah it makes it a lot better but it doesn't fix it being a giant table :P It will still be too big at some point :P
Quote from: BeastMode topic=525177.msg3720020#msg3720020
It's so powerful that on this post and even in the two PMs you sent me,you still answered my question very quickly and you're apologizing for the delay. You're the #1 support I've probably ever encountered man, so much respect for that. Thank you, and get better soon.

I'll keep this in my siggy for a while just to remind me that someone appreciated what I did while others didn't.

♥ Jess ♥

STOP EDITING MY PROFILE

HendriXXX

Thanks for cool theme!

My users noticed a problem with like/unlike thumbs/texts, both disappears after clicking and comes visible only after refreshing page.

There are also problem with admin center "Administration Center" text in mobile view. It disappears behind quick search. Maybe those could go to a different rows when screen narrows enough.

oh, and when dark is activated, line between signature and post could be more visible and maybe signature font could be a bit smaller.

smf version 2.1.4
php version 7.2.24

Thanks!

Diego Andrés

Quote from: HendriXXX on June 21, 2023, 02:35:08 PMMy users noticed a problem with like/unlike thumbs/texts, both disappears after clicking and comes visible only after refreshing page.
Could be a JS issue you have with something else conflicting?

Quote from: HendriXXX on June 21, 2023, 02:35:08 PMThere are also problem with admin center "Administration Center" text in mobile view. It disappears behind quick search. Maybe those could go to a different rows when screen narrows enough.
Maybe, will have a look when I have time.

Quote from: HendriXXX on June 21, 2023, 02:35:08 PMoh, and when dark is activated, line between signature and post could be more visible and maybe signature font could be a bit smaller.
It's not too bright for light or dark, they look about the same for me. And the font is already very small on 0.9em;
You could make it smaller with this:
.signature {
  font-size: 0.75em;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

HendriXXX

Quote from: Diego Andrés on June 21, 2023, 03:34:01 PMCould be a JS issue you have with something else conflicting?
It happens my win pc (firefox,edge), android tablet (chrome) and android phone (firefox,chrome). Behaviour is exactly same for all..

I have no mods installed in smf.

But, thanks anyway for your response..

Diego Andrés

- Updated icons.css and coloris (js & css).
- Minor changes that won't affect theme at all.
No changelog.

SMF Tricks - Free & Premium Responsive Themes for SMF.

VerlaKay

I just noticed that the News I put into the News Fader box in my Admin area is not showing on the NameX theme. Am I doing something wrong or is there a way to fix this? If the news box doesn't show up, we won't be able to use this theme.

Diego Andrés

You need to enable the News fader in Admin > Theme Settings.

SMF Tricks - Free & Premium Responsive Themes for SMF.

VerlaKay

That fixed it. THANK you, Diego!

VerlaKay

Is there a way to change the avatars in this theme from oval/round shapes to a square or rectangular shape? All of the people frequenting my forum are people connected with books and although the ovals are great for faces of people, book covers do not fit at all into ovals!

Diego Andrés

To preserve your changes in case of a theme update, create a new file in Themes/NameX/css/custom/custom_edits.css

And then add the following:

:root {
--avatar-border-radius: 0;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

VerlaKay

Quote from: Diego Andrés on July 14, 2023, 10:53:44 PMTo preserve your changes in case of a theme update, create a new file in Themes/NameX/css/custom/custom_edits.css

And then add the following:

:root {
--avatar-border-radius: 0;
}

Will this change the avatar shapes from oval to rectangular? And is there any way someone from SimpleMachines can make this change for me? It was one thing to change just a color number in the code of the forum, it's something else entirely to insert entirely new code into it.

I am DANGEROUS when I play around in codes! (All I know is that I'm able to break sites severely when fooling around in codes. I once took down an entire server for three days trying to "fix" something on my website in the codes!)

Diego Andrés

Sure, open a ticket and I can do it later.

SMF Tricks - Free & Premium Responsive Themes for SMF.

KeyFinder

I have a little problem...

The "No new messages" icon is not displayed... What is this error due to?

Happens to me on mobile devices

Diego Andrés

I wouldn't know.
Can you share the URL of the forum to see the issue?

SMF Tricks - Free & Premium Responsive Themes for SMF.

Diego Andrés

1.2.4 - 31 July 2023
  • Improvement Improved stats pie colors.
  • Improvement Improved displaying users online in info center.
  • Improvement Added aria-label for social icons.
Full list of changes

As always, you only need to manually update the files that you edited (based on the changes above), any other files can be safely replaced, specially the themecustoms folder.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Steve

Thanks Diego.  :)
My pet rock is not feeling well. I think it's stoned.

Ninja ZX-10RR

Errrrrh... Stock forum, 1.2.4, theme settings don't show up and if you click the icon alongside the theme header to edit them, HARD white page with:
Parse error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in /Themes/NameX_v1.2.4/themecustoms/Settings/Main.php on line 19Doesn't happen on 1.2.3. I don't feel too good on updating now... I wanted to test a bug on 1.2.3 that doesn't let forum owner to have dark (green, in my case) as default color, it was selected but always show up light version instead.
Quote from: BeastMode topic=525177.msg3720020#msg3720020
It's so powerful that on this post and even in the two PMs you sent me,you still answered my question very quickly and you're apologizing for the delay. You're the #1 support I've probably ever encountered man, so much respect for that. Thank you, and get better soon.

I'll keep this in my siggy for a while just to remind me that someone appreciated what I did while others didn't.

♥ Jess ♥

STOP EDITING MY PROFILE

Advertisement: