[deleted]
This is your community and this extension is also yours see the screenshot below found a css optimization bug for mobile devices hope you will fix it soon.
Thanks,
Regards
@[deleted]
This is your community and this extension is also yours see the screenshot below found a css optimization bug for mobile devices hope you will fix it soon.
Thanks,
Regards
@[deleted]
Justoverclock I don't know how to explain better than in my previous messages
<style>
.ttt {
display: none;
position: absolute;
}
.tt:hover .ttt, .ttc:focus + .ttt, .ttt:focus {
display: block;
}
</style>
<span class="tt">
<span class="ttc" tabindex="0" aria-describedby="tt1" role="button">This has a tooltip.</span>
<span role="tooltip" id="tt1" class="ttt">This is a tooltip.</span>
</span>
The keyword can then be focused with tab or by clicking on it, and the screen readers knows that #tt1
describes it.
Hello @Justoverclock I don't know as I am not a developer but just a simple easy suggestion what If you show SweetAlert2 Pop up at the place of tooltip in mobile devices??
Justoverclock WOW It is super amazing waiting for it.
Hi, Doesn't work if the word contains a capital letter
Liverov in the backend u need to write all lower case, and in the frontend he will match both lower and uppercase
[deleted] i do not want to use swal on this extension (too much invasive). i prefer tooltip.
i'm working on a solution for mobile view
Justoverclock Thanks a lot )
Just a Quick Suggestion
Justoverclock You can make something like this and replace 1, 2, 3, 4 with A, B,C If word is starting with A then profile image will be A.
Like Alex sir said it would be awesome if there is CSV important & export
want to add 1200 words & meanings.
This extension is really great and useful for all learning communities acts like a dictionary too
Hari i will work on this for sure, i need to learn how..
[deleted] i will add this to extension css:
@media (min-width: 320px) and (max-width: 600px) {
ol#myUL {
display: contents !important;
}
.columngl {
float: left;
width: 100%!important;
}
}
Justoverclock It really feels good to help, Thank you for adding this!
Waiting for this update
Edit : Wait there is problem See this
Fix
ol#myUL {
display: grid !important;
}
css fix for mobile.
Install with composer:
composer require justoverclock/flarum-ext-keywords
composer update justoverclock/flarum-ext-keywords
php flarum cache:clear
Justoverclock One More thing all users forum is not ORANGE like flarum so please change the book and bullet list color however temporarily I already fixed it with Custom CSS.
[deleted] this depend on what color everyone want, the only things that i could do is to set it as @primary-color