UI.X

UI.X 1.5.22.0

No permission to download
Hello, I tried to remove the logoBlock with this CSS Rule into Extra.css : #logoBlock {display:none;} but it doesn't work. I also tried adding !important; but it seems that it's impossible to get rid of the logoBlock :'(

Using the chrome analyzer stuff it works fine but there is a weird statement after that. Removing the logoBlock doesn't display the logo in the navBar, but, when we scroll down, the logo appears and when we scroll back to the top, the logo is still in the navBar and won't leave this place. which is what I want but not only when I scroll down one time.

Is is possible to just have this menu the same way as when it's sticky at the top and when the logo appears, no matter what you do?
 
Hi,

I've purchased the theme. Have two questions:

1. I am using your theme option of navigation on top. Navigation is also sticky. I manually removed the default "forums" and "members" tab from navigation via templates. Now I would like to move the search bar from it's tiny icon on the far right, to a full bar on the left (think facebook navigation style).

i.e.:

Before:

before.webp
After:

after.webp


2. I have customised a login button on navigation. How do I completely and effectively remove the default UIX login bar that is on the top right?

Thanks!!
 
Last edited:
I noticed I get an error saying i am not logged in whenever I mouse over either "alert" or "conversation". And then my account gets logged out.

Anyone facing the same issue? This problem seem to go away if i tick "Stay logged in"
 
Not sure if this is related to the UI.X style or not, but for some reason the icons on the attachment popup are not showing the X button to close. This is a new install with imported vB data, if that makes any difference. You click the avatar thumbnail and the image pops up fine, but there are no icons in the top right corner like they should be. If I hover the mouse over that area I can see that the buttons are there in the status bar.
 
Hi, just to add - I'd really like the ability to put a leaderboard ad next to the logo - can you consider this for the next release? I have moved the search bar to position'0' so have plenty of space for it.

I'm not skilled enough to float it myself!
 
Plus on
Hi, just to add - I'd really like the ability to put a leaderboard ad next to the logo - can you consider this for the next release? I have moved the search bar to position'0' so have plenty of space for it.

I'm not skilled enough to float it myself!
Same here... that's where I am planning to put my leaderboard.
 
Yesterday he said either last night or this morning... i expect a release soon enough.. even if it isnt tonight..
Am working on getting it released later tonight or tomorrow morning!
of course that was in another thread about a different style.. (Quark)
 
We ran into an unrelated issue. We noticed that the search positions and rounding of navtabs happened regardless of the {$canSearch} variable. So in other words, people who were denied rights to use the search engine were seeing some styling that was not intentional. It took us a while to fix this because the {$canSearch} variable is not available to the CSS templates and thus it required us to think a bit outside our comfort zone. We got it working though but it did set us back.

I also fixed the tweet sidebar overflow issue I believe. The sidebar no longer slides but rather fades, twas the only solution I could come up with.

All in all, we are just in the once-over stage and are still planning on releasing today.
 
When doing this, the count alerts for 'alerts' and 'inbox' are out of sight, above the browser 'viewport' (correct phrase?).
How would we do it so that the alert/inbox counts can still be seen?

View attachment 68967

Do you have navigation at top enabled? If not that would be the reason.

Hello, I tried to remove the logoBlock with this CSS Rule into Extra.css : #logoBlock {display:none;} but it doesn't work. I also tried adding !important; but it seems that it's impossible to get rid of the logoBlock :'(

Using the chrome analyzer stuff it works fine but there is a weird statement after that. Removing the logoBlock doesn't display the logo in the navBar, but, when we scroll down, the logo appears and when we scroll back to the top, the logo is still in the navBar and won't leave this place. which is what I want but not only when I scroll down one time.

Is is possible to just have this menu the same way as when it's sticky at the top and when the logo appears, no matter what you do?

Can try:

Code:
html #logoBlock {display: none !important;}

If that doesn't work, JS is getting in the way or you might have unrelated issue. Create a ticket at audentio.com.

Hi,

I've purchased the theme. Have two questions:

