Benjamin Intal

Results 133 comments of Benjamin Intal

@andeng1106 can we verify if the PR #2333 fixes this issue?

> * Load More and Pagination button seems to be still missing. Is it expected not to be included? @andeng1106 Let's do this in a separate issue instead

@andeng1106 additional test scenarios (these should be fine after you update and refresh the editor - note that after you refresh the editor the block should look correct): - in...

Let's not fix this. It appears that something built in with the text formatting is causing the issue. This issue is also present in the native highlight toolbar option

It should work since all the files are rendered then saved inside the uploads folder

How should that be used?

One way to do it is to hide your elements visually via inline CSS, then after you trigger it to count up, make the element visible.

I can confirm that the solution of @achraf-boussaada works in mobile (in my case I needed to change `window.location.href` and not open a new window), but doesn't work in desktops.

@stiwwelll Yes it works in Chrome iOS in mine. Here's what I have which is only shown in mobile: ``` { window.location.href = 'fb-messenger://share?link=' + encodeURIComponent( `https://myurl` ) + '&app_id='...

I got the error too. May be related to https://github.com/WordPress/gutenberg/issues/11069