Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
There are multiple ways to do it, but the easiest is probably to increase the height of the header logo under Style Properties > Header and Navigation and then edit the logo_block template and add your <img /> tag within the div with an ID of logo, but outside of the <a></a>. You'll probably want to assign it an ID and then add some extra CSS to EXTRA.css to position it properly (you'll also probably need to use display: block;).
 
There are multiple ways to do it, but the easiest is probably to increase the height of the header logo under Style Properties > Header and Navigation and then edit the logo_block template and add your <img /> tag within the div with an ID of logo, but outside of the <a></a>. You'll probably want to assign it an ID and then add some extra CSS to EXTRA.css to position it properly (you'll also probably need to use display: block;).
I did as you said and I got this after doing it....lol
rpm.webp

Thanks,
Itworx4me
 
Did you intentionally change the color of the breadcrumb bar? By default it's much darker, like this:

View attachment 16405

It looks like the bar got changed to a lighter color but the "arrows" didn't. Did you intentionally change the color of the breadcrumb bar? If not, you accidentally changed some CSS or changed the @primaryLightest palette color. If the only thing you intend to customize is the post icons, I would re-install the style and just redo the changes.

I probably did change the tone of the breadcrumb yes. Does it have to match the @primaryLightest? I tried matching the two RGBA's up and it didn't change it.
 
Updated 8WR exceptions:
Code:
<xen:if is="@8wayRunSupport">

/* SPECIAL THANKS TO JAXEL FOR THE FOLLOWING CSS */

/* FLEXILE > GENERAL SETTINGS */
    .EWRporta_Portal .mainContainer { margin-bottom: 10px; }
    .EWRporta_Portal .centerShift
    {
        margin-left: {xen:calc '@sidebar.width + 15'}px !important;
    }
    .EWRporta_Portal .section:first-child
    {
        margin: 0px auto 15px !important;
    }

/* FLEXILE > MESSAGE CONTENT SETTINGS */
    #recentNews .recentNews.sectionMain
    {
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        -khtml-box-shadow: none;
        padding: 0px;
    }
    #recentNews .recentNews .sectionFooter
    {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: 15px -15px -16px;
    }
    #recentNews .recentNews .subHeading,
    #recentThreads .sectionHeaders
    {
        border: 0px;
        {xen:property sidebarBlockHeading}
    }
    #recentNews .recentNews .subHeading a,
    #recentThreads .sectionHeaders a
    {
        {xen:property sidebarBlockHeading.font}
    }

/* FLEXILE > PORTAL > RECENT THREADS SETTINGS */
    #recentThreads.sectionMain { padding: 0px 0px 10px; }
    #recentThreads .sectionHeaders
    {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }
    #recentThreads .sectionHeaders a span { padding: 0px 10px; }
    #recentThreads .sectionHeaders .lastPost { width: 160px; }
    #recentThreads ol.discussionListItems { margin: 0px 10px; }

/* FLEXILE > PORTAL > TWITTER SETTINGS */
    .EWRporta_Portal #twitter .twtr-widget { margin-top: -5px; }

/* FLEXILE > MEDIA > TAG CLOUD SETTINGS */
    .mediaCloud #keywordCloud { margin: -30px -15px -30px !important; }
    .mediaCloud #textCloud { margin: 40px 15px 30px !important; }

</xen:if>
 
Ok, sorry to those of you I haven't gotten to yet and those of you currently on 1.0.3. I was really hoping to get the upgrade in for all of my styles but it just isn't going to happen. I'm just about to leave for vacation and so I won't be able to update the styles until late next week (thursday or friday). Until then, I would recommend holding on 1.0.2 if the style is critical to your site or reverting to the default style for a week.

Apologies for the inconvenience. Thanks.
 
The changes look to be pretty minor, I may just update them myself this time around...

Have a safe vacation, Erik! See you when you get back!
 
Enjoy the vacation :)
The only template I needed to custom revert was page_container.. Everything else seems fine on 1.0.3
 
Updated for XenForo 1.0.4. I'm busy at the moment so I'll get to the backlog of questions as soon as I can.

As always, let me know if you're having immediate issues after updating or if it appears as if I've missed something (this was a relatively fast update on my part).

Unfortunately I forgot to include the updated 8WayRun exceptions, so those will come shortly in another update (my bad).

Thanks. :)
 
Status
Not open for further replies.
Top Bottom