knoxjeffrey
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSocialite] Small Social IconsHi Tom,
Sorry, totally forgot to reply to you! For some reason I couldn’t get it working with my own stylesheets but I just added the following code at the bottom of your wpsocialite/lib/wpsocialite.css file. Now when it is on a larger screen the icons all display across the screen and when the screen size is 400px and blow
@media screen and (max-width: 400px) {.wpsocialite.small > li {
margin: 0;
display: block;
float: none;
width: 30%;
}
}Now when it is on a larger screen the icons all display across the screen and when the screen size is 400px and below the icons display in a vertical list.
Thanks,
JeffForum: Plugins
In reply to: [WPSocialite] Small Social IconsI’ve had a bit of a play around and changed the code on your plugin rather than my css for the small icons which seems to have done the trick. Still playing around with it to get it to layout exactly as I’d like but should be able to sort it from here.
Thanks,
JeffForum: Plugins
In reply to: [WPSocialite] Small Social IconsI have the icon set turned on and you can see it on one of my posts as an example: http://www.intervaltrainingexercises.com/interval-training/interval-style-bodyweight-exercises/ I have been testing on an iPhone 4S with up to date software. However it also does it on a screen resize on my laptop so not just on one device.
The reason I mentioned that the larger icons don’t do the same thing is because it make me think that the CSS isn’t the issue because if it was wouldn’t the larger icons overlap as well? Why does one set display okay but the smaller set doesn’t?
Forum: Plugins
In reply to: [WPSocialite] Small Social IconsHi there,
Thanks for the quick reply. My CSS skills aren’t the best but I tried that out and no change. Would there be a reason why the large icons don’t overlap on mobile but the small ones do? I have the smaller icons on my site now if you want to check it out on mobile.
Cheers,
JeffForum: Plugins
In reply to: [WPSocialite] Buttons not loading on hover or scrollSorry, ignore that last message it was another issue with cloud flare but all seems to be working now. Awesome plugin!
Forum: Plugins
In reply to: [WPSocialite] Buttons not loading on hover or scrollMany thanks for the reply. I eventually managed to find what the problem was. I’m running my site through a service called Cloud Flare which helps to speed up the loading times and there was a problem with a js file in the way it was asynchronously loading all JavaScript resources.
One other thing I have found is that when the pages on my site load up and the social icons are already in view without having to scroll (usually on a bigger display such as desktop) then they won’t load when I move the scroller or with any other action. Is this likely to be another js conflict somewhere?
Many thanks,
JeffAlso getting this and had to uninstall. Can I get the previous version?