Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Hieu Tran

How to disable Rankmath with smart filter?

Hello,

When I enable the smart filter, There are two Rankmath filter buttons that appear by side of the Add filter button. I don’t know if Rankmath adds them or Admin Columns Pro adds them. Please help me disable these two buttons.

Thank you!

1 year, 3 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for your feedback.
Can you share a screenshot with me that shows the buttons you’re talking about?
We currently have no specific RankMath support so I expect that RankMath add these buttons.
You could write some CSS or have a look at the RankMath documentation if it is possible to add the RankMath filter buttons.

1 year, 3 months ago
Hieu Tran

Hello STEFAN, here is the screenshot https://ibb.co/yFSfSXr. Hope you can help. Thank you!

1 year, 2 months ago
Stefan van den Dungen Gronovius
Developer

The only solution I see is to hide the filter with CSS.
You could try the following snippet to hide the specific filter.

add_action( 'admin_head', function(){
	?>
	<style>
		select#rank-math-seo-filter,
		select#rank-math-schema-filter {
			display: none;
		}
	</style>
	<?php
});
1 year, 2 months ago
Hieu Tran

Thank you very much! But I have another question. Why “Add filter” button not show in mobile? I think it should show.

1 year, 2 months ago
Stefan van den Dungen Gronovius
Developer

I agree, I’ve added this to our feature request list.

1 year, 2 months ago

You must be logged in to reply to this topic.