SMF Tricks

SMF Tricks Themes => Free Themes => Topic started by: Diego Andrés on February 09, 2016, 07:04:51 PM

Title: NameX
Post by: Diego Andrés on February 09, 2016, 07:04:51 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=3003)

(https://smftricks.com/logos/logo.png) (https://smftricks.com/)
Free & Premium Themes for SMF

(https://i.imgur.com/Qa54RGZ.gif)

(https://img.shields.io/badge/License-MIT-248049) (https://img.shields.io/badge/SMF-2.1-3f73a0) (https://img.shields.io/badge/Responsive-Yes-6e97e1) (https://img.shields.io/badge/Color%20Variants-Yes-6041a3) (https://img.shields.io/badge/Dark%20Mode-Yes-4d827f) (https://img.shields.io/badge/RLT%20Support-Yes-bf9d73)

NameX
Developed by: Diego Andrés (https://smftricks.com/index.php?action=profile;u=1)
Designed by: Harold Zapata (https://smftricks.com/index.php?action=profile;u=17)

Features


Changelog (https://github.com/SMFTricks/NameX/blob/main/CHANGELOG.md)
Demo Online (http://demo21.smftricks.com/index.php?theme=4)
GitHub (https://github.com/SMFTricks/NameX)
Title: Re: NameX
Post by: SPKuja on February 08, 2023, 01:46:00 PM
Hi, I just wanted to say thank you for the theme. It's great! I have been modding the style sheet to fit in with my site and wondered if you could help. I'm having trouble finding the settings for the two bits below. Would you be able to point me in the right direction?

(https://www.pokemonleagueswindon.co.uk/forum_bottom.PNG)

I was looking to set the colour of the text to a darker colour, and change the boxes to a lighter shade.

Any help would be appreciated. Thanks!
Title: Re: NameX
Post by: Diego Andrés on February 08, 2023, 05:36:01 PM
You can edit them in the app.css file
#info_center_blocks #block-forum_stats div span.title#info_center_blocks #block-forum_stats div span.totals
Title: Re: NameX
Post by: SPKuja on February 09, 2023, 01:55:04 PM
Amazing, thank you so much! And thank you again for such a brilliant theme!
Title: Re: NameX
Post by: grimbly on March 19, 2023, 10:50:36 AM
Lovely theme. I have one issue with not seeing "News" items displayed. In the default smf theme, this shows in the top right. Do I have to enable something in settings or css?
Title: Re: NameX
Post by: Diego Andrés on March 19, 2023, 10:52:16 AM
There is no setting for random news block on this theme.
Title: Re: NameX
Post by: grimbly on March 19, 2023, 01:05:38 PM
Oh, so you mean it won't display anywhere I guess.
Title: Re: NameX
Post by: Diego Andrés on March 19, 2023, 01:56:23 PM
Yup, only newsfader option I'm afraid.
Title: Re: NameX
Post by: grimbly on March 20, 2023, 07:40:56 AM
I can make use of that. Thank you again for a lovely theme!
Title: Re: NameX
Post by: crashed on April 21, 2023, 02:10:41 AM
Hi there, first of all thanks for the amazing Theme, i want to change the forum icons for new posts etc, i already changed the boardicons.png file to a new one https://www.amigosjaponesesantigos.pt/forum/Themes/default/images/boardicons.png but without any changes, what i am missing?
Title: Re: NameX
Post by: Toddie on May 07, 2023, 10:01:31 PM
Hallo,
i wan't to change something in my forum-optic, but i need a tip how to do it. The wishes are shown in the attached image.

Thank you!



Image:  Example.png

Title: Re: NameX
Post by: Diego Andrés on May 07, 2023, 10:09:41 PM
What would the 'add here' part mean?
Regarding the search, it could introduce a UX problem for your users depending on the size of their screen, they would most likely only take advantage of such change in a large screen.
Title: Re: NameX
Post by: Toddie on May 07, 2023, 11:08:59 PM
Add here means the the buttons from upper "removed" Part should be added there.
And the search can be done in the Row with the logo...

Title: Re: NameX
Post by: Diego Andrés on May 08, 2023, 08:43:42 PM
I'll have a look when I get some free time, hopefully soon.
Title: Re: NameX
Post by: Toddie on May 09, 2023, 04:01:20 AM
Dear Diego,
that sounds really good. Thanks very much
Title: Re: NameX
Post by: Toddie on May 12, 2023, 07:05:30 AM
Dear Diego,
i have bought now LikeIPB and this Theme will do all the Things...
But nevetheless, Thank you for your attention...
Title: Re: NameX
Post by: pavoni on September 04, 2023, 02:38:59 AM
Hallo,

I have question about this great theme as a newbie:

possible to change font sizes in some areas? Or is there an MOD available which can do this so there is no need to go deep into CSS files?

I can share areas where we want to have it smaller basically - on mobile view and desktop view

Thanks
Title: Re: NameX
Post by: Diego Andrés on September 04, 2023, 06:53:39 AM
Yo can add your own CSS to overwrite styles.
Create a file in NameX/css/custom/custom_edits.css

You can also tweak responsive.css for some mobile changes, or include the media queries in the new file.
Title: Re: NameX
Post by: pavoni on September 05, 2023, 02:18:23 AM
Ok - but I have no idea about CSS  :'( other than giving a hint where to change it in existing CSS file or providing a code. Just 3 examples:
image #1 - numbers of post - reducing font size
image #2 - on desktop view area of user - avatar smaller - personally I would like to smaller completely
image #3 - can a post be done completely smaller?

if it too much / not possible - I think I nee dot lean more. link to forum is https://forum.depmod.com

Thanks
Title: Re: NameX
Post by: Diego Andrés on September 05, 2023, 09:02:30 PM
1: Create a new file in NameX/css/custom/custom_edits.css. Then add the following:
#messageindex #topic_container .board_stats p,
#messageindex #topic_container .board_stats p strong {
font-size: 11px;
}

2: You can change this through the default settings of the forum. Go to Admin > Forum > Attachments and Avatars > Avatar Settings. In there you'll notice four settings related to width and height. Adjust the values to something smaller.

3: I'm not sure what you are trying to accomplish. You could hide more things from the poster. For example, in the file you created for the first image, add the following:
#forumposts .poster ul.user_info li.blurb,
#forumposts .poster ul.user_info li.im_icons,
#forumposts .poster ul.user_info li.profile,
#forumposts .poster ul.user_info li.title {
display: none;
}
Title: Re: NameX
Post by: pavoni on September 09, 2023, 12:39:09 PM
Thank you

Quote from: Diego Andrés on September 05, 2023, 09:02:30 PM2: You can change this through the default settings of the forum. Go to Admin > Forum > Attachments and Avatars > Avatar Settings. In there you'll notice four settings related to width and height. Adjust the values to something smaller.

Was more thinking the placeholder of the avatar to make it smaller

Quote from: Diego Andrés on September 05, 2023, 09:02:30 PM3: I'm not sure what you are trying to accomplish. You could hide more things from the poster. For example, in the file you created for the first image, add the following:
#forumposts .poster ul.user_info li.blurb,
#forumposts .poster ul.user_info li.im_icons,
#forumposts .poster ul.user_info li.profile,
#forumposts .poster ul.user_info li.title {
    display: none;
}
Looking more here to make the font smaller for icons, profile, title etc
Title: Re: NameX
Post by: Diego Andrés on September 09, 2023, 09:33:00 PM
Quote from: pavoni on September 09, 2023, 12:39:09 PMWas more thinking the placeholder of the avatar to make it smaller
Don't understand what you are referring to.

Quote from: pavoni on September 09, 2023, 12:39:09 PMLooking more here to make the font smaller for icons, profile, title etc
Instead of display: none; use font-size.  :)
Title: Re: NameX
Post by: pavoni on September 18, 2023, 02:06:08 AM
Quote from: Diego Andrés on September 09, 2023, 09:33:00 PMDon't understand what you are referring to.
See attached the avantar from myself and the other admin - Vlad (JVL) - my one is smaller size then the one from Vlad - too big size - but what I'm trying to explain I assume that is a placeholder diameter where the avatar can be added. To check if the diameter can be reduced independently of the size of the avatar itself. Seems for me did 2cm while it would much better than with diameter 1cm
Title: Re: NameX
Post by: pavoni on September 18, 2023, 02:07:16 AM
And sorry - one more question on the menu header - possible to ad a custom link / button next to the button "Members"?
Title: Re: NameX
Post by: Diego Andrés on September 18, 2023, 08:00:48 AM
Quote from: pavoni on September 18, 2023, 02:06:08 AMSee attached the avantar from myself and the other admin - Vlad (JVL) - my one is smaller size then the one from Vlad - too big size

Wouldn't know about it. Looks like you're using a MOD, so perhaps it adds the custom size from there, you should ask in the support topic for that MOD.

Quote from: pavoni on September 18, 2023, 02:07:16 AMAnd sorry - one more question on the menu header - possible to ad a custom link / button next to the button "Members"?
Check in SMF, search for "adding buttons to the menu". Or install a MOD, there's at least one that lets you modify the menu.
Title: Re: NameX
Post by: pw on February 10, 2024, 07:12:35 AM
Love this theme! Couple questions:

1) How do I remove the word "Index" from my sitemap name on search engines? I.e. my site shows up on Google as "Website Name- Index". I have done some research and it seems it lives somewhere in the CSS but I can't find it.

2) When I search my forum on Google and click the link, it takes me to my index page instead of the main page of the forum (url ends in .com/?i=1)
When I hit home from that screen, it takes me to the correct page (url ends in .com/index.php?i=1). How do I fix this?
Title: Re: NameX
Post by: Diego Andrés on February 10, 2024, 09:21:14 AM
Hello!

1- This has nothing to do with CSS. You have two options to change this:

2- Not a theme issue either. I'm actually not sure what you're referring to, and it seems like it could be an issue with google.

I recommend you ask in the SMF boards for "general", non theme support, you might get better answers.

Regards
Title: Re: NameX
Post by: CyrusG on February 14, 2024, 07:52:26 AM
(https://i.imgur.com/ZyNUncO.png)

Hi, it's been a while since this forum script was used. Now have read through many threads about this exquisite theme but can't get it to work. It applies to logos. How to enter this under this theme? Or change the name to what the forum is called? I can't find the code that refers to the name. But preferably you want to insert a logo. Can you or you guys write a simple guide how to do this?
Title: Re: NameX
Post by: Diego Andrés on February 14, 2024, 07:55:15 AM
In admin > theme settings.
You'll find a setting to set a logo url.

From your screenshot it looks like your had already modified it to display the forum name? In any case the setting should work just fine.
Title: Re: NameX
Post by: CyrusG on February 14, 2024, 08:07:29 AM
Have put down a URL and from an image host. I can't find the text so you can change My Board to the forum name either.
Title: Re: NameX
Post by: Diego Andrés on February 14, 2024, 08:10:47 AM
It shouldn't look like that by default.
Make sure all the files were uploaded, you can use an FTP to browse to /Themes/NameX/

In any case I assume you already setup a logo with the setting?
Title: Re: NameX
Post by: CyrusG on February 14, 2024, 08:15:13 AM
Found the text My Board but now this comes up when executing - Token verification failed. Please go back and try again.
Title: Re: NameX
Post by: Diego Andrés on February 14, 2024, 08:26:11 AM
Usually happens when you go back on the browser or have two tabs open in the admin, not really a theme issue.
Title: Re: NameX
Post by: Thrawn on March 26, 2024, 03:11:30 AM
Hello,

This theme is superb but I'm having an issue. The "bold", "italic". etc buttons row is now visible on my site. What could be the reason? Thanks!
Example: https://www.dropbox.com/scl/fi/gtsshh8ybms40nkq3qlte/buttons_missing.jpg?rlkey=pcxri9kav8yqa47wur70qn0rc&dl=0
Title: Re: NameX
Post by: Diego Andrés on March 26, 2024, 08:24:46 AM
Try disabling this option in the admin.
Admin > Forum configuration > Features and options > Minimize CSS and JavaScript files.