Even though I dismissed the update for the outdated style, the banner is still on my admin home page... Why?
Liam
There is the potential to be two separate notices, one for the add-on, and one for the style. You may have dismissed the one for the add-on, but not the style or for the style but not the Add-on. Or, if you dismissed it before the release we made yesterday it may be the notice from the newest version. Even if you dismiss the notice it'll come back up when there is a new version. Just dismiss it again and you should be fine, and if you never want to see the notice again there is an option to disable automatically checking for updates in Options -> [UI.X] General Options
Go to Appearance => UI.X => Styles and see if any of them say 'Update' next to them. A couple people have had issues with that page.
You should be able to change that under the Style Property for Header and Navigation > Header Tab Height.My style causes a slight delay I would like to learn how to fix.
I am using sticky navigation
I have set the header margin to 0px to stick my nav to the top
I have removed subnav
sticky nav height is 42px
When the page loads, the navigation buttons are taller than 42px and then after half a second "squish" to fit 42px.
I note that this is the activity that already occurs in UI.X : XenForo Demo but normally, the "stick" for navigation doesn't occur on each page load, only once the user scrolls down.
Since my nav is always at the top and always stuck, it loads the taller nav (50px), then resizes. How can I make the buttons just load at 42px initially, hopefully removing this little delay?
EDIT - I adjusted the sticky to 50px and that seems to keep it at 50px before and after removing this need to resize. So what do I do to adjust the initial nav height so I can set them both to 42px?
Thank you!
You can disable checking for style updates to remove this alert until we release a version for 1.5.0, which will hopefully be soon.It does, but of course I'm running the beta so can't update it.
When the 1.4.9 release notice came, clicking the dismiss button removed the notice... Strange it didn't work for 1.4.10.
Liam
Make sure the viewport settings for the AD Styler in Style Properties aren't set too high. The default is 768 which made it unavailable on various devices. I set mine to 480.I just installed the latest updates using the manual install method and now the AD Styler button is missing. I've double checked the settings for it, toggled it, etc. with no luck. A LOT of my users use this feature, especially those with vision challenges. Any clue how to get it back?
Make sure the viewport settings for the AD Styler in Style Properties aren't set too high. The default is 768 which made it unavailable on various devices. I set mine to 480.
Also ensure that the AD Styler user group permissions are set for the user group(s) that have access to it.
Still seem to have the issue.Are you using a CDN? If so, I would purge your caches![]()
uix.catchJsError = function(err) {
console.log("\n\n############============ Begin Copying Here ============############\n\n")
var errMsg = "Uh Oh! It looks like there's an error in your page's javascript. There will likely be significant issues with the use of the forum until this is corrected. If you are unable to resolve this and believe it is due to a bug in your Audentio Design theme, contact Audentio support and include a copy of the text between the designated areas from your javascript console. This is the error: \n\n" + err ;
uix.fixJsVisibility();
uix.adminJsError(errMsg);
console.log("\n\n");
console.log(err);
console.log("\n\n");
try {
uix.debug(true);
} catch (err) {
console.log("Unable to include uix.debug();");
}
console.log("\n\n############============ End Copying Here ============############\n\n");
}
$(document).ready(function(){
if (typeof(audentio) === 'undefined') {
var errMsg = 'Uh Oh! It looks like the javascript for your theme was not found in /js/audentio/uix_style/.\n\n';
if (uix.jsGlobal) {
errMsg += 'Your forum is set to use the same javascript directory for all your themes. Consider disabling this or modifying the directory. Options are located under Options > [UI.X] General.\n\n'
} else {
errMsg += 'Your theme has set the location of its javascript directory. You may need to modify the javascript directory location style property located under [UI.X] Global Settings > Javascript Path.\n\n'
}
errMsg += 'If your files are in the directory specified, ensure that your file permissions allow them to be read. There will likely be significant issues with the use of the forum until this is corrected. If you are unable to resolve this, contact Audentio support. This error has also been logged to the javascript console.';
uix.fixJsVisibility();
uix.adminJsError(errMsg);
} else if (uix.jsHeadVersion != uix.jsVersion) {
var errMsg = 'Uh Oh! It looks like the version of your javascript functions file does not match the version of your page_container_js_head template. \n\nYour javascript functions file is version "' + uix.jsVersion + '". \nYour page_container_js_head is version "' + uix.jsHeadVersion + '". \n\nIf your functions file version number is higher, ensure that you have merged all templates (especially page_container_js_head). If your page_container_js_head version number is higher, ensure that you have correctly uploaded the latest version of the javascript functions file. \n\nThis issue could cause parts of your forum to not display or function correctly. If this does not resolve the issue contact Audentio support. This error has also been logged to the javascript console.';
uix.adminJsError(errMsg);
}
You can set the settings in UI.X Welcome Block in XenForo Options. To show it there are usergroup settings. So you need to tell the usergroup that it can see the welcome block.
And also the footer is not showing up. I hven't done anything yet..You can set the settings in UI.X Welcome Block in XenForo Options. To show it there are usergroup settings. So you need to tell the usergroup that it can see the welcome block.
We use essential cookies to make this site work, and optional cookies to enhance your experience.