kerryoco
Forum Replies Created
-
sure thanks. It’s in a Woocommerce product page field. I’m allowing user to customize an image, and then I stringify the image dataURL into a textarea in the product description (or maybe “short description”) set up with Woocommerce Custom Checkout Fields.
I have the same setup on my localhost (without the plugin) and it completes near instantly. And in toggling the plugin on / off on the live site it did seem to resolve problem. It hangs long enough to throw a couple “this page is frozen, would you like to exit this page” prompts.
Forum: Plugins
In reply to: [Threepress] Error on Page: Undefined array key “name” in…To follow up, having just clicked the link – I think you do indeed have error reporting set to public on your site, which is not recommended for security.
One of these options should do the trick:
https://wprepublic.com/blog/php-error-reporting-wordpress/Forum: Plugins
In reply to: [Threepress] Error on Page: Undefined array key “name” in…Thanks for the tip! It should be fixed with the next push, it was a one-line oversight that I think only some sites printed the error for, depending on your error logging settings, so I missed it.
The next update should be in a day or two – it’s an entirely separate new shortcode, multiplayer chat areas. It will be in a beta stage at first though.
Forum: Reviews
In reply to: [Threepress] 3D Preview is Good. But No animation supportOk that’s really helpful thanks. I’ll check out unreal anims and threejs.
For the main image – which image do you mean – background / HDR / ground ?
Forum: Reviews
In reply to: [Threepress] 3D Preview is Good. But No animation supportIf you get time and send me the file I’ll take a look. It could be different exports store animations differently on the model. I think I just covered a standard Blender glb export.
Forum: Reviews
In reply to: [Threepress] 3D Preview is Good. But No animation supportIt should look for animations on the glb. They would appear under the “model” tab in the gallery if it finds them, as checkboxes to enable / disable.
I’m not an expert in animations, but that has worked for basic use cases for me. Let me know how goes
Forum: Plugins
In reply to: [Threepress] activation errorThanks for the error log.
If you were unable to install at all, you can try downloading from WP directory and tryingagain. I addressed the error in the new version (1.2.1). I didn’t test it in WP 4.9.3 but it’s a pretty straightforward error.
If you’re able to upgrade WP that’s always a good idea too. I think 4.9 is getting pretty old now.Forum: Plugins
In reply to: [Threepress] LightingAmbient lights are in, although I’m not sure they’ll highlight baked textures the best yet – there’s a bunch of experimenting with emissive materials in particular I still should do. I’ll also allow the directional to be removed entirely, right now it just gets very dim.
And HDRI lights / env do look like a common use case for a model viewer, I’d love to get this available soon:
https://threejs.org/examples/webgl_materials_envmaps_hdr.html
Let me know if something in particular is hanging you up though.
Forum: Plugins
In reply to: [Threepress] Hello from Threepress devah great.
I actually took a quick look in that time and it seemed like some text Threepress uses to initialize itself was being formatted in a way it couldn’t use (maybe that was the plugin doing that).
But that’s something I can plan around too – thanks for the heads up 🙂Forum: Plugins
In reply to: [Deny All Firewall] does whitelisting patterns / regex work ?Awesome thanks!
And yep, we had an “Anonymous Fox” attack recently, and even after cleaning the site, we’re still on their list of bot network “members” it seems, because I can see them once a second or more trying to talk to malware which no longer exists on the site. So this was a catch-all solve for it.Forum: Fixing WordPress
In reply to: disable welcome messagetx but yea i did see that one, i don’t have ‘enable tips’ checked.
i’ve now found that just closing the message is not enough – if i walk through the tutorial, then save the post, that seemed to do it.
in chrome.
in firefox, nothing works yet. i get the message every page load no matter what.Forum: Fixing WordPress
In reply to: Get rid of Gutenberg welcome messagethanks this looks promising, but my site is still doing this actually.
‘enable tips’ – no, update page, still says not checked, but there’s the tip!
gutenbarggggI was able to find a pretty simple jquery solve for this fyi
if( "your mobile condition" ) woof_autosubmit = 0 jQuery("add your own filter button").click(function(){ woof_submit_link(woof_get_submit_link()); })fortunately those vars/ functions are global. didn’t realize that at first
- This reply was modified 7 years ago by kerryoco.
Forum: Themes and Templates
In reply to: [Storefront] Help with mobile menu using storefrontlooks like you added some php which glitched it.
what was the problem you were having?
- This reply was modified 9 years ago by kerryoco.
Forum: Themes and Templates
In reply to: [Storefront] Mobile Footer Iconssorry to necro this thread – was very useful, but is there also a way to disable /unqueu all mobile styles entirely? I only need a few and can add them myself.
- This reply was modified 9 years ago by kerryoco.