Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • trevr Friend
    #1033189

    How do I hide the navigation bars in Joomla content results?

    Mr.Cat Moderator
    #1033435

    Hi @trevr,

    You can use css. For example

    .products-toolbar : { display: none }

    Regards

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    trevr Friend
    #1033741

    Thanks, Mr.Cat

    I should just clarify.

    I have selected ‘No’ for the Show Filter bar, yet the filter bar still shows on the front end!


    1. WC_13052017_154020
    2. WC_13052017_153909
    Mr.Cat Moderator
    #1034325

    @trevr,

    Please give me the site access information in private reply to check deeper.

    Thanks!

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    trevr Friend
    #1034516
    This reply has been marked as private.
    Mr.Cat Moderator
    #1034633

    @trerv,

    Just turn off ja megafilter module. The filter bar will disappear.

    Reagards!

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    trevr Friend
    #1034950

    Why does the item count appear in the middle of the navigation header?

    Mr.Cat Moderator
    #1035044

    Why does the item count appear in the middle of the navigation header?

    You don’t like that?

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    trevr Friend
    #1035347

    No, I do not. Particularly as it invades the ‘number of items per page ‘ drop-down box !

    See attached.

    thesdhotel Friend
    #1035446

    Yeah the problem with that is that it’s abolutely-positioned in the middle of the toolbar so it doesn’t look good when you shrink the screen. I fixed it on my site by changing the CSS code and positioning it relatively. Check my CSS fixes: https://www.thesmackdownhotel.com/games/

    trevr Friend
    #1035659

    Thanks @ thesdhotel

    It makes a lot of sense to position ‘Relative’, can’t imagine why JoomlArt would think otherwise.

    Which css file did you have to hack?

    thesdhotel Friend
    #1035947

    You can override it in your template by adding this:

    .products-toolbar .orderby-displaynumber .toolbar-amount {
        position: relative;
        display: block;
        float: none;
        left: 0;
        margin: auto;
        text-align: center;
        transform: none;
    }

    I believe I also inverted the order of the HTML elements in the toolbar layout so that the layout-chooser and field limiter can "float right" above the item count.

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 3 voices, and was last updated by  thesdhotel 6 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum