pmoreno.rodriguez
pmoreno.rodriguez
Hi. You can take a look in this address: [https://pruebas.juanvillen.es/](https://pruebas.juanvillen.es/) Both, header and footer, have the logo inside, but it isn't show with **display: inline-block** attribute.
Hi @suterma In fact Grav has support for those types of audio files, you just have to add the extensions in config/media.yaml, as follows: ``` flac: type: audio thumb: media/thumb-fla.png...
@Spirit328 Have you tried with latest version of theme?
Hi @xt0ph , take a look at this [Pull Request](https://github.com/gantry/gantry5/pull/3034/commits/f803e6d9dd14d0f399b1d9eb6dc3f4ea822eb1e3) I sent a while ago
Updated Spanish translation for platforms/common/ Gantry plugin. [Spanish translation for platforms/common/ Gantry 5 plugin](https://github.com/pmoreno-rodriguez/platforms-grav-gantry5-admin-translations/tree/main/es)
> You need to donwload tktinker's GUI. You can do that by using apt command: `sudo apt install python3-tk` I just started correctly with this solution.
I wonder how some pull requests like this are not already integrated into the plugin. I have been able to verify that it works perfectly in all my themes, and...
> Grav v1.7.43 - Admin v1.10.43 > > After installing a new theme via "Themes" -> "Add", I am taken to the theme details page, and there's an "Activate" button...
Hi @01Kuzma First of all, you must define the attribute in **system.yaml**, in **pages.markdown.valid_link_attributes**, you must add the attribute to use. By default, Grav offers the most used ones (rel,...
I've had a look at the [Excerpts.php](https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Markdown/Excerpts.php) file, and played around with the `processLinkExcerpt` function, which I think is responsible for this, but the most I got was returning `download=""`.