Share button working in desktop mode not working in Mobile mode Posted in : Readme NeoBlitzParticipant 6 February 2015 at 12:21 #19002 The share button works when I am on desktop view, it stops working as soon the responsive mode kicks in. For example i like the share option in mobile mode because its so natural positioned but now it is not working. :/ ahmetsaliKeymaster 8 February 2015 at 01:38 #19078 Hi, share button is hidden in mobile devices, we did this intentionally because most mobile browsers have built in share options, but you can try this custom css code; .share.sharer-0 { display: block !important; position: fixed; top: 90px; right: 30px; margin: 0; z-index: 999; } .share.sharer-0 ul { width: 310px !important; right: 0; } .post-thumbnail .share.sharer-0 label.entypo-export { background: #fff; color: #333; } .share.sharer-0 div.social.networks-5.left { margin-left: -220px; } NeoBlitzParticipant 8 February 2015 at 06:16 #19088 Hi actually there is a share button visible but it just does not drop down.. at my first install it was working now it’s not, http://i.imgur.com/KAYw6qr.png Please check the image above.. I do not want the desktop share button to be visible.. the mobile share button should work as expected ahmetsaliKeymaster 8 February 2015 at 11:17 #19092 Hi again, i see, please note that it is not a share button, they are the social media buttons linked to your social profiles, not for sharing a post. – i just checked the issue and it doesn’t occur on our demo site, you can try; – disable all plugins and check again, – if still doesn’t work, you can provide your url to check what’s wrong. watergate10Participant 16 February 2015 at 17:14 #19640 How can I make it so that the position is not fixed. So that the button stays at the top so that it doesn’t overlap the words of the article? ahmetsaliKeymaster 17 February 2015 at 20:13 #19702 @watergate10 use only this custom css code instead; .share.sharer-0 { display: block !important; } watergate10Participant 20 February 2015 at 17:45 #19878 Nothing changed. ahmetsaliKeymaster 24 February 2015 at 09:40 #19965 just checked it again and it works on my side, only use the code in my last post, delete the codes in my first post if you have already added them. Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in and have valid license to reply to this topic. License required for the following item Readme - A Readable WordPress Themeby pixelwars Login and Registration Log in · Register