Enguerran A
Well-known member
I tried before asking =D it works with a font awesome icon but not with images :/
Are you using any ad manager?
<xen:if hascontent="true">
<div class="{xen:if @uix_removeAdWrappers, 'section', 'sectionMain'} funbox">
<div class="funboxWrapper">
<xen:contentcheck>
<xen:if hascontent="true">
<xen:contentcheck>
<xen:hook name="ad_below_top_breadcrumb" />
<xen:if is="in_array({$forum.node_id}, array(70,108))">
<xen:else />
<xen:if is="!{xen:helper ismemberof, $visitor, 3, 5}">
<xen:if is="!in_array({$contentTemplate}, array('message_page', 'error', 'search_form', 'search_form_post', 'search_form_profile_post', 'search_results', 'register_form', 'register_facebook', 'register_twitter', 'register_google', 'login', 'error_with_login', 'contact'))">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- TWF Top Responsive Ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="xxx"
data-ad-slot="xxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</xen:if>
</xen:if>
</xen:if>
</xen:contentcheck>
<xen:elseif is="{$visitor.is_admin} && @uix_previewAdPositions" />
<div>{xen:phrase 'template'}: ad_below_top_breadcrumb</div>
</xen:if>
</xen:contentcheck>
</div>
</div>
</xen:if>
It is something we are working on. The problem is that our framework supports multiple sticky elements and we want it to work with all our other settings too. So, we are still working on a perfect solution. But it'll be available soon.
Regarding the sidebar not being fixed to the page, this is a big request for me. I love the theme overall, nice work.
Something fishy is going on with this theme after upgrading to the newest version today. I suddenly got lots of these weird fields above and below the forums...
What is happening here?
View attachment 81284
Right, so Renue does this for example, one of our newest themes.I tried before asking =D it works with a font awesome icon but not with images :/
This is a strange one. Here is the code tabbed nice:No, this is my code.
Code:<xen:if hascontent="true"> <div class="{xen:if @uix_removeAdWrappers, 'section', 'sectionMain'} funbox"> <div class="funboxWrapper"> <xen:contentcheck> <xen:if hascontent="true"> <xen:contentcheck> <xen:hook name="ad_below_top_breadcrumb" /> <xen:if is="in_array({$forum.node_id}, array(70,108))"> <xen:else /> <xen:if is="!{xen:helper ismemberof, $visitor, 3, 5}"> <xen:if is="!in_array({$contentTemplate}, array('message_page', 'error', 'search_form', 'search_form_post', 'search_form_profile_post', 'search_results', 'register_form', 'register_facebook', 'register_twitter', 'register_google', 'login', 'error_with_login', 'contact'))"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- TWF Top Responsive Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="xxx" data-ad-slot="xxx" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </xen:if> </xen:if> </xen:if> </xen:contentcheck> <xen:elseif is="{$visitor.is_admin} && @uix_previewAdPositions" /> <div>{xen:phrase 'template'}: ad_below_top_breadcrumb</div> </xen:if> </xen:contentcheck> </div> </div> </xen:if>
<xen:if hascontent="true">
<div class="{xen:if @uix_removeAdWrappers, 'section', 'sectionMain'} funbox">
<div class="funboxWrapper">
<xen:contentcheck>
<xen:if hascontent="true">
<xen:contentcheck>
<xen:hook name="ad_below_top_breadcrumb" />
<xen:if is="in_array({$forum.node_id}, array(70,108))">
<xen:else />
<xen:if is="!{xen:helper ismemberof, $visitor, 3, 5}">
<xen:if is="!in_array({$contentTemplate}, array('message_page', 'error', 'search_form', 'search_form_post', 'search_form_profile_post', 'search_results', 'register_form', 'register_facebook', 'register_twitter', 'register_google', 'login', 'error_with_login', 'contact'))">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- TWF Top Responsive Ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="xxx"
data-ad-slot="xxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</xen:if>
</xen:if>
</xen:if>
</xen:contentcheck>
<xen:elseif is="{$visitor.is_admin} && @uix_previewAdPositions" />
<div>{xen:phrase 'template'}: ad_below_top_breadcrumb</div>
</xen:if>
</xen:contentcheck>
</div>
</div>
</xen:if>
Ohh indeed, not elegant but very effective =DRight, so Renue does this for example, one of our newest themes.
What we do is go to UI.X navigation style property group and find Logo Text.
Then change it to something like this:
<img src='@imagePath/logo.png'> Your Logo Text Here
Not super elegant but quite effective!
Thanks,
Mike
I can confirm this.Demo has some sort of weird sidebar issue, when I scroll down the sidebar appears on the left overlaying the forums!
Me 2.I can confirm this.
Thanks for reporting, is this happening on anyone's live installs?Demo has some sort of weird sidebar issue, when I scroll down the sidebar appears on the left overlaying the forums!
Maybe if they do one more beta release.
Anyone?Regarding one of my earlier questions regarding the logo area up top. I have a banner right now, that is the same length of the page width, but it still looks like this:![]()
How do I fix that?
Also, another potential bug - when you have drop down arrows turned off (so that a simple hover over the navtab links result in drop down popup menus), and you hover over a navtab and click it before the popup menu loads, nothing happens. You have to wait for the popup menu to load before you can click the tab and go to the page. It's annoying and I know my members will get frustrated, but I don't like the functionality of the arrows either. How can I change this so that a click on the navtab will work instantly without having to wait for the popup menu to load from the hover event?
Regarding one of my earlier questions regarding the logo area up top. I have a banner right now, that is the same length of the page width, but it still looks like this:![]()
How do I fix that?
Can I make a suggestion?
Offer an option to replace the post controls with large Font Awesome icons (you already preceed them with the FA icons) and tool tips. This saves space along the bottom of the postbit for fixed width designs, and also the word controls really don't wrap all that well on mobile - they end up close enough to each other that it makes them a little difficult to hit by touch. To add to that, it'd also be great to have an option to merge the public and private controls together. Separating them looks silly when there's one private control (e.g. report a thread) and 3 public controls - on mobile, that puts the public controls on one line and private controls on the second line, which is weird when there's plenty of space next to each other.
I have done this on my test board but being a relative noob, I did it with template mods which I'll have to merge into upgrades - always less than desirable. Maybe there's a way to do it with straight EXTRA.css additions?
View attachment 81611
We use essential cookies to make this site work, and optional cookies to enhance your experience.