ctomczyk
Forum Replies Created
-
@anowerhossain16 Great. Thank you!
@saifislam01 Thank you. I greatly appreciate it.
- This reply was modified 1 year, 3 months ago by ctomczyk.
@anowerhossain16 I will contact you directly since the issue persist, but debugging together may help us both to find the root cause.
@anowerhossain16
Before contacting you, let me share my findings. Following the HTTP request:wp-json/wp/v2/docs?per_page=100&status=publish%2Cdraft&_locale=user
returns502 Bad Gateway
with the following payload
{"code":"rest_invalid_param","message":"Invalid parameter(s): status","data":{"status":400,"params":{"status":"Status is forbidden."},"details":{"status":{"code":"rest_forbidden_status","message":"Status is forbidden.","data":{"status":401}}}}}
That is highly likely the issue why tiles with docs title doesn’t appear.One thing: the WordPress version I use is 6.4.1. Hope this helps.
Hi @anowerhossain16.
I did a database upgrade while upgrading the plugin. The process went well. However, I still do not see all the documents. See screenshot of the weDocs -> docs.
I’d be happy to give more details if you need to investigate the issue further.
- This reply was modified 1 year, 4 months ago by ctomczyk.
I have a similar issue. Docs created by the previous version aren’t visible after upgrading to a new version.
I’d suggest visually hidden text because it helps automatic translators to translate the text. They aren’t working with aria-label.
Forum: Fixing WordPress
In reply to: "Required" for option in profile without hackThanks. It’s look good.
Forum: Fixing WordPress
In reply to: Include javascript file with extension php and using _eNo, I don’t ask how to load JavaScript file with php extension. All I had to do is:
define(‘ABSPATH’, ‘abs path to Your wp install’);
require_once(ABSPATH.’wp-config.php’);
require_once(ABSPATH.’url to Your JavaScript file’);And then You may use _e function.
Regards,
CT