Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
Erik! I have the red and blue Flexile style installed (as well as the dark flexile).

Now, I was able to install a different set of forum status icons on the dark style, because it has it's own set of files.
But the red one doesn't, I know, it shares the same files with the main style (blue).

Is there any way that you know of that I can give the blue and red styles a separate set of status icons??
 
Changing the image path in the style should do that.

Style Properties -> General -> Path to images

You will need to create a new directory and copy all the images, replacing the ones you want to change.
 
Changing the image path in the style should do that.

Style Properties -> General -> Path to images

You will need to create a new directory and copy all the images, replacing the ones you want to change.
ahha, didn't think about that.
Thanks Brogan.
 
http://www.mk3dsforum.com/threads/my-ugly-thread.84/

Weird. The defect is only occuring sometimes (other times it'll fold nicely). Try making something in 999 Bottles of Length thingy on the wall.
Edit your breadcrumb.css template and make these changes:
  • For .breadcrumb .jumpMenuTrigger {, change the height property to 15px.
  • For .breadBoxTop .breadcrumb {, change the margin-bottom property to -2px.
  • For .breadcrumb .crust a.crumb {, remove this line:
    Code:
    margin-bottom: -1px;
The breadcrumb items will now cleanly wrap down to the left. :)
 
How would we go about changing the drop shadow color for the sidebar boxes?
Find this bit of CSS in the xenforo_sections.css template:
Code:
.sidebar .primaryContent,
.sidebar .secondaryContent {
    background-color: @contentBackground;
    border: none;
    padding: 0 15px 15px;
    border: 1px solid @lightMonochrome;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}

Change rbga(0,0,0,.1) to whatever color you want. In this case I'm using rgba(...) to make the shadow transparent (so it will work against any background), but you can use a standard hex color as well. :)
 
I think I'll just leave it the way it is. Thanks anyway Brogan.
As Brogan mentioned, if you just change the image path, then copy all the images over to a new path, you should be able to modify the images that you want to fit the specific blue or red Flexile style. You may need to clear your browser cache to see the changes. :)
 
I tried this Erik and it messed all the images up as i couldn't get any of them to show.
So I'll just leave it like it is.

Thanks!
 
Edit your breadcrumb.css template and make these changes:
  • For .breadcrumb .jumpMenuTrigger {, change the height property to 15px.
  • For .breadBoxTop .breadcrumb {, change the margin-bottom property to -2px.
  • For .breadcrumb .crust a.crumb {, remove this line:
    Code:
    margin-bottom: -1px;
The breadcrumb items will now cleanly wrap down to the left. :)

http://www.mk3dsforum.com/threads/c...ig-with-the-help-of-the-xenforo-community.83/

I tried, but doesn't seem to work =/. I think the main thing is the new thread part.
 
You changed the width to 15px, not the height. Also you didn't remove the line in .breadcrumb .crust a.crumb. :)

EDIT: And technically to be consistent with the bottom breadcrumb you should also do:
  • For .breadBoxBottom .breadcrumb {, change the margin-bottom property to -2px.
Also keep in mind I can't see the "promote thread" button as a regular user, so check the test thread you created for me while logged out to see if it's working correctly, and then if it's fine there but is still broken with the Promote Thread button, then please post a screenshot. :)

This is what it should look like:
test.webp
 
Hi Erik.

When changes are made to the Flexile color palette, do you only change the 4th and 5th group (primary and secondary colors)?

Also, I just realized I lost the avatars I set up. I now realized they were overwritten as part of the Flexile style. It may be helpful to users if you could add a note to the first post sharing that any custom avatars will be over-written unless admins delete the avatar folder (within upload/styles) before upgrading.
 
When changes are made to the Flexile color palette, do you only change the 4th and 5th group (primary and secondary colors)?
Yes. If you're talking about the preset colors included in the download, they only change the primary color group. :)
 
Status
Not open for further replies.
Back
Top Bottom