1. I am using your theme option of navigation on top. Navigation is also sticky. I manually removed the default "forums" and "members" tab from navigation via templates. Now I would like to move the search bar from it's tiny icon on the far right, to a full bar on the left (think facebook navigation style).

i.e.:

Before:

View attachment 69184
After:

View attachment 69183


2. I have customised a login button on navigation. How do I completely and effectively remove the default UIX login bar that is on the top right?

Thanks!!

Hi there.

1. Being that you are essentially creating a new style for search, there is no out-of-the-box way to do this. This gets a bit complicated because there are a lot of different scenarios to account for and so it is not something we are interested in including in the software.

However, so long as you are happy picking some settings and for the most part sticking with them (at least when it comes to the header and search options), this isn't so bad. But it is a custom job and something we'd charge for. It is not something we claim comes with the framework.

2. Well, actually again this is something that is a bit trickier. The reason is because the distance of the navbar to the top of your browser is dependent on:

1. The moderator bar (if you have one)
2. The login bar (if you have one)

So the way the login bar currently works is it looks for a class, "LoggedOut", on the html tag. If that exists, we know they are a guest and in we need to adjust the height of the sticky navigation.

If you do not need sticky navigation, the simplest solution is just:

Code:
#loginBar {display: none !important;}

(or commenting out the code in the HTML). But if you DO need it, you'll need a custom solution.

I noticed I get an error saying i am not logged in whenever I mouse over either "alert" or "conversation". And then my account gets logged out.

Anyone facing the same issue? This problem seem to go away if i tick "Stay logged in"

This is the first I've heard of this. UI.X does not have any plugins and really not that much complex javascript. So I imagine this is unrelated to my product.

Not sure if this is related to the UI.X style or not, but for some reason the icons on the attachment popup are not showing the X button to close. This is a new install with imported vB data, if that makes any difference. You click the avatar thumbnail and the image pops up fine, but there are no icons in the top right corner like they should be. If I hover the mouse over that area I can see that the buttons are there in the status bar.

I've noted this bug it'll be fixed in the 1.3 version.

Hi, just to add - I'd really like the ability to put a leaderboard ad next to the logo - can you consider this for the next release? I have moved the search bar to position'0' so have plenty of space for it.

I'm not skilled enough to float it myself!

In 1.3, we remove the header height javascript requirement we had before. While we do not add the code itself, it is as simple as:

Code:
<div class="float_right"><!-- code for ad here //--></div>

Inside ad_header. It might need some margining depending on the customizations you've made.
 
Audentio updated UI.X with a new update entry:

Upgraded to 1.3 and new features

Hey all,

We made a lot of fixes in this release, mostly bugs than features. We also, of course, upgraded to XF 1.3 which was quite easy due to how simple it is to upgrade any UI.X product.

First and foremost please remember to make backups of your products. If you do not and something goes wrong I cannot be held liable.

Bug fixes:
  • Node stats on hover now works
  • popupClosed styles were taking precedence over .selected navtabs. This has been modified (only affects navigations with...

Read the rest of this update entry...
 
@Audentio not a bug as much an oversight i would assume but you seem to have overlooked the new social authentication icons at login/sign up..

UI.X
Capture_03122014_205212.webp

Default
Capture_03122014_205735.webp
 
It looks like the current download is also missing a bunch of folders/files for the AD styler as well.

Yep I double and triple check but I missed half the styler. Not to worry it will still work fine, but Ill make the fix. Missing some styler and some other icons.

View attachment 69408



@Audentio After the upgrade of theme, category style look like this (Narrow and less in Height), how can i change it the way it should be.
Thanks for your assistance

Did you upgrade to 1.2.4? This is not a bug, just need to reset the category style properties.

i just try to use the text as logo but it goes like this

http://i.imgur.com/lEQSekd.png

also in the AD style and color options =(

http://i.imgur.com/7m7bcKr.png

+

also i wana ask u when i update the style dose i need to do all modification again (settings modification )

Sadly I can see our theme is not fully rtl supported. The bugs reported such as yours have been minor but I will get them fixe asap. We will work on this my apologies.
 
Top Bottom