Bionic Rooster
Registered
As per title in minimized and there's a quirky thing beside new post. Funny this didn't happen in my test forum
Any thoughts?
Test site
Any thoughts?
Test site
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This 0 "> wasn't there before and the only style I updated there was Blackend Pro. There was only one merge and it was search_bar which I used the parent to merge with.The 0 "> scares me but it didn't come in any of the styles![]()
FixedCheck Style Properties -> Header and Navigation, if you remove the URL to the mobile logo it'll fix that. Or you can upload a mobile image and set the URL path.
That's weird, I get the same as you, doesn't show when logged out but shows when logged inInteresting... not seeing it on your site logged out, can you try the same browser/setup just logged out.
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
<xen:if is="@xb_offcanvas_menu_newposts"><a href="{xen:link 'find-new/posts'}" rel="nofollow" class="xbOffCanvasNew"> <i class="fa fa-commenting fa-fw"></i><span>{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</span></a></xen:if>
<xen:if is="@xb_offcanvas_menu_newposts"><a href="{xen:link 'find-new/posts'}" rel="nofollow" class="xbOffCanvasNew Tooltip" title="{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}"> <i class="fa fa-commenting fa-fw"></i><span>{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}<span></a></xen:if>
@Russ The change you made also removed use of CTA Recent Post link in the nav bar I think. It's not there any more and even reinstalling it CTA Recent Post(cause I thought it was a problem I was having) didn't fix it.
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
Thanks Russ, that did the jobCheck it now, is that correct? I placed it manually:
Code:<xen:if is="{$visitor.user_id}"> <li><a href="{xen:link find-new/posts, '', 'recent=1'}" rel="nofollow">{xen:phrase recent_posts}</a></li> </xen:if>