Flat Awesome Dark - PixelExit.com [Deleted]

I'm getting the same error as above:

  • Flat Awesome Dark
    1. Merge Changes
      attachment_editor_attachment Custom Version: 1.4.1, Parent Version: 1.4.7
If attempt merge:

Error
The custom template is out of date but has been edited more recently than the parent. Merging can only be done by hand.
 
So for anyone who's template won't merge, just open that attachment_editor_attachment template on the parent Flat Awesome style

find this line:

Code:
<a href="{xen:link 'attachments/upload', '', '_params={$attachmentParams}'}" target="_blank" class="button Smallbutton">{xen:phrase delete}</a>

Replace the entire line with:

Code:
<a href="{xen:link 'attachments/upload', '', '_params={$attachmentParams}', 'attachments='}" target="_blank" class="button Smallbutton">{xen:phrase delete}</a>

This is of course only for 1.4.7 version
 
check the template: ad_header



Search this in the top right admin search:

formOverlayTextCtrl

Adjust the color there, I believe that's the property you're looking for.

That indeed did it. For anyone interested, this is the field.

editedfont.webp

Will this change only effect the inline mod text? Or more than just that?
 
Hey Russ. I noticed that it flattens everything. Any way to disable the flattening of thinks like the staff ribbons and the thread prefixes? Love everything else, would just like to keep those.
 
Hey Russ. I noticed that it flattens everything. Any way to disable the flattening of thinks like the staff ribbons and the thread prefixes? Love everything else, would just like to keep those.

Delayed response better than nothing, my apologies!

Go to Style Properties -> General -> Title Prefix

Set the background to: repeat-x, position: top

and this as the background image:

Code:
@imagePath/xenforo/gradients/form-button-white-25px.png

Next open:

user_banners.css

At the very top, you'll need to include the background image again:

Code:
.userBanner
{
   font-size: 11px;
   background: transparent url('@imagePath/xenforo/gradients/form-button-white-25px.png') repeat-x top;
   padding: 1px 5px;
   border: 1px solid transparent;
   border-radius: 3px;
   box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
   text-align: center;
}
 
Russ updated Flat Awesome Dark with a new update entry:

Minor Update

This brings Flat Awesome up to date for 1.4.8. It includes various minor CSS tweaks.

On top of that I've included an additional XML which brings Flat Awesome up to date for 1.5.0 Beta 1 as well. ONLY use the 1.5.0 Beta 1 XML on a 1.5.0 Beta 1 forum.

Of course with all upgrades backup your current styles first. To upgrade simply import the new Flat Awesome overwriting your current Flat Awesome. All updates will trickle down to your child style.

Read the rest of this update entry...
 
