Support » Plugin: Rank Math SEO with AI SEO Tools » CSS conflict in the backend

  • Resolved Jose

    (@giuse)


    Hello

    in the file seo-by-rank-math/assets/admin/css/post-list.css

    you have the following CSS:

    .wp-list-table th>span:nth-child(2) {
    display: none;
    }

    You have a rule applied on a selector that is not provided by your plugin but by the core.
    This means that it’s applied also on table headers added by other plugins or themes.

    In my specific case, I don’t see the mobile icon added by Specific Content For Mobile in the list of pages in the backend, but I suppose the same cause of my issue gives conflicts with many other plugins.

    I suggest you find another solution for your plugin, as for example:

    .wp-list-table #rank_math_seo_details th>span:nth-child(2) {
    display: none;
    }

    (supposing you wanted to target the table header inside #rank_math_seo_details)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rank Math

    (@rankmath)

    Hello @giuse,

    Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.

    It seems like an issue on our end. Thank you for bringing this to our attention.

    We will fix it in an upcoming update and will inform you.

    In the meantime, if there’s anything else we can help you with, please let us know.

    We are here to assist.

    Thread Starter Jose

    (@giuse)

    Hi @rankmath

    thank you very much for your great support!

    I have no other requests, we can close this thread.

    Plugin Author Rank Math

    (@rankmath)

    Hello @giuse

    Thank you for your patience.

    We released a quick Beta update you can try to see if that helps.

    Please enable the Beta update by following this:
    https://rankmath.com/kb/version-control/#beta-updates
    https://rankmath.com/wp-content/uploads/2020/02/Rank-Math-Beta-Testing.jpg

    If you are unable to see an update, please clear Rank Math’s transients from:
    WP Dashboard >> Rank Math >> Status & Tools >> Database Tools >> Remove Rank Math Transients >> Remove transients
    https://i.rankmath.com/Pbu5J6

    Please clear the caches from the server and WordPress after updating.

    You can disable the Beta updates once you update to the latest version and the issue is fixed.

    Thread Starter Jose

    (@giuse)

    Hi @rankmath

    I confirm that it works. Thank you again!

    Plugin Author Rank Math

    (@rankmath)

    Hello,

    Glad that helped and thank you for your patience.

    If there’s anything else we can help you with, please let us know.

    We are here to help. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS conflict in the backend’ is closed to new replies.