Flexile Dark

Flexile Dark 1.1.5.1

No permission to download
Status
Not open for further replies.
Yeah we have had that color scheme for a long, long time. It fits though :P

And, we're different from every other black and dark[red/green/yellow/orange/blue] gaming site!
 
I shared the below information in the XenPorta thread but since that section is 75 pages+ and this issue directly affects Flexile Dark users I will share here as well.

There is an issue where the Facebook text is not readable with a dark grey background such as found in Flexile Dark. For those using XenPorta, that text color can be changed on your portal page.

Please note this is a template edit and may have to be performed again any time XenPorta is updated.

Template: EWRporta_Block_Facebook. Locate the following line:

Code:
<fb:fan width="240" height="216" connections="8" stream="false" logobar="false" css="{$xenOptions.boardUrl}/js/8wayrun/facebook.css?1" profile_id="{$option.facebook_profile}"></fb:fan>
replace the css= portion with the below

css="{$xenOptions.boardUrl}/js/8wayrun/fb-dark1.css?1"

If you wish to see the results go to my site and look at the Facebook block on the portal page. www.TeraPVP.com
 
You may have accidentally modified a template or style property value in the master template then. Unfortunately as far as I know the only way to fix that is to re-install XenForo.
I re-installed the style a couple of times now and same problem. I disabled all my plugins to see if one was the cause, but doesn't seem to be.

Isn't is possible to rebuild existing data without a fresh install by http://www.yourwebsite.com/install/ and clicking on "Rebuild Master Data"?
I know I'm a little late w/this but I ventured into this thread just for the read and I am not 100% if my solution will correct the prob.
 
Indeed it is.

How do I restore the templates or rebuild the master data without doing a re-installation?
Navigate to http://www.example.com/forum-path/install/ and click on Rebuild Master Data.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-180455

Isn't is possible to rebuild existing data without a fresh install by http://www.yourwebsite.com/install/ and clicking on "Rebuild Master Data"?
I know I'm a little late w/this but I ventured into this thread just for the read and I am not 100% if my solution will correct the prob.

Careful tho custom phases will be wiped (I found out the hard way )
 
Careful tho custom phases will be wiped (I found out the hard way )

Ouch! I have not kept track of my custom phrases. I see three tables: xf_phrase, xf_phrase_compiled, xf_phrase_map. I assume if you rebuilt the master data and wanted to keep your phrases, after the process is complete you can drop the existing tables and replace them with the old ones?
 
Ouch! I have not kept track of my custom phrases. I see three tables: xf_phrase, xf_phrase_compiled, xf_phrase_map. I assume if you rebuilt the master data and wanted to keep your phrases, after the process is complete you can drop the existing tables and replace them with the old ones?
Aye (I always back up) but its nice to say the hard way than people will listen more :P
Yup reimporting works fine :)


Ok, I have a new flexile_exceptions.css file for you. Just copy and replace everything. :)

Seems "#content.lnblog_entry_view .pageContent," is not working now guess he change his code on the blogs ^_^
 
Seems "#content.lnblog_entry_view .pageContent," is not working now guess he change his code on the blogs ^_^

Onimua did mention his latest update involved a lot of changes. I am thinking his next update will be available rather soon. Since it has waited this long perhaps any style updates can be made after the next blog update comes out?
 
Onimua did mention his latest update involved a lot of changes. I am thinking his next update will be available rather soon. Since it has waited this long perhaps any style updates can be made after the next blog update comes out?
Won't be rather soon, so the fix for this can be applied without expecting another change right way (definitely not within the next 3 weeks minimum).
 
Got it working in the end flexile_exceptions.css

Code:
.lnblog_index .breadBoxBottom,
.hasSidebar .breadBoxBottom,
.forum_list .breadBoxBottom,
.news_feed_page_global .breadBoxBottom,
.member_list .breadBoxBottom,
.online_list .breadBoxBottom,
.conversation_view .breadBoxBottom,
.report_view .breadBoxBottom {
    border: 1px solid @lightMonochrome;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
}
.lnblog_index .breadBoxBottom .breadcrumb,
.hasSidebar .breadBoxBottom .breadcrumb,
.forum_list .breadBoxBottom .breadcrumb,
.news_feed_page_global .breadBoxBottom .breadcrumb,
.member_list .breadBoxBottom .breadcrumb,
.online_list .breadBoxBottom .breadcrumb,
.conversation_view .breadBoxBottom .breadcrumb,
.report_view .breadBoxBottom .breadcrumb {
    border-radius: 6px;
    border: none;
}

#content.lnblog_index .pageContent,
#content.hasSidebar .pageContent,
#content.forum_list .pageContent,
#content.news_feed_page_global .pageContent,
#content.member_list .pageContent,
#content.online_list .pageContent,
#content.conversation_view .pageContent,
#content.report_view .pageContent {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

