in the middle right of the portfolio there is a share button that has social media icons. When the page loads the share icons appear properly. You hover and they react upon over properly. When you remove your cursor from the area after hover the social media icons and share button disappear forever until you reload the page. Needs this fixed.
You seem to be using autoptimize plugin. Could you clear its cache first and if that does not work then disable it see if there is any improvement in this.
If not then use this CSS to make sure the share buttons \ icons stay on the page:
#sidebar #project-meta ul li.meta-share-count .nectar-social a{
opacity:1 !important;
}
#project-meta ul li.meta-share-count .nectar-social{
opacity:1 !important;
display:block !important;
}
add it to salient \ general settings - css script related - custom css code.
in the middle right of the portfolio there is a share button that has social media icons. When the page loads the share icons appear properly. You hover and they react upon over properly. When you remove your cursor from the area after hover the social media icons and share button disappear forever until you reload the page. Needs this fixed.
Hi there,
You seem to be using autoptimize plugin. Could you clear its cache first and if that does not work then disable it see if there is any improvement in this.
If not then use this CSS to make sure the share buttons \ icons stay on the page:
add it to salient \ general settings - css script related - custom css code.
Hope this helps.