6CrazyNinja
Active member
Upgrade to RC2 2.3..
Home page now not displaying correctly
Showing two Home Breadcrumbs..
Side bar underneath main content..
I disabled Home Page navigation.. same issue. (breadcrumbs doesn't show obviously)
I'm scratching my head little..
Any ideas..
Home page..
Node Contents for Page.. I have trimmed this right down.. just to show widgets .. same issue..
Just to add this behaviour is now happening with every page I look to create.
Home page now not displaying correctly
Showing two Home Breadcrumbs..
Side bar underneath main content..
I disabled Home Page navigation.. same issue. (breadcrumbs doesn't show obviously)
I'm scratching my head little..
Any ideas..
Home page..
SixCrazyMinutes - Liverpool FC Fans Forum
Latest content from an independent LFC fan community dedicated to the mighty reds...
www.sixcrazyminutes.com
Node Contents for Page.. I have trimmed this right down.. just to show widgets .. same issue..
HTML:
<xf:css>
.bookmarkLink.button {
display: none;
}
@media (max-width: @xf-responsiveMedium)
{
.newpostsresponsive-remove {
display: none;
}
}
</xf:css>
<xf:pageaction>
<div class="newpostsresponsive-remove">
<xf:button href="{{ link('whats-new/posts') }}" class="button--text" icon="bolt">
{{ phrase('new_posts')|for_attr }}
</xf:button>
<xf:if is="$xf.visitor.canCreateThread() OR $xf.visitor.canCreateThreadPreReg()">
<xf:button href="{{ link('forums/create-thread') }}" class="button--cta" icon="write" overlay="true" rel="nofollow">
{{ phrase('post_thread') }}
</xf:button>
</xf:if>
</div>
</xf:pageaction>
<xf:css src="andy_newpostsresponsive.less" />
<div class="newpostsresponsive-block">
<xf:button href="{{ link('forums') }}"
class="button--link">
{{ phrase('forums')|for_attr }}
</xf:button>
<xf:button href="{{ link('whats-new/posts') }}"
class="button--link">
{{ phrase('new_posts')|for_attr }}
</xf:button>
<xf:if is="$xf.visitor.canCreateThread() OR $xf.visitor.canCreateThreadPreReg()">
<xf:button href="{{ link('forums/create-thread') }}" class="button--link">
{{ phrase('post_thread') }}
</xf:button>
</xf:if>
</div>
<xf:widget key="forum_overview_new_threads_home"/>
<xf:widget key="forum_overview_members_visitor_panel" position="sidebar"/>
<xf:widget key="forum_node_list_widget_home" position="sidebar"/>
<xf:widget key="forum_overview_members_online" position="sidebar"/>
<xf:widget key="forum_overview_new_posts" position="sidebar"/>
<xf:widget key="forum_overview_latest_poll" position="sidebar"/>
<xf:widget key="forum_overview_forum_statistics" position="sidebar"/>
<xf:widget key="forum_overview_share_page" position="sidebar"/>
Just to add this behaviour is now happening with every page I look to create.
Last edited: