tag text

#71563
  • Resolved Maurizio
    Rank Math free

    Hello, I’m a new member so I hope to ask in the correct section.
    We have RM on two sites and Yoast in another one, my problem is that RM shows all image/text in tag pages.

    error

    edit: if you don’t see the image, this is the link: https://ibb.co/VtWCs37

    it becomes very annoying with all tags.

    Yoast in this case shows only a part of tag text.

    Are there any solution to solve it?

    Thanks in advance
    Maurizio

    • This topic was modified 4 years, 3 months ago by Maurizio.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

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

    I am not sure where you get this text and what steps I should take to reproduce this issue. Can you please give us the steps to reproduce the issue?

    Looking forward to helping you. Thank you.

    Thanks for the reply Pratik
    i see it where the tags are created.

    https://ibb.co/HgJBnH4

    Thanks
    Maurizio

    • This reply was modified 4 years, 3 months ago by Maurizio.
    • This reply was modified 4 years, 3 months ago by Maurizio.
    • This reply was modified 4 years, 3 months ago by Maurizio.

    Hello,

    https://ibb.co/HgJBnH4

    This description is not controlled by the Rank Math plugin. It’s a WordPress description column and there is nothing we can do in our plugin to change this. I checked with Yoast on my setup and I don’t see any difference in the output. Were you using any Yoast code before to trim the description in this column?

    Looking forward to helping you.

    Thanks Patrik, I’ll talk with my dev. I thinked in a Rank Math problem because it’s the only difference with other site, sorry.

    Solved, we have add a function in functions.php file.

    function admin_trim_category_description( $terms, $taxonomies ) {
        if( 'category' != $taxonomies[0] )
            return $terms;
        foreach( $terms as $key=>$term )
            $terms[$key]->description = substr( $term->description, 0, 150 );
        return $terms;
    }
    Alberto
    Rank Math business

    Hello Maurizio,

    We are super happy that you were able to solve your issue (and also thank you for sharing the code, I am sure other users will find it useful). 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/#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 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this ticket.