Okay
  Public Ticket #1399486
Disable hover underline for a specific element / Social Media Icons disappear randomly
Closed

Comments

  • schuschieyes started the conversation

    Hello

    I have two questions:

    1. Is there a CSS code to disable the hover effect only for the upper social media icons in the left white box and not for the whole site?

    I already tried this:

    a:after {
        background-color: transparent !important;
    }

    but this disables the hover effect on the whole site.
    Can you help me there?

    2. This one is a little bit weird and I don't have any idea what could be the reason for the problem.

    I added the social media icons to the footer and for a week they worked perfect. But then, without changing anything at the footer, the icons disappeared everytime I loaded the page. I tried it with different browsers but it made no difference; the icons didn't show up. One day later I tried it again and they suddenly showed up again. Since then it changed from day to day. Sometimes they show up and sometimes not. 

    Do you have any idea what could cause this problem?

    If you need the login for the website, just ask me. I didn't add the login so the ticket is visible for everyone :)

    Thanks already for your answer!

    Regards Martin

    {"wp":{"use":false,"adminUrl":"https://schuschieyes.ch/kontakt/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}

  •  1,560
    Laborator replied

    Hi there,

    1. Add the following CSS to Custom CSS:

    #mega-social-btn a:hover {
        color: rgb(56, 56, 56) !important;
        background: rgb(234, 234, 234) !important;
    }
    #mega-social-btn a:after {
      display: none;
    }

    2. Haven't heard about any issue like this before, tried the social networks many times and they seem to be working now, if you encounter this problem again please write us at the time you see it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • schuschieyes replied

    Hello Art

    Quick reminder:
    I told you in the 2. question of this thread that sometimes the social media icons disappear in the footer. Than you told me to write you again when they disappear the next time.

    So now they disappeared again and it happens only in the chrome browser. I can still see them with firefox and microsoft edge. On my android phone they also show up in the chrome browser.

    Can you maybe help me there?

    Regards Martin

    PS: I found the problem that let the social icons disappear: It was the adblocker I had activated in the chrome browser. The adblocker I use is called "AdGuard Werbeblocker". When I deactivate it the icons show up again.

    Is there a way to make the icons show up on browsers who have an adblocker ?

  • [deleted] replied

    Hi Martin,

    Thanks for reporting this, Adblocker can hide the social network areas, this is what those plugin does and we can't do nothing to prevent that.

    You can see the same message on the font-awesome site too:


    (view on new page)

    Have a nice day!

    Will set this ticket as solved from here.