BitSin
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] Custom Thumb Size and CenternessHey Petra,
Thanks for the reply. Seems the
ul.related_post li { width:205px !important; }part did the job. (I already had the “li img” sizes in custom CSS but no change.Now, I two another problems came up.
1) It started showing random “Unknown” thumbs. [SCR]
2) In desktop, it fits 3 in each row just perfect, but in smaller devices, it has big white spaces. [SCR]
Also, is it possible to have two different number of related posts on Desktop and Mobile devices? For example, 6 (three in each row) for PC, and 4 (one in each row with full-width) on Mobile?
I really appreciate your time and help. 🙂
Forum: Plugins
In reply to: [Facebook] Facebook reply to comment in view more not showingDo you still have this problem? I can view all of your reply-comments in your website, though.
Forum: Plugins
In reply to: [Facebook] app ids saved but no comment box is showing?Try unchecking “Child-Directed Site” in General Settings.
Also enable FB Comments in its settings according to your needs (Pages/Posts)Forum: Plugins
In reply to: [Facebook] Comments WidthCSS Trick doesn’t work anymore.
I need this as well.Forum: Plugins
In reply to: [Facebook] No comments option in plugin menuI know this is an old topic. In case anyone else has the same problem:
Just UNCHECK “Child-Directed Site” in General Settings.
Forum: Plugins
In reply to: [WP Popular Posts] Widget throwing "0"Thanks for letting me know. No, I checked with 6 browsers and it didn’t work. Does it maybe have any counter limits? Such as 1 million hits per post per day or something like that? I’m saying this because when I got that error, checking in plugin stats showed 2 posts had exact 1,000,000 in past 24 hours.
Also, turning off the Ajaxify was a HUGE favor to my server loads.
Before: load average: 38.92, 37.46, 38.53
After: load average: 0.54, 0.51, 0.47It’s with the rate of ~100 Hits per second and ~1 million per day.
Forum: Plugins
In reply to: [WP Popular Posts] Widget throwing "0"Thanks for getting back to me, Hector.
I just disabled the Ajaxify in plugin setting and it seems it did the trick.
1) v2.3.7
2) http://i.imgur.com/jBBviSj.png AND http://i.imgur.com/RvRgMmx.png
3) Yes.Forum: Plugins
In reply to: [WordPress Related Posts] The orange edit button is goneThanks once again for your great plugin and explanation, Silvo. 🙂
Forum: Plugins
In reply to: [WordPress Related Posts] The orange edit button is goneHi Silvoslaf,
Thanks for the reply. Enabling stats brought it back. I disabled it back when I was on shared hosting and thought it may help after traffic increased.
Just to know, does that stats on my server? Is it heavy for the server?
I’m also having same problem. Using “Facebook” plugin along with WPSEO with Facebook Social settings turned on.
Example: Facebook debugger of my URL
When sharing on Facebook, it’s picking the smallest og:image tag!
Any workaround?
Forum: Themes and Templates
In reply to: [Hiero] Hiero can't use any lightbox/colorbox pluginGlad it worked.
Did you make any other customization to your website? I’d love to see other websites with same theme as mine. Here is mine:
http://www.Seenox.comForum: Themes and Templates
In reply to: [Hiero] Hiero can't use any lightbox/colorbox pluginHi Wishow,
I’m using “Responsive Lightbox” (http://ww.wp.xz.cn/plugins/responsive-lightbox/) with Hiero theme and it works without any issues.
Hope it helps
Forum: Plugins
In reply to: [Facebook] Featured image priority in og:imageThanks for the reply.
In my example above, you will see 3 photos which I added with og:images and it’s sorted the way I added them.
But when I or someone else post it in Facebook, Facebook choose the wrong photo, although the first photo (Wedding photo in my example which is also featured image) has the largest size!
Any idea?
Forum: Themes and Templates
In reply to: [Hiero] Why header title is changing from bold to thin font?I’ve also the same problem.
If anyone else has the same problem, I solved it by adding this code in Mobile theme’s CSS file:
#sthoverbuttons { display: none !important; }