Mike Hemberger

Results 145 comments of Mike Hemberger

I'm thinking a simple solution may be to convert `get_import_data_info()` or `get_import_data()` to a static method. That way during `merlin_after_all_import` we could use: `Merlin::get_import_data_info( $selected_import_index )` to get the data...

@ThangaBalajiS maybe i'm misunderstanding, but can you just run that on `merlin_after_all_import` hook?

I have 2 PR's open (and ready for merge) and I'm already using those changes in our demo importer plugin. So far everyone loves it, niiiiice :) I'd love to...

This would edit the child theme name constant in functions.php and at the top of style.css? I don't have a need for this but totally a great addition for many...

Hmm I was wondering if it was gremlins in my system. I’m Mac/Chrome. Honestly haven’t tested anything else.

Pretty sure it's from: ``` .merlin__button--loading .merlin__button--loading__text { opacity: 0; ``` FWIW this happens when the plugin are already installed but not active, then I hit this step, click and...

Hmmm, did you test with all the plugins already installed? Now that I see your screenshot I realize the issue is that i'm missing the spinner. I wonder if having...

Ah yes, that would do it. Good find Lee. If Rich was interested in a PR and a new release, this would be a nice fix for me. No users...

_sends smoke signals to my buddy @seothemes so I don't have to do it_ 😜

@seothemes you got it to work with an action hook? That's wild, hooked into that template part and loaded it via the plugin? Great idea, never would have thought about...