• Resolved michaelw90

    (@michaelw90)


    There seems to be some bug in the plugin that overrides all menu link text in widgets and menus. This only happens on the min-konto/vipps/ sub account page. Error happens after you try connecting the account with Vipps.

    Commenting out line 433 in VippsWooLogin.class.php fixes the issue:

    public function account_vipps_content() {
      //add_filter('the_title', function ($title) { return __('Vipps!', 'login-with-vipps'); });
    ...

    https://ibb.co/HTP7XLD

    • This topic was modified 4 years, 11 months ago by michaelw90. Reason: Added screenshot of problem
    • This topic was modified 4 years, 11 months ago by michaelw90.
Viewing 1 replies (of 1 total)
  • Plugin Author Iver Odin Kvello

    (@iverok)

    You are absolutely correct of course. The line in question does nothing (except cause that Malkovich bug depending on the theme) and is just a left-over of some previous testing.

    Thank you for reporting this, I’ve fixed this in the current version.

Viewing 1 replies (of 1 total)
  • The topic ‘All Menu Text get’s replaced with “Vipps!” on my account Vipps subpage’ is closed to new replies.