Single Post share buttons disappearing on mobile

Posted in: Newspaper
Post count: 1043

Hi. The post sharing buttons on my site seem to be disappearing in my single posts in the latest version of the theme when viewed on mobile. Not sure why and the problem appears on chrome and firefox.

Post count: 20685

Hi,

From what I can see the sharing does not appear in some posts on desktop as well
https://www.screencast.com/t/Z0PR4Hvcn
They are in the intended position and can be clicked, but they are stuck in opacity 0 for some reason. There should be a transition there to switch the opacity to 1, seems to be missing however
https://www.screencast.com/t/Z0PR4Hvcn
A quick fix would be to force them visible – https://www.screencast.com/t/3XgxybGh1

.tdb_single_post_share .td-post-sharing {
opacity: 1;
}

Maybe this is happening because of a conflict, or maybe minification, can’t say for sure.

Thanks

Post count: 1043

Might be a minification problem. I have included the code for now. Will keep checking to see what the problem is.

Post count: 1043

I have observed that my sticky columns are not sticky when logged out. Is this a bug?

Post count: 23312

Hi,

Provide your website and some useful screenshots with the problem so I can identify it closer.

Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.