XF 2.2 Download the default theme

urivil

Active member
Peace,
I wanted to ask, where can I download the basic theme of the forum? The one that is created automatically with the installation of the forum.
[I want to install two design kits, and one of them to customize].
Thanks
 
ACP >> Appearance >> Style >> click on Add a style button.
This will install a new default style/theme
Thank you very much, I didn't know that
I have now encountered a new problem. For some reason the "New messages" and "Publish" buttons move to the wrong location. I use the Hebrew language, from right to left, and instead of being above the sidebar widgets, they move to the right side, as you can see in the attached image.
How can I solve this?

I tried reinstalling the style, but it didn't help.

1660430386994.webp
 
All the style seems to be upside down :unsure:
Even the language is RTL i don't understand why the sidebar is on left side.

Did you made custom CSS or edited some templates ?
 
All the style seems to be upside down :unsure:
Even the language is RTL i don't understand why the sidebar is on left side.

Did you made custom CSS or edited some templates ?
There were custom values, and that's when the error appeared. I reset everything to default, and even reinstalled the style, but it doesn't help.
The reason the sidebar is on the left is because the Hebrew language is right to left. But I have no idea why the 2 buttons moved from their usual place? Do you have any direction how I can solve this?
 
@nicodak
It is me again:)

I see that now there is a new glitch, that when clicking on "Reports" (in the moderator control panel), all reports are displayed in the left part of the screen, instead of in a full row across the entire screen.
Guess it's because of the fix we did.
What do you think?
Thanks
 
Hard to say like that.
But you can try this code to replace the previous one.
Less:
[data-template="forum_list"] {
    .p-title-pageAction {
        margin-left: auto;
    }
}
 
Last edited:
Top Bottom