XenCore Tools [Paid] [Deleted]

[BUG] When the Sticky Navbar function is active the "Top" link at the footer doesn't work. Tested on XF 1.3.3 using stock theme.

With version 2.0 now the "Top" link at the footer is gone. Is this normal?
 
Last edited:
Hi,

Couple of queries:

  1. Separate sticky threads: This breaks my theme. Please can you advise where I can change the background, border and font colour of this separators?
  2. Collapse sidebar. This only works on the main index, not if you have the sidebar showing in thread list or thread view. Can this be fixed? Also at the moment it just shows to me as a white square button. Where can I edit the background image etc for it?
 
Hi,

Couple of queries:

  1. Separate sticky threads: This breaks my theme. Please can you advise where I can change the background, border and font colour of this separators?
  2. Collapse sidebar. This only works on the main index, not if you have the sidebar showing in thread list or thread view. Can this be fixed? Also at the moment it just shows to me as a white square button. Where can I edit the background image etc for it?
Do you have screens ?

or NDD in private if you want.
 
Also I tried doing this:

In XenCore.css template, search:
Code:
<xen:if is="@XenCore_lueur_bloc_user">
.messageUserBlock {box-shadow: 0 0 10px red;}
</xen:if>
Replace with:
Code:
<xen:if is="@XenCore_lueur_bloc_user">
.messageUserBlock {box-shadow: 0 0 10px white;}
</xen:if>

On mouseover, the glow is still white instead of red?
 
@Allan, you know what would be awesome? It would be awesome if you could add a small version of the logo or maybe the favicon at the left of the sticky navbar :)
 
Thinking of a purchase but....

Can any of the features be edited? For example, Shadow around avatar. Can it be made a different color? How?

Thanks!!
 
Thinking of a purchase but....

Can any of the features be edited? For example, Shadow around avatar. Can it be made a different color? How?

Thanks!!
Hey, yes, it's easy, change the color here:
.messageUserBlock {box-shadow: 0 0 10px red;}
 
Back
Top Bottom