Xenith

Xenith 1.5.22.0

No permission to download
@Nuno I had an simple fix for the media gallery sidebar. Insert the following code into EXTRA.css and it will looks like ..

Bildschirmfoto 2015-09-01 um 18.59.50.webp

Code:
/***** SPECIAL MEDIA GALLERY SETTINGS *****/
    #content[class^="xengallery_"] .mainContainer .mainContent,
    #content[class^="xengallery_"] .mainContainer_noSidebar {
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -khtml-box-shadow: none;
        box-shadow: none;
        background: none;
    }
    .xengalleryContainer .insideContainer {
        background-color: #fff;
        padding: 25px;
    }
    .xengallerySideBar .section {margin:0;}
    .xengallerySideBar .secondaryContent {
        padding: 25px;
        border: none;
        -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
        -khtml-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
        box-shadow: 1px 2px 3px rgba(0,0,0,.1);
        border-radius: 1px;
        margin-bottom: 15px;
    }
    .xengallerySideBar .secondaryContent h3 {
        font-weight: bold;
        font-size: 16px;
        color: @uix_secondaryColor;
        padding: 20px;
        margin: -25px -25px 15px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
    }
    .xengallerySideBar .secondaryContent h3:after {
        content: '';
        display: block;
        height: 2px;
        width: 20%;
        background: @uix_primaryColor;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
   
<xen:if is="@enableResponsive">
    <xen:if is="@uix_sidebarMaxResponsiveWidth != '100%'">
    @media (max-width:@uix_sidebarMaxResponsiveWidth)
    {
    </xen:if>
        .Responsive .mainContainer
        {
            float: none;
            margin-right: 0;
            width: auto;
        }
   
            .Responsive .mainContent
            {
                margin-right: 0;
            }
       
        .Responsive .xengallerySideBarContainer
        {
            margin-top: 15px;
        }
       
        .Responsive .xengallerySideBar
        {
            float: none;
            margin: 0 auto;
            width: auto;
        }
       
        .Responsive .xengallerySideBar > *
        {
            max-width: none;
        }
    <xen:if is="@uix_sidebarMaxResponsiveWidth != '100%'">
    }
    </xen:if>
   
    @media (max-width:340px)
    {
        .Responsive .xengallerySideBar
        {
            width: 100%;
        }
    }

</xen:if>
   
/***** SPECIAL MEDIA GALLERY SETTINGS *****/
 
This was another thing. I really like the layout here, but the ratings stick out and don't blend at all. Again not the themes fault. But it would be nice if it blended better somehow.

1.webp
 
This was another thing. I really like the layout here, but the ratings stick out and don't blend at all. Again not the themes fault. But it would be nice if it blended better somehow.

View attachment 115824

Like this?

2015-09-01_17-38-55.png
 
I'm going to try to re-install it again and see what I can come up with.
 
Last edited:
We essentially have 6 main types of logos:
  1. Desktop logo large
  2. Desktop logo small
  3. Tablet logo (maybe)
  4. Mobile logo
  5. Sticky nav logo (maybe)
  6. Footer logo
UI.X only takes care of the most common. The first 2.

Where do I set the image file to use for both of these first 2? And what's the optimal/max dimensions of each?
 
You should open the template 'dark_postrating_visitor_panel' and replace all with the following code ..

Code:
<xen:require css="dark_postrating.css" />
<div class="stats dark">
    <xen:if is="{$postrating_enabled_ratings.positive}">
        <dl class="pairsInline">
            <dt>{xen:if '@uix_visitorStatsIcons', '<i class="uix_icon uix_icon-star Tooltip" title="{$postrating_ratings_total.positive} {xen:phrase dark_positive_ratings_received}"></i>', '{xen:phrase dark_positive_ratings_received}:'}</dt>
            <dd><span class="dark_postrating_positive">+{$postrating_ratings_total.positive}</span></dd>
        </dl>
    </xen:if>
    <xen:if is="{$postrating_enabled_ratings.neutral}">
        <dl class="pairsInline">
            <dt>{xen:if '@uix_visitorStatsIcons', '<i class="uix_icon uix_icon-star-half-o Tooltip" title="{$postrating_ratings_total.neutral} {xen:phrase dark_neutral_ratings_received}"></i>', '{xen:phrase dark_neutral_ratings_received}:'}</dt>
            <dd><span class="dark_postrating_neutral">{$postrating_ratings_total.neutral}</span></dd>
        </dl>
    </xen:if>
    <xen:if is="{$postrating_enabled_ratings.negative}">
        <dl class="pairsInline">
            <dt>{xen:if '@uix_visitorStatsIcons', '<i class="uix_icon uix_icon-star-o Tooltip" title="{$postrating_ratings_total.negative} {xen:phrase dark_negative_ratings_received}"></i>', '{xen:phrase dark_negative_ratings_received}:'}</dt>
            <dd><span class="dark_postrating_negative">-{$postrating_ratings_total.negative}</span></dd>
        </dl>
    </xen:if>
</div>
Code:
.sidebar .visitorPanel .stats.dark .pairsJustified dt { display: none; }

.uix_icon-star,
.uix_icon-star-half-o,
.uix_icon-star-o
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uix_icon-star:before            {content: "\f005";}
.uix_icon-star-half-o:before        {content: "\f123";}
.uix_icon-star-o:before            {content: "\f006";}

That should work. Otherway just ask .. ;)
 
The new indicator label should probably use the primary or secondary colour from the palette
I think this would be a wise idea also. The "New" doesn't quite pop enough. I would recommend for a future update also.
 
@Mike Creuzer when a guest visit my site the see this: ( not ready yet )
upload_2015-9-2_21-49-22.webp


is it posible to set a fix header like this for members?
upload_2015-9-2_21-51-28.webp

In Header and Navigation i use these settings: Header Logo Image Path: style/mylogo.png but i makes no difference.
 
Back
Top Bottom