longnha
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache FeedsThank you. I hope to see this in next release.
Thank you, it work great but there have a small issue with the count.
For example I want to display 10 top posts but 3 of them contents the tags, the front-end top posts result only display 7 posts.
Is there a way to not count those posts that have the tags and display 10 posts at front-end?
I hope I describe the issue well.
Thank you very much.
Hi Jeremy, can you please take a look?
function jeherve_remove_post_top_posts( $posts, $post_ids, $count ) { foreach ( $posts as $k => $post ) { if ( is_tag( 'wp dev' ) ) { unset( $tags[$k] ); } } return $posts; } add_filter( 'jetpack_widget_get_top_posts', 'jeherve_remove_post_top_posts', 10, 3 );Is that correct?
Thank you.Forum: Plugins
In reply to: [WP Content Copy Protection & No Right Click] Disable on linkYes, I am using free version.
Forum: Plugins
In reply to: [Disqus Conditional Load] Rocker Loader Support not working on FirefoxHello,
I changed the loading to “on Scroll” and it seem to work now.
Thank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Css for Related PostHello,
So, I was able to get it display 6 related posts but on each row, it only display 3 posts. The related block is also not responsive. I want to make 6 posts on a row or align according to the screen.
I have basic css but it’s not working, could you please help me on this?
Thanks.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Css for Related PostI will get in touch via the contact form.
Thank you.
Forum: Plugins
In reply to: [Hyper Cache] Bypass jwplayerI got the same issue and had to remove Hyper cache. Subscribed this topic, hope to get a solution. Thanks.
Forum: Plugins
In reply to: [W3 Total Cache] Avoid .htaccess file being update automatically?Thank you for your response.
Forum: Plugins
In reply to: [W3 Total Cache] Avoid .htaccess file being update automatically?Hello, it was on Page Cache, I choose cache reload each 30 minutes and Garbage collection run each 60 minutes but it still not work (the video URL expires after 12 hours).
I changed .htaccess to Read Only and it did solve the issue, but is it a good idea to make such change on .htaccess?
Thanks.
Open webpage http://www.smushit.com/ysmush.it/ it redirect to http://smushit.eperf.vip.ac4.yahoo.com/ysmush.it/
The service down now!
Forum: Plugins
In reply to: [WordPress Related Posts] loader from wprp.zemanta.comHello, may you share how to remove that code? It’s kinda slow down my website.
Thank you.
Forum: Plugins
In reply to: [Related Posts by Sovrn] Is the Result being cached?Hi, Thanks for your info. So I have to check other plugins to see which one cause problem then!
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Disabled on PageI add it normally now.
Forum: Fixing WordPress
In reply to: HTML in widget title@crgeary: I tried and it’s not working!