Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336502

    Hello gang,

    Using Masonry for blog posts, I have the homepage showing the top categories only.
    When I click a category, I get the sub categories appearing in the sorting menu.
    How do I remove the sub categories? I only want to show the Top Categories at all times?

    Thanks in advance.
    Paul

    #336648

    Anyone? Anyone? Bueller?

    #336841

    Hey!

    Can you post the link to your page please?

    Regards,
    Yigit

    #339300

    Hey Yigit

    Sure, here is the link: http://stayathomedaddy.com.au/
    Click on any main category and then, hit ‘Load more’ at the bottom.
    The filtered nav menu then loads all the subcategories. Real Ugly.
    Just want the parent categories at all times.
    Cheers.

    #339650

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .outdoor_sort_button, .home .outdoor_sort_sep, .home .soup_sort_button, .home .soup_sort_sep, .home .tuna_sort_button, .home .tuna_sort_sep, .home .chicken_sort_button, .home .chicken_sort_sep, .home .red-meat_sort_button, .home .red-meat_sort_sep {
    display: none !important;
    }

    Best regards,
    Yigit

    #339848

    Thanks Yigit – Nailed it.
    Is a shame it can’t be a function rather than a css though as there may be more sub-categories later.
    Cheers anyhow.
    Paul

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry – Disable Sub categories on 'Load More'?’ is closed to new replies.