jame58rown

Customer
HI Guys, I know it's not strictly a theme issue but can someone tell me how to remove all this unnecessary clutter. It's bad enough on a 27 inch Mac but on a phone its such a waste of screen. All the things within the red lines I could really do without. Thanks

recent.png




new.png
 
I think the easiest method for the first screenshot is to edit the template.

Template: whats_new_wrapper

Find and remove:
Code:
    <div class="tabs tabs--standalone">
        <div class="hScroller" data-xf-init="h-scroller">
            <span class="hScroller-scroll">
                <xf:macro name="links"
                    arg-pageSelected="{$pageSelected}"
                    arg-baseClass="tabs-tab"
                    arg-selectedClass="is-active" />
            </span>
        </div>
    </div>

Then the second screenshot:
Template: whats_new_posts

Remove:
Code:
    <xf:if is="$findNew.result_count">
        <div class="block-outer">
            <xf:pagenav
                page="{$page}" perpage="{$perPage}" total="{$findNew.result_count}"
                link="whats-new/posts" data="{$findNew}"
                wrapperclass="block-outer-main" />

            <xf:if contentcheck="true">
                <div class="block-outer-opposite">
                    <div class="buttonGroup">
                    <xf:contentcheck>
                        <xf:macro name="buttons"
                            arg-findNew="{$findNew}"
                            arg-canInlineMod="{$canInlineMod}" />
                    </xf:contentcheck>
                    </div>
                </div>
            </xf:if>
        </div>
    </xf:if>

And to ditch the filter bar:

Code:
        <xf:macro name="filter_bar"
            arg-findNew="{$findNew}"
            arg-rerunRoute="whats-new/posts"
            arg-rerunData="{$findNew}"
            arg-filterRoute="whats-new/posts" />
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back