Forum Replies Created
That’s weird, there is no way I get it done.
Check the old one, which appears correct in frontend:
I gave network access to you.
Regards,
Oliver
-
This reply was modified 4 years, 7 months ago by
Oliver.
Hi Tanvir,
thanks for the new version of WPDM, but it doesn’t fix the issue.
It is in the add-on Gutenberg Blocks, where the API call does not happen.
In the index.js at “download-manager/package” the endpoint “/wpdm/search-package” is never called.
It worked before the update.
If it helps, I could provide access to wp-admin.
Regards
Hello Tanvir,
thank you for your quick response.
The version number we use match the latest for download. I wrote them above behind the plugin and the add-on.
There are no additional add-ons, just WPDM and Gutenberg Blocks by WPDM.
In the frontend the old download blocks (before update WPDM) are shown correctly, but if I edit the post, the block ‘package’ is unable to find the wpdmpro-posts.
The API call (https://domain.com/wp-json/wpdm/search-package) doesn’t even trigger, as I mentioned before.
It is not shown in the network tab of the developer tools.
Any help would be appreciated.
Regards
I fixed it for me with a workaround.
In wp-config.php I added these lines:
if (strpos($_SERVER['REQUEST_URI'], 'wp-admin') !== false){
define('CONCATENATE_SCRIPTS', false );
}
Maybe it’s not really a solution, but the media lightbox shows up again.
Regards
-
This reply was modified 5 years, 6 months ago by
Oliver.