Fusion Gamer - PixelExit.com [Deleted]

Omg :( Yeahr its going thx @Russ but now I have the problem with my other styl the xenbase now the prefixes are not showing . Have you any idea what I can do ?

What other style? The prefixes we have pre-made are specific to fusion gamer(unless you copy the CSS in that template you found to other styles
 
Ok i will copy it . Yepp i have 2 Child styl The dark Fusion Gamer styl and The xenbase styl

Just curious why is XenBase a child style?

Installation should be:

XenBase
--- Fusion Gamer as a child of XenBase
--------Create new style naming it your own, as a child of Fusion Gamer

All of your edits should go into the child of Fusion Gamer
 
Russ updated Fusion Gamer - pixelExit.com with a new update entry:

1.3.4 Update

This update brings it up-to-date with XenBase 1.3.4. A list of changes and fixes can be found here.

Specific to Fusion Gamer:

  • Updated XenBase to 1.3.4
  • Fixed a lot of minor coloring Issues

Before upgrading please make a backup of your current XenBase and style. To upgrade simply import XenBase overwriting your existing copy, along with Fusion Gamer. All the changes and...

Read the rest of this update entry...
 
@Russ since the last update i cant find the scroll up/down button ....

strange i have found my problem

in the page containter , i have not this code
HTML:
<xen:if is="@xb_scroll_buttons">
                <div class="xbScrollButtons">
                    <div style="display:none;" class="xbScrollUpButton" id="xb_ScrollUp"><i class="fa fa-chevron-up"></i></div>
                    <div style="display:none;" class="xbScrollDownButton" id="xb_ScrollDown"><i class="fa fa-chevron-down"></i></div>
                </div>
            </xen:if>

and in the xb.css i must be added this one
HTML:
.xbScrollButtons
{
    @property "xb_scroll_buttons_contianer";
    margin-right: -11px;
    position: relative;
    float: right;
    bottom: 40px;
    @property "/xb_scroll_buttons_contianer";
}

.xbScrollUpButton
{
    @property "xb_scroll_up_button";
    color: @contentText;
    background-color: @primaryLighterStill;
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 20px;
    border: 1px solid @primaryLighter;
    border-radius: 2px;
    position: fixed;
    bottom: 60px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    right: 2%;
    @property "/xb_scroll_up_button";
}

.xbScrollDownButton
{
    @property "xb_scroll_down_button";
    color: @contentText;
    background-color: @primaryLighterStill;
    padding: 10px;
    margin-left: 20px;
    border: 1px solid @primaryLighter;
    border-radius: 2px;
    position: fixed;
    bottom: 60px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    right: 2%;
    @property "/xb_scroll_down_button";
}

.xbScrollUpButton:hover, .xbScrollDownButton:hover
{
    @property "xb_scroll_button_hover";
    color: @primaryDarker;
    border-color: @primaryLightish;
    @property "/xb_scroll_button_hover";
 
@Lemminator we've replaced the regular go to top with the ability to have a go-to-top and go-to-bottom(or either one)

Sounds like the template might just be outdated for you.
 
Russ updated Fusion Gamer - pixelExit.com with a new update entry:

1.4.0 Beta 1 Fixes

Primarily a XenBase update which brings all of the out of date templates up to date.

Existing customers can find it in the "My Downloads" link on pixelexit.com.

To upgrade simply first make backups of your styles by exporting them.
Next import XenBase 1.4.0 Beta 1 overwriting your current XenBase, then import the style you've purchased and overwrite it. All updates should trickle down to your child style.

Last note:
This is possibly the last release we'll do for the 1.4 Beta series,...

Read the rest of this update entry...
 
Back
Top Bottom