NoShould this theme works with xenforo 1.3 RC1 ?
Since we haven't released the 1.3 version yet, that would explain why it isn't 1.3 supported. I have all the leg work done, just need to releaseSince things are going along smoothly I figured I wait until the official release which, if everything goes well for XenForo I could see it being no more than a week or two.
Working and looking quite acceptable for me (apart from sticky navigation)Should this theme works with xenforo 1.3 RC1 ?
What did you do with the template merging not, err, merging? It's the only thing stopping me going live with 1.3 atmWorking and looking quite acceptable for me (apart from sticky navigation)
http://netrider.net.au
Only took a couple of mins to manually merge the 3 (or 4?) templates that didn't action automatically.What did you do with the template merging not, err, merging? It's the only thing stopping me going live with 1.3 atm
Hi
1. Due to the inconsistent nature of sidebar markup it is a bit difficult for me to explain except on a per plugin basis. So on my demo, I've enabled the widget framework. Here is a screenshot of the area in question; the icon.
View attachment 68509
Note the markup is different than XenForo's ever so slightly but enough to where (I) couldn't find a way to make it work with one line of code. So this will be different if you do not have the widget frame work installed:
The code about selects the h3 that falls inside the section block class named WidgetFramework_WidgetRenderer_Stats. Then note the :before, which is a pseudo selector that essentially selects the space before the h3 and creates a square that an icon can fit inside of. Now don't worry I did all that work for you, the only think you need to do is:Code:.section .secondaryContent.widget.WidgetFramework_WidgetRenderer_Stats h3:before { content: '\f080'; }
1. Find an icon that you want
2. Note its character unicode value (the thing in parentheses on the link in point 1; the fontawesome cheat sheet
3. From that unicode value, strip out some stuff. So for example, if I wanted fa-heart, the unicode value for that is: . So what I want to do is just note the f004; or just everything after the f character, really.
4. Find the class of the block you want. Do so by inspecting or viewing the source on your webpage. You'll have to see the unique class on each block, and generally they will end in blahblah_users or blahblah_donate or something. Note that above I was selecting the stats block, or as the widget framework names it: WidgetFramework_WidgetRenderer_Stats
5. Now fill in the blanks:
Rich (BB code):.section .secondaryContent.widget.theClassFromPoint4 h3:before { content: '\f080'; }
The green is the class you found from the source code, the red is the stripped out unicode from the icon you wanted from FontAwesome. If you want to use a different icon, you can just replace this with a background image to that icon or a font-family + new unicode and I think it should work fine. but by default I have the font-family of FontAwesome here.
6. Add the code from point 5 you created to somewhere generic, such as extra.css, which is where I'd recommend adding it.
Should be good!
Sorry for the delay in response had a flu all weekend. As you can see our collapse function doesn't seem to like the waindigo tabs, so I will take a look and try and figure out why when I get a chance.
.section .secondaryContent.widget.WidgetFramework_WidgetRenderer_OnlineUsers h3:before {
content: '\f007';
}
I just confirmed this on my on forum which is pretty new XF install. (albeit 1.3 b4-which im aware is unsupported)) When I look at pictures in posts some of the buttons are missing.
Something Ill take a look at for the 1.3 releaseI just confirmed this on my on forum which is pretty new XF install. (albeit 1.3 b4-which im aware is unsupported)
I'm locked out of Audentio.com somehow. I was wanting to see updates on UI.XSomething Ill take a look at for the 1.3 release. Didnt catch this so good find guys
![]()
UI.X question ...... any idea why, when I upload a logo.png file, that it shrinks it down? I have a 131px height logo, and have the "height of header logo" box set to 131. It uploads the logo, but shrinks it down to 32px high. If I look at the properties of the image on the page, it says it is "scaled." It works perfectly on the Xenforo default style.
Any idea what is up?
Thanks,
Tom

How do I use an image for the background? Please refer to http://xenforo.com/community/threads/changing-the-style-background.69752/

We use essential cookies to make this site work, and optional cookies to enhance your experience.