With the latest Media Gallery update (1.1.0B1), the icons in the video player are all just boxes. The boxes have e00x (x is a different number for each button) inside them.
Firefox:
Capture1.webp
Capture.webp
Chrome (doesn't have text in the boxes):
Capture2.webp
On the default theme it all looks fine.
 
You may need to upload the videojs folder from the default folder to the flat awesome folder. See if that works
That doesn't do anything. The icons aren't stored anywhere. Here is what I found:
In
Code:
css.php?css=editor_ui,message_user_info,moderator_bar,video_js,xengallery_comment,xengallery_comments_content,xengallery_font_awesome_rating,xengallery_media_alerts,xengallery_media_lightbox,xengallery_media_view,xengallery_owner_information,xengallery_tab_links&style=1&dir=LTR&d=1437583929
This is the play button that shows up before the rest of the buttons:
Capture1.webp
Code:
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
 
Nevermind, it was in styles/default/videojs/font. There are fonts there for videojs. It was included in the 1.5 update, not the MG update. Copied videojs to flatawesomedark in styles and it works now, thanks.
 
I'll need to do some troubleshooting when I update my sites today. I can check back in once I do.
 
Hello I have a question!

I can't seem to get arrow chat to appear on this style and this style alone after updating it. :/ Its actually the favorite of mine and I would like to be able to use chat on it. lol Is there something I'm doing wrong? I put the code where it should be. Maybe not?

Code:
<!DOCTYPE html><xen:set var="$isResponsive" value="{xen:if '@enableResponsive AND !{$noResponsive}', 1, 0}" />
<html id="XenForo" lang="{$visitorLanguage.language_code}" dir="{$visitorLanguage.text_direction}" class="Public NoJs {xen:if {$visitor.user_id}, 'LoggedIn', 'LoggedOut'} {xen:if {$sidebar}, 'Sidebar', 'NoSidebar'} {xen:if $hasAutoDeferred, RunDeferred} {xen:if $isResponsive, Responsive, NoResponsive}" xmlns:fb="http://www.facebook.com/2008/fbml">
<head><link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="/arrowchat/external.php?type=css" charset="utf-8"/>
<script type="text/javascript" src="/arrowchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/arrowchat/includes/js/jquery-ui.js"></script>
<xen:hook name="page_container_head">
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <xen:if is="{$isResponsive}">
        <meta name="viewport" content="width=device-width, initial-scale=1" />
    </xen:if>
    <xen:if is="{$requestPaths.fullBasePath}">
        <base href="{$requestPaths.fullBasePath}" />
        <script><xen:comment>/* Chrome bug and for Google cache */</xen:comment>
            var _b = document.getElementsByTagName('base')[0], _bH = "{xen:jsescape $requestPaths.fullBasePath}";
            if (_b && _b.href != _bH) _b.href = _bH;
        </script>
    </xen:if>

    <title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
   
    <noscript><style>.JsOnly, .jsOnly { display: none !important; }</style></noscript>
    <link rel="stylesheet" href="css.php?css=xenforo,form,public&amp;style={xen:urlencode $_styleId}&amp;dir={$visitorLanguage.text_direction}&amp;d={$visitorStyle.last_modified_date}" />
    <!--XenForo_Require:CSS-->   
    <xen:if is="@fa_hostlocal">
        <link rel="stylesheet" href="{$requestPaths.fullBasePath}@fa_localpath">
    <xen:else />
        @fa_cdnpath
    </xen:if>
    <xen:if is="@fa_webfonts">
        @fa_googlefont
    </xen:if>

    {xen:helper ignoredCss, {$visitor.ignoredUsers}}

    <xen:include template="google_analytics" />
    <xen:include template="page_container_js_head" />
   
    <link rel="apple-touch-icon" href="{xen:helper fullurl, @ogLogoPath, 1}" />
    <link rel="alternate" type="application/rss+xml" title="{xen:phrase rss_feed_for_x, 'title={$xenOptions.boardTitle}'}" href="{xen:link forums/-/index.rss}" />
    <xen:if is="{$pageDescription.content} AND !{$pageDescription.skipmeta} AND !{$head.description}"><meta name="description" content="{xen:string wordTrim, {xen:helper stripHtml, {xen:raw $pageDescription.content}}, 200}" /></xen:if>
    <xen:if is="{$head}"><xen:foreach loop="$head" value="$headElement">{xen:raw $headElement}</xen:foreach></xen:if>
</xen:hook>
</head>

<body{xen:if {$bodyClasses}, ' class="{$bodyClasses}"'}>
<xen:hook name="body">

<xen:if is="{$visitor.is_moderator} || {$visitor.is_admin}">
    <xen:include template="moderator_bar" />
<xen:elseif is="!{$visitor.user_id} && !{$hideLoginBar}" />
    <xen:include template="login_bar" />
</xen:if>
<div class="topHelper"></div>
<div id="headerMover">
    <div id="headerProxy"></div>

<div id="content" class="{$contentTemplate}">
    <div class="pageWidth">
        <div class="pageContent">
            <!-- main content area -->
           
            <xen:hook name="page_container_content_top" />
           
            <xen:if is="{$sidebar}">
                <div class="mainContainer">
                    <div class="mainContent"></xen:if>
                       
                        <xen:include template="ad_above_top_breadcrumb" />
                       
                        <xen:hook name="page_container_breadcrumb_top">
                        <div class="breadBoxTop {xen:if $topctrl, withTopCtrl}">
                            <xen:if is="{$topctrl}"><div class="topCtrl">{xen:raw $topctrl}</div></xen:if>
                            <xen:include template="breadcrumb"><xen:set var="$microdata">1</xen:set></xen:include>
                        </div>
                        </xen:hook>
                       
                        <xen:include template="ad_below_top_breadcrumb" />
                   
                        <!--[if lt IE 8]>
                            <p class="importantMessage">{xen:phrase you_are_using_out_of_date_browser_upgrade}</p>
                        <![endif]-->

                        <xen:hook name="page_container_notices">
                        <xen:include template="notices" />                       
                        </xen:hook>
                       
                        <xen:hook name="page_container_content_title_bar">
                        <xen:if is="!{$noH1}">                       
                            <!-- h1 title, description -->
                            <div class="titleBar">
                                {xen:raw $beforeH1}
                                <h1><xen:if
                                    is="{$h1}">{xen:raw $h1}<xen:elseif
                                    is="{$title}" />{xen:raw $title}<xen:else
                                    />{$xenOptions.boardTitle}</xen:if></h1>
                               
                                <xen:if is="{$pageDescription.content}"><p id="pageDescription" class="muted {$pageDescription.class}">{xen:raw $pageDescription.content}</p></xen:if>
                            </div>
                        </xen:if>
                        </xen:hook>
                       
                        <xen:include template="ad_above_content" />
                       
                        <!-- main template -->
                        {xen:raw $contents}
                       
                        <xen:include template="ad_below_content" />
                       
                        <xen:if is="!{$visitor.user_id} && !{$hideLoginBar}">
                            <!-- login form, to be moved to the upper drop-down -->
                            <xen:include template="login_bar_form" />
                        </xen:if>
                       
                    <xen:if is="{$sidebar}"></div>
                </div>
               
                <!-- sidebar -->
                <aside>
                    <div class="sidebar">
                        <xen:hook name="page_container_sidebar">
                        <xen:include template="ad_sidebar_top" />
                        <xen:if is="!{$noVisitorPanel}"><xen:include template="sidebar_visitor_panel" /></xen:if>
                        {xen:raw $sidebar}
                        <xen:include template="ad_sidebar_bottom" />
                        </xen:hook>
                    </div>
                </aside>
            </xen:if>
           
            <xen:hook name="page_container_breadcrumb_bottom">           
            <div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>
            </xen:hook>
                       
            <xen:include template="ad_below_bottom_breadcrumb" />
                       
        </div>
    </div>
</div>

<header>
    <xen:include template="header" />
    <xen:edithint template="navigation" />
    <xen:edithint template="search_bar" />
</header>

</div>

<footer>

    <xen:include template="footer" />
   
</footer>

<xen:include template="page_container_js_body" />

<xen:if is="{$isIndexPage} AND {$canSearch}">
<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "WebSite",
    "url": "{xen:jsescape {xen:link canonical:index}}",
    "potentialAction": {
        "@type": "SearchAction",
        "target": "{xen:jsescape {xen:link canonical:search/search}}{xen:if $xenOptions.useFriendlyUrls, '?', '&'}keywords={search_keywords}",
        "query-input": "required name=search_keywords"
    }
}
</script>
</xen:if>

</xen:hook>
<script type="text/javascript" src="/arrowchat/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/arrowchat/external.php?type=js" charset="utf-8"></script>
<!-- Flat Awesome Version: @fa_version -->
</body>
</html>
 
Top Bottom