Zyles

Results 73 comments of Zyles

I can get the values but not update it with POST: ``` { "code": "cant_update_item", "message": "Cannot update item", "data": { "status": 500 } } ``` Solution?

An option to ignore urls/paths would also be great. I tried with the advanced crawling addon and added /feed/ and it seemed to work. Since it will return an index.html...

Any progress on this? I just tried latest version of the plugin and it did not discover my custom "/plugins/" directory path. Are you not crawling the links in the...

What is the solution to include a 404 page?

This fix does not work with Oxygen. I stumbled upon this problem with Oxygen where you can not use a custom CSS file because it points to the wrong location...

This fix worked for me: ``` public function get_url_from_path( $path ) { $abspath = ABSPATH; // Workaround for weird hosting situations. if ( trailingslashit( ABSPATH ) . 'wp-content' !== WP_CONTENT_DIR...

I use Oxygen not bedrock. I think it depends on your webserver config too.

Trying to get this to work but I get a `TypeError: Cannot read property 'prefix' of undefined` error on ` library.add([faExclamation, faSpinnerThird])` Got any updated code?