HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hover over reactions?
kryan1990
New
Is there a way to edit on my forum where the reaction buttons are always visible.
Right now you have to hover over them for them to show so half my users dont even see the buttons. Is this something I have to edit in the code or an easy fix in my dashboard?
0
Comments
In YAGA reactions.css, your custom theme, or using CSSEdit, add
.Item .Reactions > * {
visibility: visible;
}
Do I add that underneath the
.Item:hover .Reactions a {
width: inherit;
}
or do I replace it?
I replaced it and that didnt work
I also tried replacing all the words that say hover and change to visible
@kryan1990 do you know how CSS works ?
To follow the KISS principle, just add the code that whu606 give at the end of your theme file. Or easier: install CSSEdit and put it inside (not obligated to enable the change on mobile devices as well as YAGA already does).
I had done that also (only added it, didnt change anything) and the its still only showing if you hover
Is this working with this instead?:
Nope
Im only editing in the reactions.css
I have not tried the theme
Added that to the theme css and still nothing
Did you install the cssedit plugin aND followed the suggestion above?
Never, never do that. All changes must be done in your own theme or better using CSSEdit plugin.
That's very simple, check the permissions of the Plugin, in each of its roles, and check the option see in Yaga Reactions.
Thks,
Ive always changed the actual file
I had already done that
The reactions are viewable, you just have to hover over them to beable to "like" or "lol" a comment
So I downloaded csseditor
Do I just copy and past the
.Item .Reactions > * {
visibility: visible !important;
}
into the seetings of the plugin?
Yes you put inside it should work.
It did not work
This may help
https://open.vanillaforums.com/discussion/comment/231561/?__hstc=125439637.e1e7467149adf8a5653ecbb6b52a26f7.1510130282606.1511209945185.1511307343073.30&__hssc=125439637.12.1511307343073&__hsfp=1614701491?__hstc=125439637.e1e7467149adf8a5653ecbb6b52a26f7.1510130282606.1511209945185.1511307343073.30&__hssc=125439637.12.1511307343073&__hsfp=1614701491#Comment_231561
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I already had that done
They can see the reactions, you have to hover to beable to see them.
I seriously do not know what I am doing wrong, nothing is working.