Ipstenu (Mika Epstein)
Forum Replies Created
-
Forum: Plugins
In reply to: [Yuto - Meilisearch Integrator] Indices Settings and CLI recommendationsWe are excited to announce the release of version 0.1.0, which includes WP-CLI support. In addition to the command you provided, weβve added new commands to delete and add specific documents by their IDs:
That’s so cool!
I’m rebuilding my server (because I broke it π ) and I was using Meilisearch UI – https://github.com/riccox/meilisearch-ui – to act as a way to manage the instance.
That is very high nerd, though I wonder if you could pass in the URL and Key to automatically connect.
Forum: Plugins
In reply to: [Yuto - Meilisearch Integrator] Indices Settings and CLI recommendationsI actually whipped up a CLI command (since my site kept timing out due to anti-abuse setups I have)
https://gist.github.com/Ipstenu/2680e340a3705590c7f5cf56ca9cf2cb
$ wp ipstenu yuto build-index post
Starting Importer. Found XXX posts ... 100% [=========================================================================================================================================] 0:44 / 0:43
Success: Import completed successfully.Checked the index, and there it was π Code’s GPL, so please use as you see fit. And yes, it took under a minute for 1000+ posts.
Forum: Everything else WordPress
In reply to: Register Custom Post Type for Existing PluginNot really because it would depend fundamentally on how the plugin is written.
You should ask this at https://ww.wp.xz.cn/support/plugin/salon-booking-system/
Forum: Everything else WordPress
In reply to: Critical Error on this site?What theme are you using?
Forum: Everything else WordPress
In reply to: Comment moderationWhy doesnβt your basic comment moderation features work as intended?
WordPress’ default comment moderation is pretty basic, and uses a moderation list of specific words/terms only. It does work as intended, but people have to actually use your flagged words.
Why does your customer support team refuse to help unless I use your paid for spam akismet? Why doesnβt your jetpack plugin not work with any other spam plugin, instead blocking the ability of anyone to leave a message if any other spam plugin is active?
There is no customer support team for ww.wp.xz.cn. Jetpack is supported by the company Automattic who is not actually the owner of ww.wp.xz.cn. We know it can be confusing, but you shouldn’t conflate the two.
As for their requirements? Well, that’s their requirements. We can’t really help you with that π
Forum: Everything else WordPress
In reply to: Custom add to cart quantityWhat store plugin are you using? WooCommerce or EDD or something else?
Forum: Fixing WordPress
In reply to: Dashboard/Admin Page Not LoadingI would lean towards thinking you’ve been hacked.
Carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures and start backing up your site.
I would also contact your webhost.
Forum: Everything else WordPress
In reply to: some plugins are failingDid you try reinstalling the plugins? It sounds like they’re missing files.
Forum: Everything else WordPress
In reply to: Random content I can’t removeHave you tried a different THEME?
Some themes put in default data.
Forum: Fixing WordPress
In reply to: content security policy with WP pageAssuming you mean https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
Obviously you can add
unsafe-inlineto your CSP but I understand if you don’t want to. The thing is… that file doesn’t call FontAwesome. WordPress core doesn’t use it.You can look at https://github.com/WordPress/WordPress/blob/master/wp-includes/js/dist/a11y.js
I would start by reinstalling WP core files.
Forum: WordPress Mobile App
In reply to: The request to generate application password is not authorizedYou’d have to ask this of Woo directly – https://woocommerce.com/mobile/ – as this sounds like an issue with their app on iOS and not something we can help debug.
Forum: Fixing WordPress
In reply to: Changes in WordPress are not being applied.What plugin is this?
Also you mention WordPress cache options. Are you using a cache plugin or does your host include caching?
You would want to use https://developer.ww.wp.xz.cn/block-editor/reference-guides/slotfills/plugin-document-setting-panel/
Keep in mind, that will show for all post types. I have mine checking for specific post types.
Forum: Fixing WordPress
In reply to: Function wpdb::prepare was called incorrectly.The issue is in your plugin
gt3-themes-coreIs that from https://gt3themes.com/ ?
If so, you’ll want to ask them directly.
Forum: Developing with WordPress
In reply to: Maintenance Mode Code to display an image on websiteeither I get a white page or nothing happens at all
When you say nothing happens, do you mean the page doesn’t load at all, or it goes to WP?
Also is your htaccess change above or below the default WP htaccess code?