Okay
  Public Ticket #4161867
Labels of registration fields are not visible/translated
Closed

Comments

  •  2
    Michael started the conversation

    The labels and placeholder of registration fields are not visible/translated if other language than German.

    There is also a strange behavior of the admin page 'Custom Registration / Billing Field:

    When you open the page via the menu, no language filters appear initially. After refreshing the page (F5), the language filters appear. If you then filter by language, no entries appear in the list view. See screenshots.

    Thanks for your support in advance.

    Michael 

    Attached files:  image-20250718-102722.png
      image-20250718-102513.png
      image-20250718-102635.png
      labels_register.png

  •  2,480
    WebWizards replied

    Hi Michael,

    Sorry to hear about that issue. This might be a conflict related to how the fields are being loaded via AJAX.

    Please try adding the following code snippet to your site (to your theme's functions.php file or using a code snippets plugin):

    add_filter( 'b2bking_ajax_pages_load', '__return_false' );

    This disables AJAX, but all functionality should remain the same otherwise.

     

    Let me know if that can solve it for you,

    Kind regards,

    Stefan