By Giovanni Mio Medicina on Saturday, 02 September 2017
Posted in MetaMan
Likes 0
Views 1.5K
Votes 0
hello,
I have three problem:
1)positioning of icons in metam: they are below and you can not click;
2) When I open metam, the panel remains partially under the toolbar;
3) metaman does not use the language constants and therefore remain the "constants" and not the variables.
Hey Giovanni,

I am really sorry for the delay of this reply as it is a weekend for us here.


1)positioning of icons in metam: they are below and you can not click;

Can you try adding the codes below into your template's css file?

[gist]
body #mm .btn-toggle-mm {
z-index: 9999 !important;
}
[/gist]



2) When I open metam, the panel remains partially under the toolbar;

Can you add the block of css codes below?

[gist]
body #mm.layout-full {
z-index: 99999;
}
[/gist]


3) metaman does not use the language constants and therefore remain the "constants" and not the variables.

Hm, it doesn't actually perform translations currently. Do you have a different language string to render?
·
Sunday, 03 September 2017 01:22
·
0 Likes
·
0 Votes
·
0 Comments
·
hi,
thankyou for your help:D
·
Sunday, 03 September 2017 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Giovanni
·
Monday, 04 September 2017 02:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post