• Resolved tayyibaatwives

    (@tayyibaatwives)


    Hi,

    Under Post Query, I select ‘posts’ but it doesn’t give me the full list of categories for my taxonomies. It only lists 7. Is there a limit to how many categories that I can use? There are lots of tags.

    Also, is there a way to hide the taxonomy on the thumbnail image when it is hovered over?

    On a side note, is there a way to remove the line under the date? It looks very strange.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author livemesh

    (@livemesh)

    You can change the limit on taxonomy terms in includes/query-functions.php at line number 29 from 100 to 500 to see if that helps. We did this for performance reasons but planning to increase it since it affects only admin side and not the end user.

    Thread Starter tayyibaatwives

    (@tayyibaatwives)

    Thanks that definitely worked!

    How do I remove the dotted line underneath the date meta. It’s there by default.

    Thank you.

    Plugin Author livemesh

    (@livemesh)

    You can just use the following Custom CSS in plugin settings to undo the styling of your theme –

    abbr[title] {
        border-bottom: none;
        cursor: initial;
    }
    • This reply was modified 6 years, 11 months ago by livemesh.

    I had given up using Livemesh after having this problem so I’m glad to have a fix. I am wondering if there’s any chance of you changing the UI for the query to something more in line with the post and portfolio grids from Elementor, Anywhere Elementor Pro, etc that provide fields for each taxonomy rather than one long drop down. It’s a much better user experience. I’d like to use Livemesh since I’ve already paid for it but that one long drop down is a real drag to use. I’m sure its not as big a problem for most people as I have a ton of taxonomies but I’m probably not the only one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Grid Taxamony’ is closed to new replies.