Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved [gelöst] Emoticons können in der Mobilansicht nicht eingefügt werden

More
7 years 9 months ago #1 by Naklarmann
Wie es in der Überschrift schon steht, können in der Mobilansicht keine Emoticons ausgewählt werden.
Die werden zwar Angezeigt, sind aber gegraut. Man kann da nichts auswählen.
Ich habe das mit einem IPhone und Safari probiert, aber auch mit dem Chrome bei Android.
Es lässt sich nichts Auswählen.





This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 300 seconds | Max execution memory: 128M | Max file upload: 128M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : protostar | author: Kyle Ledbetter | version: 1.0 | creationdate: 4/30/2012

Kunena default template details : Crypsis | author: Kunena Team | version: 4.0.10 | creationdate: 2016-02-18

Kunena version detailed: Kunena 4.0.10 | 2016-02-18 [ Villavicencio ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: Jomsocial 4.2.1

Third-party SEF components: None

Plugins: None

Modules: None

Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #2 by rich
Gehe in der Administration zu Kunena und wähle die Templates. Markiere Crypsis und klicke oben auf „CSS bearbeiten“. Danach siehst du eine Liste der CSS Dateien.
Markiere die custom.css und klicke erneut auf „CSS bearbeiten“. Trage dann diesen Code ein und speichere es ab. Leere danach den Cache.
Code:
#kunena.layout .modal { position: fixed; }

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #3 by Naklarmann

rich wrote: Gehe in der Administration zu Kunena und wähle die Templates. Markiere Crypsis und klicke oben auf „CSS bearbeiten“. Danach siehst du eine Liste der CSS Dateien.
Markiere die custom.css und klicke erneut auf „CSS bearbeiten“. Trage dann diesen Code ein und speichere es ab. Leere danach den Cache.

Code:
#kunena.layout .modal { position: fixed; }



Das war es leider nicht. :(
Ich hab's mit der custom.css und mit der custom.less probiert.
Auch immer wieder den Cache geleert. Es bleibt gegraut.

Das selbe ist allerdings nicht nur bei den Emoticons so,
sondern auch bei den Linkeinstellungen, Bildeinstellungen, Videoeinstellungen
und Karteneinstellungen.
Also immer dann wenn von oben ein extra Fenster reinfährt.


Wenn ich das Smartphone Quer halte funktioniert alles.
Nur im Hochkant Format wird alles gegraut.

Irgendwie kommt das Template nicht mit der geringen Breite zurecht
wenn man das Smartphone hochkant hält.

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #4 by rich
Den browser cache hast du ebenfalls geleert? Eventuell hilft es, wenn du an den Code ein !important dranhängst.
Code:
#kunena.layout .modal { position: fixed !important; }

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #5 by Naklarmann

rich wrote: Den browser cache hast du ebenfalls geleert? Eventuell hilft es, wenn du an den Code ein !important dranhängst.

Code:
#kunena.layout .modal { position: fixed !important; }


Hab jetzt auch im Smartphone alle Website Dateien gelöscht.
Und auch die Variante mit dem important in der custom.css und custom.less
funktioniert nicht.

Wenn ich das Smartphone von Quer auf Hochkant hin und her drehe,
ist das sehr schön zu sehen wie das kleine Fenster gegraut wird
und wieder zum Vorschein kommt.
Das Fenster Schaft es nicht im Hochkant Format in den Vordergrund zu kommen.

Aber immerhin funktioniertes im Querformat. Nur muss man das erstmal wissen.





Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago - 7 years 9 months ago #6 by WolfgangOWL
In custom.less einfügen:

@media (max-width: 480px) {
.modal {
position: fixed;
}
}
Last edit: 7 years 9 months ago by WolfgangOWL.
The following user(s) said Thank You: rich

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #7 by Naklarmann

WolfgangOWL wrote: In custom.less einfügen:

@media (max-width: 480px) {
.modal {
position: fixed;
}
}



Ja super das hat Funktioniert.
Vielen dank für deine Mühe.

Please Log in or Create an account to join the conversation.

Time to create page: 0.418 seconds