Khang Minh
Forum Replies Created
-
This is planned for version 2.x.
What multilang plugin are you using?
Forum: Plugins
In reply to: [Better WordPress Minify] Site Flashes Unstyled HTML After Configuring PluginWhat I’m seeing right now in the source of https://test.salesgenie.com/ is a huge chunk of inline CSS at the top but all other css at the bottom. Are you using a html caching plugin?
Hello, can you try what’s suggested here: https://wordpress.org/support/topic/blank-first-line-in-xml-file-throwing-error?replies=3 and let me know? Thanks.
Forum: Plugins
In reply to: [Better WordPress Minify] Unable to get Friendly Minify Urls to workHi Sandra, sorry for my late reply.
According to your screenshot you’re not currently enabling friendly minify url feature? Also are you experiencing the issue on staging or on live server?
Due to a limitation of WPEngine, friendly minify url only works on live server at the moment (with the above redirect rule).
Forum: Plugins
In reply to: [Better WordPress Minify] Site Flashes Unstyled HTML After Configuring PluginHmm all of your stylesheets are currently in the footer I think. Can you re-check?
Forum: Plugins
In reply to: [Better WordPress Minify] Friendly URLs results in garbled charactersDoes that plugin have an option to exclude certain file patterns? You can exclude anything that starts with “minify” and ends with “.css” or “.js”.
Forum: Plugins
In reply to: [Better WordPress Minify] Friendly URLs results in garbled charactersHi there,
I believe you’re experiencing double compression issue. Can you check if there’s any plugin that compresses css/js files or a server config rule that does so?
Glad you got it working! And thanks for re-considering your review.
BWP Sitemaps requires flushing rewrite rules once, which should be done right after you activate the plugin. However for some reasons your rewrite rules weren’t flushed correctly, which results in “Page not found” error you saw.
I suspect this is an incompatibility issue with another plugin. That’s why I asked if you could provide a list of active plugins on your site. If you don’t mind, can you do so via https://betterwp.net/contact/ ? Thanks.
Can you navigate to Settings >> Permalinks and then press Save changes? Please try generating the sitemap again after that.
Let me know if it still doesn’t work.
Hello,
I’ve replied to your support topic here: https://wordpress.org/support/topic/failing-to-produce-sitemapindexxml-file?replies=1#post-8422294
Hopefully you can reconsider the rating. Thank you.
Forum: Plugins
In reply to: [Better WordPress Minify] Unable to get Friendly Minify Urls to workFor WPEngine you will need a special redirect rule. Go to Installs >> Redirect rules and then click on New redirect rule:
Source:
^/wp-content/plugins/bwp-minify/cache/minify-b(\d+)-([a-zA-Z0-9-_.]+)\.(css|js)$Destination:
/index.php?blog=$1&min_group=$2&min_type=$3Rewrite type:
breakYou should adjust the value if you have custom cache directory.
Also, make sure you only put Apache rewrite rules into cache directory’s
.htaccessfile.Hope that helps.
Hi there,
Have you tried what was suggested here: https://wordpress.org/support/topic/getting-a-404-when-clicking-on-click-to-generate-your-sitemap-index?replies=8
If that doesn’t help, let me know.
Can I have a list of active plugins on your site? You can send the list via https://betterwp.net .
Also, could you please kindly reconsider the rating?
This is all very confusing because I read that since v4 of WP there are no sitemap files and a virtual one is created when required, so why does the widget take you to file that’s not required but not being generated anyway?
All sitemaps are virtual since day one, so I’m not sure where you get the above information from.
Sorry for my late reply.
1. No I mean the plugin that generates the form fields. FancyBox is simply a lightbox plugin that generates modal popup.
2. You can position the “Send it” button before the captcha, and then float it to the right. Then, apply a
clear: rightto the element holding the error message.Hope that helps.
For the friendly minify url feature to work, I have to use a modified version of Minify library currently, so when you update to 2.3.0 it will overwrite all the changes I’ve made.
This will be resolved in 1.4.0. Stay tuned.
I agree with you. The next version will have a new logo 😉