JasonBrody
Active member
Seems outdated template issue since the latest XF v2.1.10 Patch 2 release .
				
			The themes will be updated today with the necessary 2.1.10 updatesSeems outdated template issue since the latest XF v2.1.10 Patch 2 release .
This update includes:
- Compatibility for Xenforo 2.1.10
 - Fixed a bug where the mobile footer may not function correctly if the theme editor is disabled.
 - Converted “Theme editor preferences” from cookies to localStorage, removing a HTTP request as well as a couple of cookie functions.
 - Some button colours were assigned using the wrong Style Properties. This has now been fixed.
 - Translated the “Mobile navigation bar” text in the editor for all languages.
 - Added Polish...
 
Upgraded for xenforo 2.2.0, including minor bug fixes from past bug reports.
- Upgraded for xenforo 2.2.1
 - Article nodes, Question nodes and Suggestion nodes now have unique icons to distinguish them from regular Discussion nodes
 - An incorrect Italian translation for Sticky Threads has been corrected
 
- Upgraded for Xenforo 2.2.4.
 - The [BS] Live forum statistics addon should now be formatted correctly.
 - The alignment of arrows in the secondary navigation bar has been improved.
 - All node icons now respect the
 Xenfocus: Node icons > “New content” icon weightStyle Property.- The Alerts icon in the user bar now has a tooltip, matching all of the other icons.
 
Hi @Recep BaltaşIncompatible with 2.2.8?
A minor change to the PAGE_CONTAINER template file, introduced in the 2.2.8 Xenforo update, was applied.
This was fixed with 2.2.8 but after the latest update, here is the situation:@Recep Baltaş I've just taken a look at the code changes, and they're incredibly minor. I'm not sure why your site would have broken so badly.
Can you please send me a PM with a URL to your site, and a username/password to your ACP so I can check the error logs? I only need access to the Appearance area and Logs area, so you can disable access to everywhere else if you like![]()


Hello,This was fixed with 2.2.8 but after the latest update, here is the situation
.samCodeUnit{
  overflow: hidden;
}
	
Hello,I wanted to buy the style but I can not register on your site, to bad.
- Upgraded for Xenforo 2.2.9.
 - The breadcrumb navigation bar can now wrap links if necessary.
 - Long usernames are no longer truncated in the user panel
 
This theme is compatible with Xenforo 2.2.10 and requires no further updates.
.node--forum .node-icon{
    width: 82px;
    i{
        display: inline-flex;
        vertical-align: middle;
    }
    &::after{
        content: '';
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        background-image: url('https://site.com/icon.jpg');
        background-size: cover;
        background-position: 50%;
    }
}
.node--id3 .node-icon::after{
    background-image: url('https://site.com/icon--3.jpg');
}
.node--id5 .node-icon::after{
    background-image: url('https://site.com/icon--5.jpg');
}
	We use essential cookies to make this site work, and optional cookies to enhance your experience.