Core - PixelExit.com [Deleted]

Russ updated Core - PixelExit.com with a new update entry:

1.5.1 Update

We pushed these updates out to our customers 2 weeks ago we just haven't had the chance to publish them on XenForo yet (until now :) )

For the Change-Log and some other future plans regarding Pixel Exit check out this thread

https://pixelexit.com/threads/1-5-1-updates-and-some-future-plans.2934/

All licensed customers can download it in their account area on our site.

Make sure you make style backups prior to upgrading!

Read the rest of this update entry...
 
I'm still using version 1.5 of XenForo because i need to update my license

Maybe could I have some problem with Core 1.5.1?

Normally we suggest to run the version of the style which matches the version of XenForo but I don't remember any big changes in 1.5.1 so it should work.

Of course make backups first!
 
Hi! This is the first time I bought a theme and I'm quite happy with the decision.
I was playing around a few hours and looks really nice.
At the moment there's only one tiny thing I'd like to change:

Is it possible to remove the words at "visitor tab" and leave only FA icons? (just like User Panel option):
2015-10-25_1209.webp

Or the other way round:
Is is possible to move the feature "User Panel" into the navbar?
Thanks @Russ !
 
Hi! This is the first time I bought a theme and I'm quite happy with the decision.
I was playing around a few hours and looks really nice.
At the moment there's only one tiny thing I'd like to change:

Is it possible to remove the words at "visitor tab" and leave only FA icons? (just like User Panel option):
View attachment 120192

Or the other way round:
Is is possible to move the feature "User Panel" into the navbar?
Thanks @Russ !

Yep :), put this in extra.css:

Code:
.visitorTabs .xbVisitorText {
display: none;
}

That will hide all text in the visitor area. If you want to hide just inbox/alerts:

Code:
.visitorTabs .alerts .xbVisitorText, .visitorTabs .inbox .xbVisitorText
{
display: none;
}
 
Another question here:
Is it possible to add some code between a category and subforum?
For example at androidforums:
2015-10-25_2313.webp
I'd like to show 3 images of top3 subforums between some categories.

Thanks for your help!
 
Another question here:
Is it possible to add some code between a category and subforum?
For example at androidforums:
View attachment 120256
I'd like to show 3 images of top3 subforums between some categories.

Thanks for your help!

There's a few ways of achieving it I suppose... you could do link nodes right above the sub-forums and style them using CSS.

Or another method which is really straight forward, open the template: node_category_level_1

Find:
Code:
   <xen:if is="{$renderedChildren}">

Add right above it:

Code:
  <xen:if is="{$category.node_id} == 3">
   Random Code here, blah blah blah.
   </xen:if>

Result being:

Screenshot_2.webp

of course the 3 would be your category ID
 
Hi @Russ, here I am again ;)
Users are complaining because the forum doesn't show in which page they are.
It is not highlighted.
Example:
If I'm on page 6:
2015-11-03_0035.webp
Should be something like:
2015-11-03_0035_001.webp
Can you help me to change it?

On the other hand, with Default style I can see attached files which are not inserted in a post.
But I can't see those images using this style. How can I activate this view?

Thanks for your help!
 
Style properties -> page nav -> current page, on my phone but I'm fairly certain that's close enough to get you there :).

Set a background color
 
Style properties -> page nav -> current page, on my phone but I'm fairly certain that's close enough to get you there :).

Set a background color
Great, that solved that problem.
Thanks!

Any ideas about the attachedFiles issue?
On the other hand, with Default style I can see attached files which are not inserted in a post.
But I can't see those images using this style. How can I activate this view?
 
Can you take a screw to help explain more? We don't do anything in the area of attachments aside from an icon.
 
Can you take a screw to help explain more? We don't do anything in the area of attachments aside from an icon.
Thanks! While checking I found some changes made at message template which were causing the problem.
Sorry to trouble you.
Hope I can finish soon the style customization ;)
 
Hi, i have some problems:

After update to 1.5.1:

or4ZZNV.png



Xenbase (original without edit) ---> No visible problems
Core (original without edit) ---> No visible problems
Core Blue (my edited sub style) ---> Visible problems
Core red (my edited sub style) ---> Visible problems




Tried with original Core dark (without edit):

dKFFgG5.png
 
Top Bottom