• Resolved rik1234

    (@rik1234)


    Hi,
    for our site:
    https://future-fund.org
    we are trying to translate the Account URLs: what happens when you click the little person-icon in the top right. If you are logged out, it takes you to the Login page. If you are logged in, it takes you to your Account page. This is a feature of our theme, Astra (a very popular one).
    We are now trying to translate these links using your plugin, but are not succeeding. Every time we change it in one language, it is immediately changed for all languages. It seems to be the same problem as this user had: https://www.ads-software.com/support/topic/inability-to-retain-different-text/
    Can you advise, have you and that user found a solution?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author richardevcom

    (@richardevcom)

    Hi @rik1234

    Thanks for your post. Indeed support topic mentioned above had similar issue. It’s due to widget language setting. You have to set each widget or menu for each language and they all will unfortunately appear on all languages (doesn’t matter which you choose). We resolved the issue in post mentioned above.

    Astra theme has some theme settings registered in different behavior, they don’t register them with add_option(), update_option() and return with get_option() or even better would be with get_theme_mod() or set_theme_mod(). They use custom functions to do that, which basically makes these option fields unrecognizable for our and other plugins.

    If you want, you can add me on Discord richardev#5154 and I can try help you out to resolve this or show workaround.

    Thread Starter rik1234

    (@rik1234)

    For other people with the same issue, this is solvable by not using the Astra theme Account option and installing this separate plugin:
    https://www.ads-software.com/plugins/user-menus/

    Plugin Author richardevcom

    (@richardevcom)

    Thanks for follow up reply @rik1234

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Account URLs not translating in Header’ is closed to new replies.