Titan 🎮

Titan 🎮 [Paid] 2.2.15

No permission to buy ($30.00)
Ehren updated Titan with a new update entry:

Bug fixes, improvements, new settings and 2.0.12 compatibility.

  • Updated for XenForo 2.0.12
  • Neatened spacing of icons in user panel
  • Corrected alignment of navigation when using the search link instead of search bar
  • Converted Discord social icon into svg
  • Improved clickable node rows
  • Removed incorrect margin on RSS icon in footer
  • Added setting to adjust visibility of both the search bar and search link
  • Added setting to remove text in user panel and only show icons (to prepare for 2.1 release)

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

Large improvements to the grid view and guest message. New settings and bug fixes.

Large updates (including new settings) for the grid view, style improvements to numerous areas throughout the theme and bug fixes.
  • By popular demand, node grids can now be isolated to specific nodes.
  • Removed the box styles from grid wrappers on certain themes for a cleaner look
  • Node stats (thread and message numbers) can be hidden from grid view via a setting to create a cleaner look
  • Improved alignment of Register button when a background is applied
  • Reduced clutter on...

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

Updated for XenForo 2.1.0, including numerous new features and bug fixes

  • Upgraded for Xenforo 2.1.0
  • Recoded the node grid layout to ensure uneven node items span the full width of the last line
  • Removed a comment from the extra.less file which caused the theme to break under rare conditions
  • Added a setting to hide the Mega Footer on mobiles
  • Simplified the design of the “Post thread…” modal box
  • Added a footer mobile navigation bar with style properties to enable/disable and customise the colors
  • Fixed alignment of footer links on mobile...

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

Bug fixes, layout improvements and code optimizations

  • Repositioned avatar so it occupies the empty space when grid view is enabled
  • If the Grid View is disabled, the css code is no longer compiled into the css file
  • If the Mega Footer is disabled, the css code is no longer compiled into the css file
  • If the Social Icons are disabled, the css code is no longer compiled into the css file
  • If the Background Picker is disabled, the css code is no longer compiled into the css file
  • If the Customize Panel is disabled, the css code...

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

Upgrades, improvements, bug fixes and preparations for future updates

  • The minimal post layout on mobiles which was introduced in the last date has been reverted due to insufficient space for the user badges and user group
  • Improved the translation of some German phrases
  • The post moderation links now have a subtle background-color on hover
  • The bottom breadcrumb navigation is now hidden on the homepage. The top one is also hidden if the social links are disabled
  • The width of the content area will no longer stretch beyond it’s parent width in...

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

Minor bug fixes and enhancements to improve yesterdays update

  • The width of your forum will no longer stretch when the Media slider is enabled. Sorry about missing that one!
  • The breadcrumb bar has been recoded, and will now only display on pages when necessary, mimicking the default XenForo theme. If the social icons are enabled however, the breadcrumb bar will always be shown
  • The logo on mobiles will no longer stretch beyond the header width
  • The size of the Register button has been corrected on some themes
  • The Style Properties for...

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

Upgraded for 2.1.1, new features and minor bug fixes

  • Upgraded for XenForo 2.1.1
  • Text selection in the editor in webkit browsers now works correctly in dark themes
  • Embedded content, such as facebook posts, are now easier to read on dark themes
  • The css code for the guest message is now removed if the guest message is disabled
  • Added a Style Property to enable/disable the NEW badge
  • Added a Style Property to remove the latest topic title from the grid layout (in an attempt to reduce visual clutter). This setting has been...

Read the rest of this update entry...
 
Ehren updated Titan 🎮 with a new update entry:

New features and minor bug fixes

  • The Background Picker now supports up to 10 images instead of 6
  • The icon on the reply button has been changed from the plus icon to an arrow icon
  • The navigation icon from the Siropu Chat add-on now works correctly
  • Long logo slogans should now wrap on smaller screens instead of exceeding the width of the theme
  • The “clickable node rows” now work when viewing individual category pages or subforms
  • If the sticky side panel is disabled by default, but you allow your...

Read the rest of this update entry...
 
For the social icons, is there a way to get the DeviantArt logo instead of an asterisk?

Add the following to your extra.less file and I'll add it to the next update by default :)

Less:
.xenfocus-social a[href*='deviantart.com']{
    background: #475c4d;
    &::before{ .m-faContent(@fa-var-deviantart); }
}
 
Thanks!

Also, I noticed that this style has a tendency to make my browser hang - any suggestions/ideas on that?
Strange, I haven’t noticed that myself. The only thing I can think of is that your device is struggling to render the blur effect.. but it’s unlikely since there are only a few blurred areas.

Add this to extra.less and let me know if the performance improves at all. It'll help us to narrow down the culprit. :)

Less:
.xenfocus-blur,
.block-header{
    &::before{
        -webkit-filter: none;
        filter: none;
    }
}
 
any suggestions/ideas on that?
I've just noticed your background is set to fixed rather than scroll.

Fixed background are generally the reason for scroll lag. I just tested it on my demo board and the frame rate seems to decrease slightly when the background is fixed. Your site is still smooth for me, however I'm on a new iMac so the lag might only be noticeable on older devices.
 
Top Bottom