Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Contributor Thorsten Frommen

    (@ipm-frommen)

    Hi WISTFUL,

    sorry, but I can’t quite follow.

    Are you saying that your shop (the checkout page) doesn’t behave as it did with version 2.1.5?
    I can’t confirm this. Running a Twenty Something theme, I don’t have any problems in the overall shopping process – in three languages, jumping back and forth.
    I will be testing the plugin with the Catch Box theme on sunday, though.

    And what do you mean by

    which plugin line must be tagged for disable this topic features

    ?

    Kind regards,
    Thorsten

    Thread Starter WISTFUL

    (@ansar_m)

    Hi,
    Thanks for your attention…

    In this topic you released an update for plugin that prevents from changing admin language when performing an AJAX request from front-end.

    For any unknown reason, this option does not work well in my wordpress.

    If possible I want you add a variable in plugin that we can enable/disable just this option from plugin. (or tell that which line of plugins’ source code must be deleted or commented with // (I mistakenly said tagged!) )

    Plugin Contributor Thorsten Frommen

    (@ipm-frommen)

    Hi WISTFUL,

    I just released an update that includes two new plugin filters:

    • im8qw_default_admin_language
    • im8qw_use_default_admin_language

    With these, you can now customize or deactivate the default admin language.

    For instance, if you want to disable the usage of the default language, put the following in your functions.php file:

    add_filter( 'im8qw_use_default_admin_language', '__return_false' );

    Kind regards,
    Thorsten

    Thread Starter WISTFUL

    (@ansar_m)

    Hi Thorsten, Thanks…

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Change admin's language by switch lang on checkout page’ is closed to new replies.