Is it possible to have sidebar on both left and right side on the portal page?
Yes, under Widgets for left side you use: XenPorta > Articles list: Sidenav
And for Right side under Widgets: XenPorta > Articles list: Sidebar
Is it possible to have sidebar on both left and right side on the portal page?
Was this ever fixed in the new version?
I ended up doing this. ThanksJust use the official widget from Twitter, works great. Then just place it into a html widget in Xenforo.
Hmm... that made some strange behaviour while resizing the page. I tried disable the grid and the narrow row to the left are the one-column article list. Any idea what can cause that?Yes, under Widgets for left side you use: XenPorta > Articles list: Sidenav
And for Right side under Widgets: XenPorta > Articles list: Sidebar

Hmm... that made some strange behaviour while resizing the page. I tried disable the grid and the narrow row to the left are the one-column article list. Any idea what can cause that?
View attachment 168799
What you mean? I have promoted articles there. When the left and right sidebars disappears as the responible kicks in... that all left of the articlesYou must establish something in Article/center
What you mean? I have promoted articles there. When the left and right sidebars disappears as the responible kicks in... that all left of the articles
It looks like it doesnt adapt the responsible design. I have also tried to only have the navigation in the sidenav with same result.
How do you remove the title from the article homepage, as there is no selector just for the portal that I can find for using in css.
https://xenforo.com/community/threads/xf2-8wr-xenporta-2-portal-pro-paid.140199/page-13#post-1221469Check through the past two pages I posted it somewhere.
Most people don't know how to use the template modification system. Plus that entails activating it from the config file . And that would be the reason most people choose to directly edit the templates. Best solution would be for you to add it as an option if you don't want people touching your templates....I want to remind people, that they should not edit templates DIRECTLY. Please use the template modification system.
Done. Added the next version.Most people don't know how to use the template modification system. Plus that entails activating it from the config file . And that would be the reason most people choose to directly edit the templates. Best solution would be for you to add it as an option if you don't want people touching your templates....![]()
Very much appreciated @Jaxel .Done. Added the next version.
<div class="block {{ $msnry ? 'porta-masonry' : '' }}" data-xf-init="{{ $msnry ? 'porta-masonry' : '' }}">
<xf:foreach loop="$articles" value="$article"><xf:trim>
<xf:macro template="EWRporta_articles_macros" name="article_block"
arg-article="{$article}"
arg-catlinks="{$catlinks.{$article.thread_id}}"
arg-attachments="{$attachments}" />
</xf:trim></xf:foreach>
</div>
<div class="block {{ $msnry ? 'porta-masonry' : '' }}" {{ widget_data($widget) }} data-xf-init="{{ $msnry ? 'porta-masonry' : '' }}">
<xf:foreach loop="$articles" value="$article"><xf:trim>
<xf:macro template="EWRporta_articles_macros" name="article_block"
arg-article="{$article}"
arg-catlinks="{$catlinks.{$article.thread_id}}"
arg-attachments="{$attachments}" />
</xf:trim></xf:foreach>
</div>
The new threads widget is from XenForo, not XenPorta.Maybe for review -- placing the new threads widget onto the home page makes the homepage load super slow, each and every page load. Should that not be cached / prefetched, something? It makes that widget fairly useless for performance.
We use essential cookies to make this site work, and optional cookies to enhance your experience.