Buy me a coffee

Fix: Language

These steps are based on solution from this thread.

#1. First, access Website > Pages

V2 367v115

#2. Scroll down and click Custom Code > Code Injection

V2 367v115

#3. You will see code like this.

V2 367v115

#3.1. Find this

data-controller-folder-toggle

V2 367v115

change it to this.

data-href

it will be

var langTypeFolder = $(this).attr('data-href').split("/")[0];

V2 367v115

#3.2. Next, change number

0

to

1

V2 367v115