wbeaumo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-FormAssembly] Conflict with WPML?Nope. I had a look at the plugin source code. It’s passing the current query string to the remote FormAssembly URL. So, if the only shortcode attribute is a form ID and there is a “lang” parameter in the current URL because of WPML, the plugin attempts to load something like https://app.formassembly.com/rest/forms/view/the_id?lang=ko. It turns out if you request a URL like this, it redirects and puts the value of “lang” in the path, so it ends up being like https://app.formassembly.com/ko//rest/forms/view/the_id, and this gives a 404.
- This reply was modified 1 year, 2 months ago by wbeaumo.
All the pages on this site are built entirely with Advanced Custom Fields. I do not have custom field support turned on in Relevanssi, so it’s not unexpected that most of the pages have blank excerpts. Like I say, though, there is one page that has a custom excerpt typed out, so that should appear in search and it does not. The title of the page shows, no excerpt.
Thank you for your detailed reply. I understand now.
Forum: Plugins
In reply to: [Classic Editor] Availability of the Classic Editor“Classic Editor….will be fully supported and maintained until at least 2022.” What a bunch of hooey. It hasn’t been updated in a year, nor has it been tested with WP 6.
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] No longer listed in theme search results?@andywozhere – It hasn’t been removed from the WordPress repository: it’s still available to download
Forum: Plugins
In reply to: [W3 Total Cache] Can’t purge minify cacheAlso, I’m running the site with Chrome Developer Tools with the option “caching disabled” checked. In the Network tab, under the Size column, I see the download sizes (as opposed to “disk cache” if it were actually using its cache), so I know it’s downloading the files from the server.
Forum: Plugins
In reply to: [W3 Total Cache] Can’t purge minify cacheNope, sorry, minified files are NOT stored on disk. I SSH’ed into the server myself, and I confirmed the contents are in the database under the wp_options table. Don’t be fooled by the URLs.
Forum: Plugins
In reply to: [W3 Total Cache] Browser cache exception list not workingThanks for your reply. Is there anything I can do to exclude a page from browser caching?
My apologies, it seems something went wrong when I updated your plugin and I didn’t actually get me the latest version for some reason.