Smf 2.1 Steyle V1

Started by webtiryaki, August 04, 2022, 06:35:12 PM

Previous topic - Next topic

webtiryaki

Link to the theme


Check one of the best themes for all Forum communities. You can find here many special functions which will make for forums look better and give fantastic user experience.

https://webtiryaki.com/

TwitchisMental

This theme looks fantastic! Great Work !

Kootch

Hi Webtiryaki, I've installed and love the look.

Is there a way to use a logo instead of just the website name? I notice on mobile it nowhere lists the website name?

I'd like to replace a few icons on the main board view - the orange bubble icons showing if there are new posts in that board. What are the image names of those two?

Thanks!

webtiryaki

#3
Quote from: Kootch on September 29, 2022, 09:50:45 AMHi Webtiryaki, I've installed and love the look.

Is there a way to use a logo instead of just the website name? I notice on mobile it nowhere lists the website name?

I'd like to replace a few icons on the main board view - the orange bubble icons showing if there are new posts in that board. What are the image names of those two?

Thanks!

Reorganized for those who want to use graphic logo and tex logo.

wrong file use this

savo

I'm also using this theme on the forum I maintain.  I updated to SMF 2.1.2 and wasn't able to re-use the previous theme.

Would it be possible to know where I need to go to change the color of the header and menu bars?  I would like to match the colors to the Wordpress site that is associated to my forum.  I looked in the index.css file and played with some of the settings but couldn't find the right one.

webtiryaki

Quote from: savo on September 29, 2022, 02:04:14 PMI'm also using this theme on the forum I maintain.  I updated to SMF 2.1.2 and wasn't able to re-use the previous theme.

Would it be possible to know where I need to go to change the color of the header and menu bars?  I would like to match the colors to the Wordpress site that is associated to my forum.  I looked in the index.css file and played with some of the settings but couldn't find the right one.

you need to edit these colors

.horizontal-menu.semi-dark {
    --sidebarbg: #334f7f;
    --sidebarcolor: rgba(255,255,255,0.8);
    --sidebarbordercolor: rgba(72, 94, 144, 0.16);
    --sidebaractivecolor: #4c75f2;
    --sidebarheadingcolor: #6c757d;
    --dropdowncolor: #6c757d;
    --sidebarheadingbackground: #fafafa;
    --logobg: #060818;
    --logocolor: rgba(255,255,255,0.8);
    --headerbordercolor: rgba(255,255,255,0.16);
    --headerbackground: #1e3d73;
    --headercolor: rgba(255,255,255,0.8);
    --searchcolor: #fff;
    --bodybackground: #fafafa;
}

Kootch

Maybe it's just a settings thing, but I can't find it...

I posted an item in the News area, and it shows up double all the time. It's the QUICK LINKS: stuff. 


u43hvs

I very much appreciate this theme. So I used this for my community.

https://forum.waarneming.nl/index.php [nofollow]

The users have some "complaints":
They miss the Linktree on de top of each page.
They would like to have a different link behind the title text Waarneming.nl [nofollow]
They would like to turn off the quick reply option.
Can you give me tips to accomplish this ?
With kind greetings from the Netherlands, Hisko de Vries

Dave J

Hi,

There seems to be an issue with some mods icons not being displayed in the menu, see attachments.

I have uploaded the icons to both the themes images folder and the images/icons folder but still no show. This doesn't happen for all mods but it does happen for 'Downloads', 'Quiz' and 'Logout' as you can see from my main site.

As you will see they're working OK in the default curve theme.

Any help is appreciated

If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

Wellwisher

One of the more professional looking themes I've seen in a while. Great job, I can see a lot of hard work has gone into this.

webtiryaki

Quote from: Dave J on February 04, 2023, 03:53:21 AMHi,

There seems to be an issue with some mods icons not being displayed in the menu, see attachments.

I have uploaded the icons to both the themes images folder and the images/icons folder but still no show. This doesn't happen for all mods but it does happen for 'Downloads', 'Quiz' and 'Logout' as you can see from my main site.

As you will see they're working OK in the default curve theme.

Any help is appreciated



Hi, right click on it to add missing icons

get the fa code there

well
fa-SMFQuiz
You cannot view this attachment.

Open the theme's index.css

find

/* f-icon */
code to add

.fa-SMFQuiz:before {
    content: "\f059"; Select and add icon from this address
}

Dave J

If you want quizzes to add to the new SMF2.1 quiz mod go here . There are also walkthroughs in the forum to explain how to install them and other tips.

Tklad

Hello,
I'm trying to install the on my 2.1.3 SMF Forum. Installation & setup goes well but my SCEditor doesn't show the icons, for example
hxxp:prnt.sc/9O_UYHBAesrQ [nonactive]
SCeditor doesn't work even on creating a new topic.
Thank you!

Mightymax44

La connaissance, c'est partager le savoir qui nous fait grandir.

Tklad


Mightymax44

hi, you are clean the cache?
La connaissance, c'est partager le savoir qui nous fait grandir.

Tklad


Edwar Colt

This theme has the same issue as the other version 2.1 Steyle-V4 Dark theme regarding some icons.

I still haven't found how to change the name of the menu icons, but after looking more closely at the code for this theme, I found the following situation: the icons that do not appear after installing some modifications, do not actually exist in the fonts library.

Example: in this case, the name of two icons that are in the menu, do not actually appear, but they appear being called in the code, but with a non-existent name.

<i class="fa fa-gallery fa-lg"></i> (>fa-gallery< does not exist)
these two icons do not exist, but they are called.
<i class="fa fa-pages fa-lg"></i> (>fa-pages< does not exist)

I believe that any other errors related to the menu icons of this theme may have the same error in the call.

Let's imagine that we just want to replace the icons that appear next to the ones that have problems.

In the images we can see the non-existent name of the icons that are not appearing in the menu.

Note that when I called the icons that appear in the quoted code in the post, only github and home appeared, the two with wrong names were just a space between them.

The question is:
How to change menu icons name in this Smf 2.1 Steyle V1 theme???


Edwar Colt

This icon also does not exist with this name in Font Awesom

> fa-SMFQuiz < does not exist

<i class="fa fa-SMFQuiz fa-lg"></i>

webtiryaki

Quote from: Edwar Colt on April 08, 2023, 03:53:07 PMThis icon also does not exist with this name in Font Awesom

> fa-SMFQuiz < does not exist

<i class="fa fa-SMFQuiz fa-lg"></i>

https://www.simplemachines.org/community/index.php?msg=4147808

Advertisement: