Cyb3r

Customer
As i'm trying every option in this style i figure out more bugs, that's good for you guys to fix, so ill list all the bugs i have found till now and ill be updating the list with more if i find any.

  1. Weird arrow in conversations and conversations list. Screenshot: http://i.imgur.com/DLGt2CB.png
  2. When disabling Sub-Navigation breadcrumb gets scrambled with the navbar. Screenshot: http://i.imgur.com/BqUZImh.png
That's all for now going to update the list when finding more if there's any.
 
1.) Extra.css:

Code:
#moderatorBar .xbTabPopupArrow {
display: none;
}

I believe that's the problem....

2.) This was addressed in 1.4.6 but not all the way apparently, search: xb_headerVariable in the admincp search,

Put a value of 4px there
 
1.) Extra.css:

Code:
#moderatorBar .xbTabPopupArrow {
display: none;
}

I believe that's the problem....

2.) This was addressed in 1.4.6 but not all the way apparently, search: xb_headerVariable in the admincp search,

Put a value of 4px there
Thanks Russ, the first one i was able to disable it from xb_style.css template i changed the display to none, but i hoped to find an option for it, don't even know what it used for. :p

Code:
.selected .xbTabPopupArrow .arrow
{
    border-color: @xbColor2 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: none solid solid;
    border-width: 1px 11px 11px;
    display: none;
    height: 0;
    line-height: 0;
    position: relative;
    top: 52px;
    width: 0;
    margin: 0 auto;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back