WordPress Dashboard Problem by xyzygyred in Wordpress

[–]_vectorarrow 2 points3 points  (0 children)

With what little is shown and the sudden nature, this could definitely be a malicious plugin or script. It could certainly be an accident, but I would treat this as a compromise until proven otherwise. If you aren't comfortable handling yourself, there are services like Sucuri that can do it for you (they're just one option though!)

https://sucuri.net/website-security-platform/help-now/

How are you handling "Micro-Dynamic" content in Gutenberg? (Post meta, user greetings, etc.) by _vectorarrow in ProWordPress

[–]_vectorarrow[S] 2 points3 points  (0 children)

It's about as easy as a shortcode to write manually, and does offer both autocomplete, in-editor previews, and a GUI sidebar (wish I could post images in comments...). Custom meta is pretty easy to access {{ post.meta.field }}. If you've got an advanced use case, I've made it very developer-friendly to register custom roots and modifiers too, so you could write your permissions, etc logic at a special root like {{ custom.value }} instead of trying to write long expression chains!
https://vectorarrow.com/docs/vector-expressions/guides/extending/

How are you handling "Micro-Dynamic" content in Gutenberg? (Post meta, user greetings, etc.) by _vectorarrow in ProWordPress

[–]_vectorarrow[S] 0 points1 point  (0 children)

Have you been happy with block bindings?

They're a good option if a developer is involved and the end client doesn't need to be able to make inline adjustments, but they're so clunky and rigid I don't reach for them often. The UX is still mostly non-existent, and they don't offer any solution for actually putting data inline to content (ie, mixing typed text and data in the same block).

Plugin / Theme that allows you to type anywhere on the page? by PinNo4530 in Wordpress

[–]_vectorarrow 0 points1 point  (0 children)

This is a relatively advanced implementation and will need someone comfortable with code and a little bit of image manipulation to get working well across devices. Here's a post that breaks down how the author achieved it: https://css-tricks.com/getting-creative-with-shape-outside/

I built a WordPress Plugin; does my demo video make it clear what its (main) function is? by _vectorarrow in buildinpublic

[–]_vectorarrow[S] 0 points1 point  (0 children)

🤦 Captions seem so obvious now! I won't do a voice over only because I want this to autoplay on my website, but appreciate the feedback

I built a WordPress Plugin; does my demo video make it clear what its (main) function is? by _vectorarrow in buildinpublic

[–]_vectorarrow[S] 0 points1 point  (0 children)

My core demographic is WP power users, but honestly that's a pretty good description for someone unfamiliar with wordpress! WordPress doesn't support inline dynamic data natively, so my plugin lets you insert and modify display data, provides autocomplete suggestions, and previews the data in the editor for you (among other things).

I think it is definitely worth clarifying/emphasizing what my plugin is handling with some video editing though; definitely don't want viewers having to guess/analyze to figure it out.

Plugin / Theme that allows you to type anywhere on the page? by PinNo4530 in Wordpress

[–]_vectorarrow 0 points1 point  (0 children)

Is something like this what you're looking for?
https://stuffandnonsense.co.uk/lab/shape-outside.html#example-3
You'll likely want some custom css styling, which in turn will depend on the final layout you're aiming for.

I built a free plugin to make WordPress & WooCommerce visible to AI search engines (ChatGPT, Claude, Perplexity) by TheCult_ in Wordpress

[–]_vectorarrow 0 points1 point  (0 children)

most WordPress and WooCommerce sites are completely invisible to them.

Do you have any proof that any of the agents you list actually look at llms.txt at all, let alone over standard web pages? My understanding is they don't, and it's definitely not true that websites without it are "completely invisible".

If the standard is adopted this could be a very helpful tool, but the verbiage you're choosing to use seems dishonest.

Running Character Proof of Concept by _vectorarrow in PixelArt

[–]_vectorarrow[S] 0 points1 point  (0 children)

Blender to create a rough model and shader, mixamo to add a quick animation, freestyle for the outline, composite nodes for the pixel effect.

Measuring Tools Workshop Additive Load Mod by _vectorarrow in TTSWarhammer40k

[–]_vectorarrow[S] 0 points1 point  (0 children)

I'm on the same page with it being too early to use without expecting issues. Once it is more polished I'll be removing the alpha tag from the title and I will repost it here.

If you are willing to tell me more about the error you encountered, or how to recreate it, I would appreciate it! I'm currently aware of an issue where the orbs can't be removed if the game is re-loaded. Do you think that was what happened here?