Black Responsive [Deleted]

Ah, @Arty i'm facing a breaking things, the style of all pages, breaks on Internet Explorer, i tried to create a node page only with a test phrase, and still breaks it. This using IE 11 on Win8.

EDIT: Oh it works on the parent child but not the edited child, odd it works on the other browsers, any hints where to look what causes the style to break on page nodes?
 
Last edited:
Tested page content, works fine. I don't see anything in code that could possibly break layout. Can you send me link to that page?
 
Style has been updated to support latest version of Brogan's CTA Featured Threads & Portal add-on.

Instead of releasing new version I overwrote latest version's files. There were no other changes. You need to update only if you are using CTA Featured Threads & Portal add-on. To update style import new XML file.
 
@Arty there's some thingies with Showcase addon style, the review bar is not styled:
http://i.imgur.com/XqLoIdI.png
XqLoIdI.png

So does the Featured Icon.

Side of that, i love the transparency on the comment editor, one suggestion it would be amazing the comments itself background to have such transparency as well. ^-^
 
Showcase support hasn't been updated for a while, but that will be changed soon.

Comment editor transparency: do you mean semi-transparent text editor that stops being transparent when you focus it?
 
Showcase support hasn't been updated for a while, but that will be changed soon.

Comment editor transparency: do you mean semi-transparent text editor that stops being transparent when you focus it?
I have been poking on it now indeed, the Grid Style isn't updated, it's still rounded (from default style).
And yes indeed, comment section feels much light with that transparency (but maybe optional some people may want the full block if they have a light background), just need some tweaks after the editor to be perfect.
 
@Arty have you heard of any issues on the mobile version of when typing to a replied message and you use a "Learned Word" that shows above your keypad it tends to automatically begin typing in the quote text box?
 
@Arty have you heard of any issues on the mobile version of when typing to a replied message and you use a "Learned Word" that shows above your keypad it tends to automatically begin typing in the quote text box?
No, I haven't experienced such bug. If there is such bug I can't do anything about it - its an issue with Redactor editor that XenForo uses and it affects all styles.
 
How do I use max-width with this skin?

When using a max-width, it adds a horizontal scroll-bar to the bottom of the page when below the max-width.
 
Also... it appears the xenforo-ui-sprite.png image is missing a lot of icons... This is what it looked like in the old version:

xenforo-ui-sprite.png
 
max-width: Set width value in pageWidth property.

Icons: see xenforo-ui-sprite-editable.png. It was split into 2 images to separate icons that are fixed color variation from icons that use primary or secondary color. Purpose of that is to make sure only some icons are edited by colorizeit script, so it only parses xenforo-ui-sprite-editable.png, but not xenforo-ui-sprite.png

+Quote: it does have it. If you don't see it, probably you are using very old version.
 
max-width: Set width value in pageWidth property.
What I am saying about max-width, is that if you set a max-width (or even just a width), it adds a HORIZONTAL SCROLL BAR to the bottom of the page. In fact, this horizontal scroll bar even gets added by default to the page when it drops below the medium responsive width. Even on your demo (http://www.artodia.com/xfdemo/11/forums/)

Icons: see xenforo-ui-sprite-editable.png. It was split into 2 images to separate icons that are fixed color variation from icons that use primary or secondary color. Purpose of that is to make sure only some icons are edited by colorizeit script, so it only parses xenforo-ui-sprite-editable.png, but not xenforo-ui-sprite.png
This isn't good. If a third-party modification is looking for the sprite sheet, you've deleted some built-in default XenForo sprites. Sprite sheets should be universal. Not to mention, this skin itself is looking for those sprites, such as sticky or locked thread icons. Since you've removed those built-in sprites, they are even missing with this skin itself.

Even on your demo its looking for xenforo-ui-sprite.png for your sticky thread icons (http://www.artodia.com/xfdemo/11/forums/xenforo-support/). However, as I stated, the xenforo-ui-sprite.png you have included in the package, deletes these sprites.

+Quote: it does have it. If you don't see it, probably you are using very old version.
We're using the most recent version.
 
Back
Top Bottom