You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's too late, but I'm also touched this problem today.
Where is a translate button?
Translate button is there, but disappeared due to glyphicon library is absent. Check the DOM tree in the web console, you will see 4 buttons indeed.
Reason
yii2-translate-manager was not updated many years and have full compatibility only with Bootstrap 3. This problem is because Bootstrap dropped glyphicons since v.4 (which you use I suppose, or later): https://getbootstrap.com/docs/4.0/migration/#components
Hi,
This extension is giant!
I've tried to change the layout like this:
'translatemanager' => [ 'class' => 'lajax\translatemanager\Module', 'layout' => '@app/themes/adminlte3/layouts/main.php' ],
Unfortunately, the action column is missing - if I try without out layout settings, it works!
Any ideas?
Cheers!
Toby
The text was updated successfully, but these errors were encountered: