Hi, after updating to version 8.6 on the site instead of leaving the icons of sharing immediately I get out a + that if clicked shows the icons. I would like the icons always visible as before, what should I do? Thank you.
The first selection of sharing icons on the desktop do not appear, but if you go over it with the mouse it detects them. thank you
Hi there,
Same problem here: https://www.elquintobeatle.com/2018/01/17/the-orielles-estrenan-blue-suitcase-disco-wrist-nuevo-adelanto-album-debut/
In mobile works fine, but not in desktop. I tried to flush cache, Cloudlfare and browser cookies.
Hi,
@liberoarbitrio I have inspected the website, browsed some posts. The socials are loaded properly for me on initial loading
– https://www.screencast.com/t/THZOyqt8E
I did not have to do anything with the mouse to make them appear. Tested on Chrome and Firefox browsers.
@angelgallegos The socials are not displayed at all. From inspecting the issue it seems they have opacity 0 so they are invisible. If I correct the opacity in the inspector they still do not display properly, there seems to be some text that appears for each social
– https://www.screencast.com/t/SVgRQ0Xf
I could not say what that text is, could be added by a plugin. You could make a quick test and deactivate all plugins if possible, then clear all caching again. Check if this solves the issue.
Thanks
Hello Simion:
– But the problem only started happening when I updated the theme to 8.6 version. Is that normal?
– Also: how can it be a plugin conflict if in mobile the icons show fine?
Thanks.
Hi,
It only started happening then because that was when the new post sharing was introduced maybe. Seems that text is removed at the moment, only the issue with the opacity is still present.
Try entering this code in Theme panel->Custom CSS to force the correct opacity
– https://www.screencast.com/t/8Dl6Sf2gqO
.td-post-sharing {
opacity:1!important;
}
Thanks