News:

Want to get involved in developing SMF, then 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

Diego Andrés

I'll check both issues, thanks

SMF Tricks - Free & Premium Responsive Themes for SMF.

Diego Andrés

I just updated the package, should fix the issue with the errors. I forgot to test on other php versions.
Just update the themecustoms folder and it should be fine.

As for the color issue, I couldn't reproduce, if I disable color selection and set a default color it stays like that, even if I disable the mode selection too.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Ninja ZX-10RR

Fix confirmed for the theme settings page, thanks!

Still an issue with the color.
Default theme variant green,
Default theme dark mode
Enable user mode selection.
(everything else unchecked... But doesn't even seem to matter?)

Expected default dark green, result default light green.

I get the same on 1.2.3 and 1.2.4 on 2 different installations and servers. It will be pain to update the 1.2.3 one ;D It's like a 1.0.5 or something like that, updated manually, that's why I test on the vanilla one as well.
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

Diego Andrés

According to the description, that only works when the mode is locked.
Not sure if that's something I'd change but I could look into it at some point.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Diego Andrés

Quote from: Ninja ZX-10RR on August 02, 2023, 09:46:50 PMExpected default dark green, result default light green.
Ahh you see I found the 'issue', I caused this by making it very flexible and robust :laugh:
Since this is also a member option, allowing the users to select a mode will take the value from the user options.
And by default guests would have... light mode!

To change it treat it as a regular forum option for members and go to Member Options > Configure guest and new user options for this theme > Theme Mode

SMF Tricks - Free & Premium Responsive Themes for SMF.

Ninja ZX-10RR

Quote from: Diego Andrés on August 02, 2023, 10:52:35 PM
Quote from: Ninja ZX-10RR on August 02, 2023, 09:46:50 PMExpected default dark green, result default light green.
Ahh you see I found the 'issue', I caused this by making it very flexible and robust :laugh:
Since this is also a member option, allowing the users to select a mode will take the value from the user options.
And by default guests would have... light mode!

To change it treat it as a regular forum option for members and go to Member Options > Configure guest and new user options for this theme > Theme Mode
Aha! True ;D Thanks :D I didn't think of changing it off there but it does indeed change it from that menu!
Now to update my version... Yeah nah, tomorrow ::)
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

vicente127

Hello. I'm currently using Fa mod to change board icons, and works fine with default theme, but looks like this with another themes. Do you think it has anything to do with the theme?


Diego Andrés

Add to NameX/css/custom/custom_edits.css (if it doesn't exist, create one).
 
.boardindex_table div.up_contain:not(.b_board, .b_redirect) .board_icon a::before { display:none;}

SMF Tricks - Free & Premium Responsive Themes for SMF.

vicente127

Quote from: Diego Andrés on August 05, 2023, 06:04:00 PMAdd to NameX/css/custom/custom_edits.css (if it doesn't exist, create one).
 
.boardindex_table div.up_contain:not(.b_board, .b_redirect) .board_icon a::before { display:none;}

Wow, thank you so much, now looks fine, have a good day!  ;)

Diego Andrés

1.2.5 - 05 August 2023
  • Bug Fix Fixes for styles in wysiwyg mode.
  • Improvement Improved styling for some sceditor elements.
Full list of changes

SMF Tricks - Free & Premium Responsive Themes for SMF.

taliesin3x3

Amazing theme, especially for free!

Question: Is it possible to change the hover colour of the "active" button. For example, the "REPLY" button:


In the above case, the Add poll, Mark Unread, Print, and Notify buttons do change colour when hovering, but the "Reply" button does not.

Any help would be appreciated!

Thanks!

Diego Andrés

I just don't see any reason to add a hover status to the active button.
You can add it in NameX/css/custom/custom_edits.css

.buttonlist a.active:is(:hover, :focus) {
  color: {color};
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

taliesin3x3

Thank you very much, Diego!
I also like the ability to have custom_edits.css

Fantastic work, and thank you again for the very fast response.

Mandarin

First of all, many thanks for this nice theme! We really like it.
As admin I've several questions but let's start with the first one.

In my profile I can choose an existing avatar but when I try to upload one I'm getting this message:
An error has occurred - attach_timeout
I can't find the problem.

Mandarin

Quote from: Mandarin on August 26, 2023, 03:10:56 AMIn my profile I can choose an existing avatar but when I try to upload one I'm getting this message:
An error has occurred - attach_timeout
I can't find the problem.

I have been a member here for a long time but I could not recover my password because the email address in my profile no longer exists. So I created a new account, I can't edit my posts yet, so I quote.

I solved the problem above. I had to change a setting in the admin options. I'm still discovering, sorry.

Mandarin

So here is the next question. I enabled dark/light mode but I disabled the choice of colors. Indeed, I would like my own colors for 1 dark and for 1 light choice. How to change the color of each thing individually? Background, bar, etc. Could you please tell me the step by step procedure?

I read this whole thread but I don't really understand.

Diego Andrés

Quote from: Mandarin on August 26, 2023, 06:23:30 AMSo here is the next question. I enabled dark/light mode but I disabled the choice of colors. Indeed, I would like my own colors for 1 dark and for 1 light choice. How to change the color of each thing individually? Background, bar, etc. Could you please tell me the step by step procedure?

There is no setting for this.
You'll have to edit theme_colors.css to modify your colors, and dark.css to modify the colors on dark mode.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Mandarin

Quote from: Diego Andrés on August 26, 2023, 11:13:00 AMThere is no setting for this.
You'll have to edit theme_colors.css to modify your colors, and dark.css to modify the colors on dark mode.

I know there is no setting for this. I'll see what I can do in these 2 files, thank you.

Another one: in the footer we have "Forum Stats" and "Users Online". By default the first one is displayed and we have to click to have the second. I would like the opposite, how can I do that please?

Diego Andrés

In NameX/scripts/custom/main.js
Code (Search) Select
$( '#info_center_blocks').tabs();
Code (Replace) Select
$( '#info_center_blocks').tabs({
active: 1,
});

Though you must be careful because if you enable/add more things, the order might change.
For instance, with recent posts and calendar, users online would be 3.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Mandarin

Quote from: Diego Andrés on August 26, 2023, 09:37:36 PMIn NameX/scripts/custom/main.js

Thanks, I did that. Users online is now displayed at first.




Quote from: Diego Andrés on August 26, 2023, 09:37:36 PMThough you must be careful because if you enable/add more things, the order might change.
For instance, with recent posts and calendar, users online would be 3.

What do you mean exactly?

Advertisement: