Basic [Deleted]

It shows that first style you are using is for 1.4.4, not latest version.

Second style is most likely for 1.5.1. If style is for 1.5.2, you've updated forum after updating style. You should update styles and add-ons after updating forum, not in other order. If that's the case reinstalling style for 1.5.2 should get rid of message.
 
Bug:

2015-11-06.22-34-31.webp

Fix (less):

Code:
.pollBlock {
  .pollResult,
  .pollOption {
    &:before {
      content: none;
    }
    &:after {
      content: none;
    }
  }
  .pollResult {
    display: table-row;
    table-layout: auto;
  }
}

2015-11-06.22-35-15.webp
 
Thanks, however in Chrome that has a bad side effect - it messes up borders in poll results.
 
Bug:

2015-11-12.14-49-42.webp
Revert:
Code:
<dd>{xen:number {xen:calc '{$visitor.xengallery_media_quota} * 1024'}, size}</dd>

To:
Code:
<dd>{xen:number $visitor.xengallery_media_quota, size}</dd>
 
Its not a bug. Code is the same as in latest XenGallery. You are probably using outdated version of XenGallery.
 
@Arty , after update to XMG 1.1.2, important:

Outdated Templates
  • Basic
    • xengallery_media_statistics_block
  • Simplicity (Gray)
    • xengallery_media_statistics_block
 
If overwrite doesn't help, install previous version, then install latest version. That should update last modification time for all templates.
 
Arty updated Basic with a new update entry:

FontAwesome and GlyphIcons update, support for latest AMS and Showcase

This is an optional update, previous version will work fine with XenForo 1.5.4.

Changes:
  • Support for latest version of Showcase add-on
  • Support for latest version of Article Management System add-on
  • Some bug fixes
  • FontAwesome has been updated to latest version
  • GlyphIconsPro has been updated to latest version
  • Styles framework add-on has been updated
To update from previous version you need to do this:
  • import new XML file
  • update all files in...

Read the rest of this update entry...
 
Arty updated Basic with a new update entry:

XenForo 1.5.5 update

Style has been updated for XenForo 1.5.5 and XenForo Media Gallery 1.4.4

To update from previous version do this:
  • Import new style XML file
  • Update framework add-on files (copy contents of upload/js and upload/library to your forum's js and library folders)
  • Update framework add-on. To do that go to admin panel, click "Add-ons". Find "Artodia Styles Framework" in add-ons list, click "Controls" button on right, select option to update add-on. Drag addon-artodia_framework.xml to...

Read the rest of this update entry...
 
Thanks for the info. So I should install the framework in my Xenforo installation as well?
Its optional. With framework add-on some calculations are moved from JavaScript to PHP, which makes page load a bit faster for customers. Also add-on adds nice glyph pickers in style properties for options like custom node glyphs and few other properties, making customization a bit easier.
 
Arty updated Basic with a new update entry:

Rounded avatars, animated online indicator, bug fixes

Changes:
  • New option: rounded avatars. You can find it in style properties -> message layout.
  • New option: animated online indicator. You can find it in style properties -> message layout. You can configure where to display it relative to avatar: top left, top right, bottom left or bottom right. It works well with rounded avatars.
  • Several new options for alternative navigation layout.
  • Many small bug fixes.

To update from previous version you need to import new XML...

Read the rest of this update entry...
 
  • Like
Reactions: Bob
Top Bottom