RAnkmath Columns not visible in Easy Digital Downlaod admin

#2289
  • Resolved Gregory Notebaert
    Rank Math free

    hi,
    the title speaks for itself

    RAnkmath Columns are not visible in Easy Digital Downlaod admin. They are not visible for checkbox adding in the top option pane either.

    I opened a ticket about this a long time ago already but I cannot find it anymore.
    Sorry for the duplicate

    Thanks in advance for your help

    Greg

Viewing 4 replies - 1 through 4 (of 4 total)
  • Todd
    Rank Math free

    Hi Gregory,

    Thanks for getting in touch.

    We are so sorry but that option is not available yet.

    I have notified the dev. team and they should add that very soon.

    We would really appreciate your patience in this matter.

    Hello,

    This issue is in the EDD plugin. Instead of appending the plugin specific columns they are overwriting it which removes all other other columns added by other plugins or themes. To add Rank Math plugin columns in EDD please add below filter code in your theme’s functions.php file:

    
    add_filter( 'edd_download_columns', function( $columns ) {
        $columns['rank_math_seo_details'] = esc_html__( 'SEO Details', 'rank-math' );
        $columns['rank_math_title']       = esc_html__( 'SEO Title', 'rank-math' );
        $columns['rank_math_description'] = esc_html__( 'SEO Desc', 'rank-math' );
    
        return $columns;
    });
    

    Hope that helps. Thank you.

    Works fine !

    Thanks a lot

    Michael Davis
    Rank Math pro

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/?filter=5#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this ticket.