Ellie Menendez

Results 12 comments of Ellie Menendez

same issue here :( trying to solve the problem at the moment

Same issue here :/

I would love to help as well, my company is using Vuesax in the UI code and I'd rather contribute to the library itself than replicate the whole thing again...

The problem with ACF is that you have to create your custom endpoints on the WordPress REST API for it to work, and it's not something you would like to...

Hey! I don't know if this can be useful but have a look at #38. Basically what is happening is that the authenticateUser function calls fetch user after jwt authentication...

> > > Hi there, I am trying to authenticate my users but i can't. > It shows always : **WordPress Error! code: wp_empty_list, message: No users found, status: null**...

You need to filter first your categories before sending that data to the UI because a Category is not a String, it's an object. Here's a snippet that might work...

Please see this. https://github.com/dreamsoftin/flutter_wordpress/issues/36#issuecomment-626398483 You have to expose your custom Wordpress Rest API endpoints to work with ACF, and the Flutter plugin itself then needs to "know" about what are...

Please see #51 as it's a related issue to this, after investigating these issues more in depth I had to deal with them on my application, I have found that...

postBuilder is a nasty recursive function and I don't think it's good for any WordPress user who has a limit on their server as this function can generate as many...