Drew Baker

Results 178 comments of Drew Baker
trafficstars

We added the ability to set the `sameSite` option into our theme, if anyone is curious. https://github.com/funkhaus/fuxt-backend/blob/master/functions/cookie-manager.php

This is because the default WordPress login functions don't handle samesite, so we will have to build our own cookie setters, like in the fuxt-backend boilerplate I suspect.

We added the ability to set the `sameSite` option into our theme, if anyone is curious. https://github.com/funkhaus/fuxt-backend/blob/master/functions/cookie-manager.php

Hello! It's been a long time since I used that feature. This is the function that should block domains: https://github.com/funkhaus/wp-graphql-cors/blob/master/includes/process-request.php#L153

Closed as I think this was fixed previously. Please comment and I will reopen if this is still an issue.

I really like the slideshow we have now, it’s super flexible. I don’t want to add another thing just to support this one sizing thing. Should we just add preload...

If I understand the code that @rsm0128 wrote, this actually doesn't work for hierarchy posts anymore, which is wrong. For posts with hierarchy to them (like Pages) there would need...

See this function for how it worked for Pages: https://github.com/funkhaus/fuxt-backend/issues/39

Fixed with https://github.com/funkhaus/fuxt-backend/commit/7e6c95b061efbc894d4781793579c70c63a232be

This is incredible. Good find. Is it enough to just hardcode in not to auto-include the nested pages menu by default? The fact that it auto makes those “every page...