Oliver

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
in reply to: Gutenberg Blocks by WPDM API issue #156291

Oliver
Participant
This reply has been marked as private.
in reply to: Gutenberg Blocks by WPDM API issue #156245

Oliver
Participant

That’s weird, there is no way I get it done.
Check the old one, which appears correct in frontend:

View post on imgur.com

I gave network access to you.

Regards,
Oliver

  • This reply was modified 2 years, 10 months ago by Oliver.
in reply to: Gutenberg Blocks by WPDM API issue #156238

Oliver
Participant
This reply has been marked as private.
in reply to: Gutenberg Blocks by WPDM API issue #156232

Oliver
Participant

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

in reply to: Gutenberg Blocks by WPDM API issue #156204

Oliver
Participant

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

in reply to: Gutenberg Blocks – jQuery error since last update #133911

Oliver
Participant

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 3 years, 9 months ago by Oliver.
Viewing 6 posts - 1 through 6 (of 6 total)