If you disable the extended footer, the javascript implodes on itself. In your loop for rounded corners you try to select "#uix_footer_columns .pageContent" but it doesn't exist. This breaks a lot of javascript-reliant stuff.
Also, you minify the functions.js but don't use a minified jquery.cookie.js file..? Would be great if all javascripts were minified.
Come to think of it, it would be REALLY nice if you managed to concat and minify all the js files so we can have one cacheable network request.
Also also, when you do a release it would be nice to know of any changed image files and style properties, since this style is pretty much a base style for real styles. I need to know what to update in my child themes.
Edit:
It would be great if some sort of cache-busting tag would be included in the javascripts, like XenForo does with its own by default. My javascripts are stored on a CDN and cached there and locally for visitors for 1 full year.
Basically, without a ?_v=something tag I can't update my site.. because the requests are cached for 1 year for my visitors.. and without the updated JS the style doesn't work properly. I've added it to my child themes but it would be nice to see in core.
The default in the beta for page style has been changed to covered. Would think it would be 'default'? The forum node style also has a different 'default' than default. I get the notion that it's the XenForo default but it seems a bit counterintuitive.
Hovering over the 'Reports' and 'Admin' links when the user navigation isn't moved to the 'user bar' looks kinda ugly:

The top left rounded corner for the first navtab isn't removed when you have sticky navigation.
Zooming in on mobile should remove the sticky nav and the floating top button, or the style should be set not to be zoomable, because otherwise it covers the content.
Updating your status on mobile with sticky nav from the user dropdown seems to not work.
If your small logo is any wider than the default, it pushes the avatar down to the tabLinks row. Ideally it should fold navigation to avoid this.
A suggestion: move the 'Terms and Rules' and 'Privacy Policy' to the end of the right footer links, instead of the beginning.
Thanks Mike!
Also, you minify the functions.js but don't use a minified jquery.cookie.js file..? Would be great if all javascripts were minified.
Also also, when you do a release it would be nice to know of any changed image files and style properties, since this style is pretty much a base style for real styles. I need to know what to update in my child themes.
Edit:
It would be great if some sort of cache-busting tag would be included in the javascripts, like XenForo does with its own by default. My javascripts are stored on a CDN and cached there and locally for visitors for 1 full year.
Basically, without a ?_v=something tag I can't update my site.. because the requests are cached for 1 year for my visitors.. and without the updated JS the style doesn't work properly. I've added it to my child themes but it would be nice to see in core.
The default in the beta for page style has been changed to covered. Would think it would be 'default'? The forum node style also has a different 'default' than default. I get the notion that it's the XenForo default but it seems a bit counterintuitive.
Hovering over the 'Reports' and 'Admin' links when the user navigation isn't moved to the 'user bar' looks kinda ugly:
The top left rounded corner for the first navtab isn't removed when you have sticky navigation.
Zooming in on mobile should remove the sticky nav and the floating top button, or the style should be set not to be zoomable, because otherwise it covers the content.
Updating your status on mobile with sticky nav from the user dropdown seems to not work.
If your small logo is any wider than the default, it pushes the avatar down to the tabLinks row. Ideally it should fold navigation to avoid this.
A suggestion: move the 'Terms and Rules' and 'Privacy Policy' to the end of the right footer links, instead of the beginning.
Thanks Mike!
Last edited:
