deprims
Forum Replies Created
-
Forum: Plugins
In reply to: Display problem on mobiles when showing more than 3 postsi sent email to automattic for this issue, they give me this fixed, put the code into Custom CSS feature in Jetpack:
@media only screen and (max-width: 640px){ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) { clear: right; } div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+6) { clear: right; } div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3) { clear: left; } }
Forum: Plugins
In reply to: Display problem on mobiles when showing more than 3 postshi funesh, i stuck at this issue too..
when related post is set to more than 3 (in my case i set it to show 6 post), the third post get some space, and the forth started as the new line below, did you already solved this problem?Forum: Plugins
In reply to: [Top Shared Posts on Facebook Widget] Facebook???no need to apology, this is a great work for community, i’ve updated to the last version, work well, the sort is work as expected, hope more people get the benefit from this simple yet beautiful plugin
thanks ??Forum: Plugins
In reply to: [Top Shared Posts on Facebook Widget] Facebook???thanks for the fix, it’s good now, only the order of the post mixed up sinced the one that reach “k” number of share show up under lower number of share, example:
6 shares
4 shares
2.K shares >> this one get to the bottom of the list since the number start from 2Forum: Plugins
In reply to: [Top Shared Posts on Facebook Widget] Facebook???hi!
great plugin, but the counter get messed when the share reach 1k, there’s this 800 additional number behind “k” letter, like: 1.6k800 shares
and the position of this 1.6k800 switched up to the bottom of the other post, since it’s started from “1” again