huge bug

#46887
  • Resolved وردپرس یار
    Rank Math free

    HI
    I wanna report a huge bug of your plugin that hurt my website seo. Your plugin has interference with learnpress.
    after active you’re plugin, all “lessens title” changed to “courses title” !
    this bug for me is very bad.
    example: https://gofile.io/?c=zBLijl

    This is a huge bug for websites which use learnpress.

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

    Hi,

    Thanks for getting in touch with us.

    You can easily customize your titles using Rank Math at WordPress Dashboard > Rank Math > Titles & Meta > your CPT.

    Also, from your individual lesson archives:
    Classic Editor – Add an SEO Meta Title: https://i.rankmath.com/3FrPFJ
    Classic Editor – Add a Meta Description: https://i.rankmath.com/dhECkg
    Gutenberg – Add title and description – https://i.rankmath.com/ZO21Cd

    If that doesn’t work, we might need to take a closer look at the settings. Please include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    sent
    Please watch this short video first : https://filebin.net/ocxcfit0vozo3gn6

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

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

    This issue only seems to affect the sample course. I’ve just created a new test course and the SEO information is saved and displayed correctly.
    I’ve left a draft that you can check. Please let me know how this goes.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    !!
    Have you seen my movie?!
    There are no problems with courses. Lessons have bugs.

    please check lessons

    Hello,

    It looks like some code in the LearnPress plugin is breaking this functionality. I was able to reproduce this issue on my setup and the same thing happens when using other SEO plugins. So it’s probably something that the LearnPress team will have to fix in their plugin.

    For now, to prevent the Rank Math from changing the title on Lessons page I added the following code in your theme’s functions.php file:

    
    add_filter( 'rank_math/frontend/title', function( $title ) {
        if ( is_singular( 'lp_course' ) ) {
    	return '';
        }
    
        return $title;
    } );
    

    The Lessons page is now showing the default title.

    I hope that helps.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘huge bug’ is closed to new replies.