Adara - PixelExit.com [Deleted]

Looking into it, I can only replicate the issue on my iPhone 5 in chrome while logged out. If I login it is normal. Could you enable the default style for guest for a moment?
 
@MattW can you try this:

[XB] Forum / Node List -> Disable H1 Title on forum index uncheck it

Let me know if this adjusts it for you.
 
Ya we'll look into adjusting the child nodes, they're picky :D.

Regarding the text based option it's something we've thought about putting into XenBase as it's super easy to do and really convenient . I have a tutorial I'm whipping up today(meant to do it yesterday!) I can do the text as logo at the same time as a fix until we get it into the framework.
Any closer to getting child nodes working with 2 column layout?
upload_2014-8-2_8-50-54.webp
 
Any closer to getting child nodes working with 2 column layout?
View attachment 79385

Haven't had a chance yet sorry, you can add this to extra.css for a quicker fix to make it look like the normal sub-forum view though:

Code:
.forum_view .node .nodeLastPost {
position: absolute;
width: 210px;
}

Not a permanent solution just been a tad bit busy my apologies.
 
Or @MattW seems a little easier than I thought :D,

Try this a go for dual column in that area:

Code:
.forum_view .node.forum.level_2:after {
  clear: both;
}
.forum_view .nodeList.sectionMain {
overflow: hidden;
}
.forum_view .nodeList .node {
  box-sizing: border-box;
  float: left;
  width: 50%;
}


@media (max-width:@maxResponsiveWideWidth)
{
   html .forum_view .nodeList .node { float: none; width: 100%; }
}
 
Or @MattW seems a little easier than I thought :D,

Try this a go for dual column in that area:

Code:
.forum_view .node.forum.level_2:after {
  clear: both;
}
.forum_view .nodeList.sectionMain {
overflow: hidden;
}
.forum_view .nodeList .node {
  box-sizing: border-box;
  float: left;
  width: 50%;
}


@media (max-width:@maxResponsiveWideWidth)
{
   html .forum_view .nodeList .node { float: none; width: 100%; }
}
Missed this while posting my last reply

upload_2014-8-2_9-21-33.webp

Perfect
 
Just seen this in the report section:
upload_2014-8-2_10-7-41.webp

The re-assign report button has no text until you hover over it.
 
Just seen this in the report section:
View attachment 79392

The re-assign report button has no text until you hover over it.

Not an official fix but this is one way for now until I figure the best method that's not at 2 am in the morning :D

Primary Button:
Screenshot_5.webp

Remove the color from the default "Text" area, and put it in the misc with !important:

Code:
color: @xbColor2 !important;
 
Russ updated Adara - pixelExit.com with a new update entry:

1.4.0 Beta 1 Fixes

Primarily a XenBase update which brings all of the out of date templates up to date.

Existing customers can find it in the "My Downloads" link on pixelexit.com.

To upgrade simply first make backups of your styles by exporting them.
Next import XenBase 1.4.0 Beta 1 overwriting your current XenBase, then import the style you've purchased and overwrite it. All updates should trickle down to your child style.

Last note:
This is possibly the last release we'll do for the 1.4 Beta series,...

Read the rest of this update entry...
 
Russ updated Adara - pixelExit.com with a new update entry:

1.4.1 Update

The style has been updated to our 1.4.1 version of the Framework. The update was pushed out on site this past week so some of you may already have the download. It brings new functionality, bug fixes and optimization. All customers can download the update in our new store. We recently upgraded our site and store so if you have any trouble at all please don't hesitate to start a support ticket with us. You can read about our upgrade and the new store...

Read the rest of this update entry...
 
Russ updated Adara - pixelExit.com with a new update entry:

Minor XenBase Update

This is primarily a XenBase focused release with some minor improvements to the style. The latest XenBase includes the following:
  • Help sub-nav adjusted(fixes bug when viewing the help pages without the help tab enabled but removes the default sub-nav while viewing the help page now so it acts like XenForo)
  • PAGE_CONTAINER/navigation.css/thread_list brought up-to-date
  • Scroll buttons changed slightly(shows when you scroll from the top now)
  • Level 2 Category Nodes should now be...

Read the rest of this update entry...
 
Russ updated Adara - pixelExit.com with a new update entry:

1.4.3 Update

This brings the style up to date for XenForo 1.4.3, It also adds fixes in specific for the official Gallery add-on.

The full XenBase change log can be found here:
https://pixelexit.com/threads/1-4-3-change-log.1572/

You can read up on the new social icons here:
https://pixelexit.com/resources/utilizing-the-social-icons.13/ (must be logged in)

This update also provides cosmetic fixes for the style

To upgrade please FIRST! Backup your current...

Read the rest of this update entry...
 
Russ updated Adara - pixelExit.com with a new update entry:

Minor 1.4.8 Update

This is a minor release which brings our styles up-to-date with the 1.4.8 version of XenForo. You can view the change log for XenBase https://pixelexit.com/threads/1-4-8-style-updates-1-5-0-beta-1.2495/ and on top of this there has been minor cosmetic improvements throughout the style.

With the 1.5.0 Beta 1 release of XenForo today were also releasing an updated XenBase version which is basically the 1.4.8 version but with the updated templates if you feel like running the Beta...

Read the rest of this update entry...
 
Top Bottom