Class

Class 1.5.22.0

No permission to download
I managed to remove it, in css, there was a call to darkcolor style background before image nodesprite.
I would like to try some fonts. I saw in menu appearence > typo
But what is the format to specify ? Is there any lexique available ?
Thanks
 
Hi @Mike Creuzer
I would like to replace the Category Title ( * + Title) by an image and still have the collapse icon over.
Any way to perform this ?

Thank you :

View attachment 101958
Yes definitely. I would use CSS instead of just adding an image into the title. So go to extra.css and have something like this:

Code:
.node.node_1 > .nodeInfo {
  background-image: url(path/to/image.jpg);
}

Where the 1 in node_1 is the ID of that node.
 
Thank you @Mike Creuzer
Another question.
I plan to insert an ad campaign on my forum.
And i would like to insert large image/video in background.
Anyway to make the main pageContent float or insert a floating background ?
Thanks a lot for your support.
 
Thank you @Mike Creuzer
Another question.
I plan to insert an ad campaign on my forum.
And i would like to insert large image/video in background.
Anyway to make the main pageContent float or insert a floating background ?
Thanks a lot for your support.
No problem :)

Likely what you want to do will require some HTML/CSS/JS work to get everything to position correctly, just like any other website or theme. Its hard to say. But we do have ad positions styled, I just dont know exactly where you'd want these ads so Im not sure if I can say one way or another.
 
Well the idea would be as shown in the following screenshot :
1. have the green main zone float.
2. display picture/video in the yellow zone (covering all background) scroll with page.

capture-25.png
 
Last edited:
Well the idea would be as shown in the following screenshot :
1. have the green main zone float.
2. display picture/video in the yellow zone (covering all background) scroll with page.

capture-25.png
Right I mean thats proprietary. There is no setting that says 'Do this very specific ad configuration'.
 
Yes definitely. I would use CSS instead of just adding an image into the title. So go to extra.css and have something like this:

Code:
.node.node_1 > .nodeInfo {
  background-image: url(path/to/image.jpg);
}

Where the 1 in node_1 is the ID of that node.
Hi Mike ,

I tried this :
.nodeList .categoryStrip {
background: none !important;
border: none !important;
border-radius: none !important;
}

.node.category.level_1.node_35 {
background-color: transparent;
background-image: url(http://www.forum-des-portables-asus.fr/forums/images/base.jpg);
}
}

And here is the result :
capture-32.webp

How do i remove the "old" background and category text ? (but kee the toogle pic above)

Thank you
 
Last edited:
Hi Mike ,

I tried this :


And here is the result :
View attachment 102278

How do i remove the "old" background and category text ? (but kee the toogle pic above)

Thank you
Was just about to write this up when I see you got it working :)
Hi @Mike Creuzer ,
Is there anyway in class.css to close by default the collapsable main categoryline title ? (i mean for a specific node)
There is in the next release, actually :). This version there is not. But we are planning a release in a few days.
 
We have some trouble with Userbar/Moderatorbar. In the Google Chrome browser they are never displayed at all, in other browsers only work on the Home page. In the forums, threads and posts these bars are not displayed.

And

If you remove the plugin ([AD] UI.X 1.0.1 Patch 1 ) , an error occurs.

Server Error
Code:
Mysqli statement execute error : Can't DROP 'uix_sticky_navigation'; check that column/key exists

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Audentio/UIX/Listener/Uninstall.php at line 35
Audentio_UIX_Listener_Uninstall::run()
call_user_func() in XenForo/DataWriter/AddOn.php at line 200
XenForo_DataWriter_AddOn->_postDelete() in XenForo/DataWriter.php at line 1779
XenForo_DataWriter->delete() in XenForo/ControllerAdmin/AddOn.php at line 122
XenForo_ControllerAdmin_AddOn->actionDelete() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/htdocs/admin.php at line 13
 
How to remove this please from node list (index page) "forum" and "subforum" too cause I want to add my own font which is pixelated ?

Thanks.
 

Attachments

  • Capture d’écran 2015-04-13 à 17.48.26.webp
    Capture d’écran 2015-04-13 à 17.48.26.webp
    9.7 KB · Views: 3
I'm considering buying this style, and have one question...

I'm looking at the fixed navigation bar on the demo. When you scroll down, the navigation tabs jump a bit to the right and the "Class" text appears to the left of the navigation tabs.

Can this be switched off so that the tabs stay in exactly the same place when scrolling (like they do on the Scratch style)?
 
I'm considering buying this style, and have one question...

I'm looking at the fixed navigation bar on the demo. When you scroll down, the navigation tabs jump a bit to the right and the "Class" text appears to the left of the navigation tabs.

Can this be switched off so that the tabs stay in exactly the same place when scrolling (like they do on the Scratch style)?
Yes

Style Properties > UIX Logo

upload_2015-7-1_7-17-42.webp

Uncheck the box
 
Top Bottom