Style updates 2.1.10 Style Updates

Hello everyone, we're pushing our 2.1.10 updates out today. Once you receive the email you'll be able to download it immediately with an active license via your purchase area.

This update simply fixes a few minor bugs and addresses the outdated template that is appearing on the latest version of XF(2.1.10 Patch 2).

Before Upgrading
As always backup your current styles before importing the new version. Backing up is simply exporting your current styles before upgrading. Check out our documentation on how to backup your style if you have further questions.

Installation and Upgrading instructions for XenForo 2.0 styles
Full details for how to install and upgrade can be in our Documentation.

Run into issues? Please create a ticket and we'll respond to you as quick as we can.

Found a bug? Let us squash it, submit a bug report.
 
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.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back