Manuel Razzari

Results 15 comments of Manuel Razzari

Confirmed, the fix in 42dc0c487b works well. For me the bug was specifically with fonts embedded via fonts.com third-party CSS link. This was probably caused by a recent bug/fix from...

Hi @yatil, looking at Steve's [codepen](https://codepen.io/stevef/post/tables-tequila-and-beer) the fix would also include [Two headers, Example 1](https://www.w3.org/WAI/tutorials/tables/two-headers/#table-with-header-cells-in-the-top-row-and-first-column), by removing the 2nd paragraph and all references to `scope` in the code snippet. The...

A couple of related gotchas... - I downloaded the release zip, which includes a required "vendor" dir, but it's .gitignore'd. So when I tried to commit the plugin to my...

Yes, I understand the issue from a code POV. What I'm trying to say is more about documentation and defaults. - The way the release zip is built, it can't...

ACF image fields support Global Media images in the admin, but not in the functions used to display them in the theme. It's tricky for this plugin to handle `wp_get_attachment_url`,...

The gotcha is: Global Media *images* already work in the ACF admin fields, they just don't work in the functions used to display in the theme. **But** for *file* fields,...

@bcoelhonqda yeah that happens here as well. I just haven't cared enough to try and fix it.

Looks like the ACF cache store is not there for you. Not sure what might be going on. Maybe old version?

> should this solution also work for the gallery type of ACF ? Because it's not working for me @mrazzari Sorry @Leobar00 I haven't touched this code since posting it....

Confirmed `stencil-cli v3.2.1` also works. The problem started in `v3.3.0`. **Update**: `sencil-cli 3.2.1` will let me "stencil start" but no push or download. Same 403 error. Downgrading to `3.1.1` fixes...