About yaga plugin

https://youtu.be/Qp981atNNXc

It appears when the cursor is over it.

What should be done so that it is always visible?

Tagged:

Comments

  • Have you searched the forum ? there are like a thousand discussions covering this...does the search work for you? if not please report it asap

    Here is one of them, if this does not help just find the other 900 by using google if the search does not work here ...

    Another piece of advice, learn how to use a web inspector.

    https://open.vanillaforums.com/discussion/comment/246240#Comment_246240

  • I did not fix it. Which code I am going to change.
    Which code should I change in the url you added.
    I tried everything but it did not.

  • The answer is at the very top , find this code in the plugin's CSS file and replace hidden with visible. How hard can that be ???

    To make them visible change this to visibility:visible

    .Item .Reactions > * {
        visibility: hidden;
    }
    
  • edited March 2017

    Is there any reason why you cant give us a link to see ? Make a temp account called TestUser and send me the login info via pm

    Make sure you also added display:inline-block to this block of css

    .ReactButton {
        display: inline-block;
    
  • edited March 2017

    Now that I worked, I guess I had to wait a while.
    Thanks for the support.

  • @misantropist

    CSS changes won't take effect immediately if you have any kind of caching going on.

Sign In or Register to comment.