News:

Join the Facebook Fan Page.

Main Menu

feather

Started by Mick., October 03, 2021, 07:02:52 PM

Previous topic - Next topic

StarredSkies

Ah, good to know. Thank you!

ettore.gabrielli

Quote from: djkimmel on October 26, 2023, 12:47:39 PM
Quote from: ettore.gabrielli on October 26, 2023, 12:08:39 PMGreat theme.
When click on quote for entire message, it doesn't insert citation.

I just noticed that also in testing. When you quote someone it just says "Quote but not who/what the quote is from. I'd prefer it cited the quote source too. Guess that's another thing to look into.

Someone know how solve this?

Sheryl

Hi Mick, Feather is a wonderful theme, I must confess. A fantastic job done.

But I noticed newer posts on my forum now shows at the top. i.e a response comes above a topic instead of below and I don't seem to be able to reset it from the Admin center.

Anyone here know a way out of this?

Arantor

Check your profile > look and layout preferences, there's an option in there for having newest replies at the top.
Holder of controversial views, all of which my own.

Sheryl

Quote from: Arantor on February 13, 2024, 05:45:25 AMCheck your profile > look and layout preferences, there's an option in there for having newest replies at the top.
Done, thank you.

Sheryl

Quote from: Arantor on February 13, 2024, 05:45:25 AMCheck your profile > look and layout preferences, there's an option in there for having newest replies at the top.
Hi, members stil see it in that view. No means to change it generally from my side?

Arantor

Sure there are, Admin > Themes and Layout > Member Options. You can reset individual theme options from there for people using different themes.
Holder of controversial views, all of which my own.

Sheryl

Quote from: Arantor on February 14, 2024, 11:21:03 AMSure there are, Admin > Themes and Layout > Member Options. You can reset individual theme options from there for people using different themes.
Thanks

ettore.gabrielli

Quote from: QQP-Patrick on October 29, 2022, 06:32:48 PMIt took some time but i finally found out what was causing the problems with the popup window that should show who liked the post. Indeed that it has nothing to do with the team itself, and even none of my mods.

Its the Minimise CSS- and JavaScript-files setting in the main forum settings. When that is turned on it messes it up somehow. Even on a clean install of this theme.

Furthermore i found out that this same setting is also what causes the quick edit button to stop working. So turning the setting off fixed both issues for me.

So hopefully this can help others that use this team also.  ;D


THANK YOU!

Thomas057

@Mick why is there not any upgrade on this themes

Steve

Maybe he's busy? We do all have real lives.
DO NOT pm me for support!

njcyx

Quote from: QQP-Patrick on October 29, 2022, 06:32:48 PMIt took some time but i finally found out what was causing the problems with the popup window that should show who liked the post. Indeed that it has nothing to do with the team itself, and even none of my mods.

Its the Minimise CSS- and JavaScript-files setting in the main forum settings. When that is turned on it messes it up somehow. Even on a clean install of this theme.

Furthermore i found out that this same setting is also what causes the quick edit button to stop working. So turning the setting off fixed both issues for me.

So hopefully this can help others that use this team also.  ;D

You made my day! This trick works. Now my quick edit button works now. Thanks!

I just updated my site from 2.1.3 to 2.1.4. This theme seems to be working fine.

peterjk

Hello, I'm new to smf, so indulge me when I ask for the obvious.
I'm having a problem with the feather theme that I can't figure out. The dropdown-menu of the notification-button is being misplaced. There is a sizeable gap between the button and the dropdown-menu. In Curve2 it is correctly placed right underneath the button.
Anyone familiar with this bug and, more importantly, anyone knows the fix?

(first picture = Curve2, second = feather)



peterjk

Has this theme been abandoned?

Diego Andrés

Probably, but not definitively.
In any case the topic has some helpful tips and fixes.

I'll see if I can help you with this issue during the weekend.

SMF Tricks - Free & Premium Responsive Themes for SMF.

peterjk

That would be great, because I'm really at a loss on this issue

Diego Andrés

Quote from: peterjk on September 10, 2024, 10:49:13 AMHello, I'm new to smf, so indulge me when I ask for the obvious.
I'm having a problem with the feather theme that I can't figure out. The dropdown-menu of the notification-button is being misplaced. There is a sizeable gap between the button and the dropdown-menu. In Curve2 it is correctly placed right underneath the button.
Anyone familiar with this bug and, more importantly, anyone knows the fix?


Add this at the end of Themes/feather/css/index.css
.pagesection {
overflow: unset;
}
.pagesection:has( + #messageindex) {
min-height: 50px;
}
.pagesection .buttonlist {
position: relative;
}
.buttonlist .top_menu.notify_dropdown {
top: 30px !important;
right: 0;
left: auto !important;
}
.buttonlist .top_menu.notify_dropdown a:hover {
background-color: #f5f5f5;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

peterjk

Quote from: Diego Andrés on September 28, 2024, 10:05:50 PMAdd this at the end of Themes/feather/css/index.css [...]
A million thanks, Diego. Problem solved! (I was away for a holiday, so I only now saw your answer.)
I'm curious though, what caused the problem. In the default theme everything is fine, so what is the code in the feather theme, that caused this? I like to understand, so I know what to look for when I make changes to the theme for our clubforum.
Thanks again, much appreciated.

Diego Andrés

It has a conflict with the positioning of the elements in the pagesection.
Likely just an issue that went unnoticed. However, the theme was developed around 2.1.1-2.1.2 SMF patches so it's also possible it's missing those changes.

SMF Tricks - Free & Premium Responsive Themes for SMF.

peterjk

Ok, that's probably a bit too advanced for where I am on the learning curve.
I'm wondering now, if it's feasible for us to use this theme (or any theme that's no longer supported) given that it's support seems to have ended. Will we run into problems with a new release of SMF?
I'm used to run websites with Wordpress and when a theme or plugin is no longer supported it's good practice to change to something else.

Advertisement: