Apex - PixelExit.com

XF2 Style Apex - PixelExit.com 2.2.8

No permission to download
This is a minor update to our XenForo styles. Please see our announcement thread for full details and upgrade instructions.
  • Like
Reactions: BattleKing
  • Footer logo placement will now work in blocks 2-5
  • Block footer text color is legible now when used in the custom footer
  • Social icons in the footer now show in mobile
  • Share icon is no longer hidden in mobile when set to circular now
  • IMPORTANT: Canvas layout logo will now respect the dimensions set under Style properties -> Basic options. If you use Canvas, you made need to adjust your width/height settings here.
Changes
  • Removed template "xb_canvas" as it was no longer used (all Canvas HTML edits are inside PAGE_CONTAINER now)
Fixes
  • Boxed navigation wasn't stretching with alternate page width
  • The search bar in sub-navigation now has some spacing on the right side
  • Space added before our copyright so it's not touching the default XF copyright.
  • Sticky sidebar had no spacing when sub-nav was floating as well
  • Removed an unnecessary line at the end of "jquery.qtip.min.js" causing a server error in some cases
  • Mod selected color wasn't working if the alternate background on discussion items was enabled
For those with a customized PAGE_CONTAINERE, if merge does not work then you can apply the update manually by doing the following.

Open PAGE_CONTAINER
Find (click inside the editor and hit ctrl-f):
Code:
<xf:if is="$rootBreadcrumb AND $rootBreadcrumb.href != $xf.uri">
Replace with:
Code:
<xf:if is="$rootBreadcrumb AND $rootBreadcrumb.href != $xf.uri AND $rootBreadcrumb.href != $xf.fullUri">
Find:
Code:
<xf:if is="$selectedNavEntry && $selectedNavEntry.href && $selectedNavEntry.href != $xf.uri && $selectedNavEntry.href != $rootBreadcrumb.href">
Replace with:
Code:
<xf:if is="$selectedNavEntry AND $selectedNavEntry.href AND $selectedNavEntry.href != $xf.uri AND $selectedNavEntry.href != $xf.fullUri AND $selectedNavEntry.href != $rootBreadcrumb.href">
Find:
Code:
<xf:foreach loop="$breadcrumbs" value="$breadcrumb" if="$breadcrumb.href != $xf.uri">
Replace with:

Code:
<xf:foreach loop="$breadcrumbs" value="$breadcrumb" if="$breadcrumb.href != $xf.uri AND $breadcrumb.href != $xf.fullUri">
Then hit SAVE AND EXIT.

These are the only changes assuming you're upgrading from our 2.1.8 version.
Apex 2.1.0

This update brings the style up-to-date with XenForo 2.1. Please take a backup (export) of your styles before upgrading. For a full changelog along with upgrade/install instructions


Apex 2.0.12

This update brings the style up-to-date with XenForo 2.0.12. You must be running 2.0.12 to run this version. Please backup your styles first.
This update is meant for those looking to get a head start on the XF 2.1 release. Since XF 2.1 is currently in beta and is not recommended for a live site, we suggest using this style only on a test forum until 2.1 comes to a stable release.
Top