Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] Excessive waiting timeHi there,
You mean the first byte of a minified and combined asset?
Hi there,
Can you tried this suggestion and let me know: http://betterwp.net/wordpress-plugins/google-xml-sitemaps/faq/#content-encoding-error ?
Forum: Plugins
In reply to: [Better WordPress External Links] How to Exclude Link For Not Get RedirectHello, thanks for using BWP External Links.
Have you tried this setting: “Forced local domains” ?
Hi, thanks for using BWP Sitemaps.
If you’re certain that your
$datacontains images, then you should checkset_valuemethod insrc/sitemap/tag/tag.php. Even when you add image to your$dataarray, your images will not be included if they can not pass the sanitizer.Simply turn on extra debugging mode and then debug that file to know what’s wrong with your data.
@feuerkogel1 what do you mean by “where you can be sure your data is not sold out, behind your back, to others by using this plugin.”? There’s nothing done behind your back in my plugin.
Hello, thanks for using BWP Sitemaps.
The first thing you need to check is whether your normal posts are having correct dates. To be sure, you can pick a post with wrong date shown in sitemap and check its
post_modified_gmtfield in database. If it’s correct then we have a bug in the plugin to fix.Forum: Plugins
In reply to: [Better WordPress Minify] Does cache get flushed after updates?You are absolutely right. I’ve created a ticket for this: https://github.com/OddOneOut/bwp-minify/issues/63
You’re right, Jetpack forms are not currently supported. It’s nearly impossible to support all kinds of forms, so I can only add support for Jetpack form if it is widely used.
Hi,
The only reason I can think of right now is you’re missing some files. Try to download the plugin manually and then extract it on your server using
tarfor example.Glad you got it working 🙂
Do you use any cache plugin then? By default new posts should be added automatically to the post.xml sitemap. You can also try regenerating that sitemap by clicking on the “refresh” icon next to its name (BWP Sitemaps >> XML Sitemaps >> Generated Sitemaps).
@wissamtannous you seem to have a different issue. Can you take a look at this topic: https://wordpress.org/support/topic/getting-a-socket-error?replies=10
Hi there,
You can use this filter hook: http://api.betterwp.net/bwp-google-xml-sitemaps/master/hooks.html#filter_bwp_gxs_post_where
Hope that helps.
Do you enable sitemap caching? If you do, you should set the cache expiry time corresponding to your post schedule.
Do you guys happen to use any ajax-related stuff on comment page? Can you switch to the default theme (twenty-sixteen) and try again?