• Resolved mulkitpin

    (@mulkitpin)


    With 14.0.x (from 0 to 4) version i have noticed problem with the homepage meta description (the one added in your Search Appearance/General/Homepage section) when trying to translate it with WPML.
    WPML String Translation see correctly this ([wpseo_titles]metadesc-home-wpseo) but i can’t get it translated on frontend, where appear always not-translated.

    I DO NOT have a static page for homepage.
    All other pages or posts meta are correctly translated.

    I don’t think this is a WPML issue.

    • This topic was modified 4 years, 6 months ago by mulkitpin.
    • This topic was modified 4 years, 6 months ago by mulkitpin.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mulkitpin

    (@mulkitpin)

    I have reverted to 13.5 version and i can confirm that this bug is related to 14.x version.
    Probably there is something wrong with your wplm-config

    • This reply was modified 4 years, 6 months ago by mulkitpin.
    Thread Starter mulkitpin

    (@mulkitpin)

    I think this line should be checked

    /wpml.config.xml

    <key name="metadesc-home-wpseo" />

    • This reply was modified 4 years, 6 months ago by mulkitpin.
    Thread Starter mulkitpin

    (@mulkitpin)

    I see that you have completly rewrite your code.
    I think the issue should be theme related, as WPML cannot correctly know that homepage is translated.

    Your OLD code (13.5) works

    \frontend\class-frontend.php

    elseif ( WPSEO_Frontend_Page_Type::is_home_posts_page() ) {
    $template = WPSEO_Options::get( 'metadesc-home-wpseo' );
    $term     = [];

    But now (14.0.x) you have removed the is_home_posts_page() check, and i cannot get this meta translated in homepage

    • This reply was modified 4 years, 6 months ago by mulkitpin.

    I have the exact same problem. Any solution except revert to 13.5?

    Plugin Support devnihil

    (@devnihil)

    @mulkitpin @maxtab If you are using WPML, we would suggest reverting to version 13.5 of the Yoast SEO plugin until WPML puts out an update for compatibility with Yoast SEO version 14.

    You can revert back to the 13.5 version by downloading it and then performing a manual update of the plugin. You can download version 13.5 by performing the following steps:
    ?

    After downloading the 13.5 version of the plugin, you would next need to perform a manual update of the plugin. We have instructions on how to upgrade the plugin manually at the following link: https://kb.yoast.com/kb/how-can-i-update-my-free-plugin/#ftp. You will need an FTP program such as FileZilla and your FTP details, which can be obtained from your host provider.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with META description HomePage WPML’ is closed to new replies.