@ThemeHouse
Will you by chance offer a Xenith Wordpress theme soon? Just found the WP announcement on themehouse.com
Will you by chance offer a Xenith Wordpress theme soon? Just found the WP announcement on themehouse.com
Not today, not soon, but a general tendency would be great:
Will this style be migrated to xf2 and will it base on UI.X2?
@ThemeHouse
Will you by chance offer a Xenith Wordpress theme soon? Just found the WP announcement on themehouse.com
Template Errors: PAGE_CONTAINER
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 586
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 586
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 591
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 591
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 595
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 595
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 600
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 600
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 604
A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 604
UI.X themes need to add a quick fix to the CSS to support 7.1. on my.plate to get this done.Anyone using Xenith upgraded to php 7.1? I get the following error, after migrating from 7.0 to 7.1 ...
View attachment 149641
Code:Template Errors: PAGE_CONTAINER A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 586 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 586 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 591 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 591 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 595 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 595 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 600 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 600 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 604 A non-numeric value encountered in /var/www/dev-netrider/internal_data/templates/S.17,L.3,PAGE_CONTAINER.php, line 604
ETA?UI.X themes need to add a quick fix to the CSS to support 7.1. on my.plate to get this done.
We were going to wait until another point release of XenForo.ETA?
Really? php 7.1 has been released for 15 months, and XF support for php 7.1 was released 7 months ago.We were going to wait until another point release of XenForo.
UI.X themes need to add a quick fix to the CSS to support 7.1. on my.plate to get this done.
We were going to wait until another point release of XenForo.
The message you're getting is only a notice and it will only appear if you have debug mode enabled, it does not actually break anything though
This.Really? php 7.1 has been released for 15 months, and XF support for php 7.1 was released 7 months ago.
I thought I was safe doing an upgrade. I wouldn't have thought ThemeHouse would have constrained me from upgrading for ~9 months.
When is UI.X/Xenith themes going to support PHP 7.1?
This.
See all updates here: https://xenforo.com/community/resources/ui-x.2239/update?update=21876
ThemeHouse updated Xenith with a new update entry:
Minor bug fixes and update to XenForo 1.5.13.0
Read the rest of this update entry...

ThemeHouse updated Xenith with a new update entry:
Minor bug fixes and update to XenForo 1.5.13.0
Read the rest of this update entry...

See all updates here: https://xenforo.com/community/resources/ui-x.2239/update?update=21876
<xen:if is="in_array({$forum.node_id}, array(2))">
<div class="xenith_bg"></div>
<xen:elseif is="in_array({$forum.node_id}, array(30))" />
<xen:else />
</xen:if>
.xenith_bg, .node24{
background-image: url('https://i.imgur.com/2OXu52K.jpg');
}
Hello! I'm attempting to make it so that each node has a different header from the homepage, but I'm only succeeding in making each node's background different.
Here's the code that might be useful:
Tried this in both page_container and header but to no avail. Tried to add a hook to header but it did nothing.
Code:<xen:if is="in_array({$forum.node_id}, array(2))"> <div class="xenith_bg"></div> <xen:elseif is="in_array({$forum.node_id}, array(30))" /> <xen:else /> </xen:if>
This is in extra.css for one node, but I also tried it in header.css. Same effect.
Code:.xenith_bg, .node24{ background-image: url('https://i.imgur.com/2OXu52K.jpg'); }
So with these codes, instead of changing the header it just changes the background of the page. What am I doing wrong?
Also, I have another question. What's the full width of the signature area?
Thank you!
.xenith_bg, .node24{
background-image: url('https://i.imgur.com/2OXu52K.jpg');
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.