<xen:if is="@8wayRunSupport">

.EWRatendo_Monthly .breadBoxBottom,
.EWRatendo_Weekly .breadBoxBottom,
.EWRdiario_Blogs .breadBoxBottom,
.EWRcarta_PageArchive .breadBoxBottom,
.EWRcarta_PageView .breadBoxBottom,
.EWRcarta_PageNull .breadBoxBottom,
.EWRmedio_Categories .breadBoxBottom,
.EWRmedio_CategoryView .breadBoxBottom,
.EWRmedio_KeywordView .breadBoxBottom,
.EWRmedio_Media .breadBoxBottom,
.EWRmedio_MediaView .breadBoxBottom,
.EWRmedio_Playlists .breadBoxBottom,
.EWRmedio_PlaylistView .breadBoxBottom,
.EWRmedio_ServiceView .breadBoxBottom,
.EWRmedio_UserView .breadBoxBottom,
.EWRporta_Portal .breadBoxBottom {
    border: 1px solid @lightMonochrome;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
}

.EWRatendo_Monthly .breadBoxBottom .breadcrumb,
.EWRatendo_Weekly .breadBoxBottom .breadcrumb,
.EWRdiario_Blogs .breadBoxBottom .breadcrumb,
.EWRcarta_PageArchive .breadBoxBottom .breadcrumb,
.EWRcarta_PageView .breadBoxBottom .breadcrumb,
.EWRcarta_PageNull .breadBoxBottom .breadcrumb,
.EWRmedio_Categories .breadBoxBottom .breadcrumb,
.EWRmedio_CategoryView .breadBoxBottom .breadcrumb,
.EWRmedio_KeywordView .breadBoxBottom .breadcrumb,
.EWRmedio_Media .breadBoxBottom .breadcrumb,
.EWRmedio_MediaView .breadBoxBottom .breadcrumb,
.EWRmedio_Playlists .breadBoxBottom .breadcrumb,
.EWRmedio_PlaylistView .breadBoxBottom .breadcrumb,
.EWRmedio_ServiceView .breadBoxBottom .breadcrumb,
.EWRmedio_UserView .breadBoxBottom .breadcrumb,
.EWRporta_Portal .breadBoxBottom .breadcrumb {
    border-radius: 6px;
    border: none;
}

#content.EWRatendo_Monthly .pageContent,
#content.EWRatendo_Weekly .pageContent,
#content.EWRdiario_Blogs .pageContent,
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRcarta_PageNull .pageContent,
#content.EWRmedio_Categories .pageContent,
#content.EWRmedio_CategoryView .pageContent,
#content.EWRmedio_KeywordView .pageContent,
#content.EWRmedio_Media .pageContent,
#content.EWRmedio_MediaView .pageContent,
#content.EWRmedio_Playlists .pageContent,
#content.EWRmedio_PlaylistView .pageContent,
#content.EWRmedio_ServiceView .pageContent,
#content.EWRmedio_UserView .pageContent,
#content.EWRporta_Portal .pageContent {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

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

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

/* FLEXILE > MESSAGE CONTENT SETTINGS */
    #recentBlogs .recentBlogs.sectionMain,
    #recentNews .recentNews.sectionMain
    {
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        -khtml-box-shadow: none;
        padding: 0px;
    }
    #recentBlogs .recentBlogs .sectionFooter,
    #recentNews .recentNews .sectionFooter
    {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: 10px -15px -16px !important;
    }
    #recentBlogs .recentBlogs .subHeading,
    #recentNews .recentNews .subHeading,
    #recentThreads .sectionHeaders
    {
        border: 0px;
        @property "sidebarBlockHeading";
        font-size: 14px;
        font-family: Georgia, "Times New Roman", serif;
        color: #069C1A;
        background: @breadcrumbColor url('@imagePath/xenforo/gradients/navigation-tab-dark.png') repeat-x top;
        padding: 10px 15px;
        margin: 0 -15px 15px;
        border-bottom: 1px solid @lightMonochrome;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        /*border-bottom: 1px solid @primaryLighterStill;*/
        @property "/sidebarBlockHeading";
    }
    #recentBlogs .recentBlogs .subHeading a,
    #recentNews .recentNews .subHeading a,
    #recentThreads .sectionHeaders a
    {
        @property "sidebarBlockHeading.font";
        font-size: 14px;
        font-family: Georgia, "Times New Roman", serif;
        color: #069C1A;
        @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>
 
Very nice style, i think i'll go with it after my install. After testing i'll definitely go for the branding free :)
 
Status
Not open for further replies.
Top Bottom