• Resolved johk

    (@johk)


    Hi,

    Using Post Grid Add-on

    At the moment when clicking the category for the post – you are taken to the Default category page.
    Is it possible to have this setup so when category is clicked for a post it changes the filter instead?
    To keep consistency, it would look better if the user stays on the page and the filter changes.

    If not, is it possible to deactivate the link for the category shown in the post grid?
    Thank you for any otherwise excellent add-on
    J

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    Changing the filter upon click of category sounds a little too drastic change that has the potential to confuse the user, IMO. That’s not the way any of the posts grids work in WordPress world. We have never had anyone ask for this or bring this up in last 5-6 years we have been dealing with such grids.

    Making the link go away and just keeping the text makes sense if you do not want your users to look at the category archives. The best way to do this would be customizing the output generated by using the WP hooks filters provided by the plugin. The super easy way would be to just use this Custom CSS in plugin settings->Custom CSS tab –

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a {
        pointer-events: none;
    }
    
    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span a {
        pointer-events: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Post Grid Addon – when category is clicked for a post can it change the filter?’ is closed to new replies.