Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Language-selector difficultie
· 3 years ago
At the moment I've managed to get something working with the language selector plugin and the mache theme. 1) Create a child theme so you don't lose changes when the Mache theme is updated. https://ge
-
Language-selector difficultie
· 3 years ago
@jefrey: Template "error.ico.twig" is not defined Do you have the error.ico.twig file somewhere?. It seems that part of the error refers to that file. error.ico.twig does not appear to be a valid fil
-
Fontawesome not displayed wit Assets pipeline enabled
· 3 years ago
Use @import 'fontawesome-all.min.css'; in main.css appears to be incompatible with Grav's CSS pipeline option. Using this option greatly improves lighthouse performance and testing, but when I activat
-
Language-selector difficultie
· 3 years ago
Hi @jefrey I think it is not necessary to load js and css resources from the selector plugin in your base.html.twig, because they are already loaded by the plugin itself (see language-selector.php):
-
GRAV as an engine of education and knowledge transmission
· 3 years ago
I am very proud to actively maintain three websites, dedicated to education and the transmission of knowledge through stories, all made with Grav. Through these projects I have been learning the value
-
Tuscan Villa site linked to Booking Engine
· 3 years ago
Hello @dan-james I have been visiting your website and it is really interesting and very beautiful. In the mobile version I have detected a couple of minor errors, but I want to highlight them in cas
-
PHP GD is required but not installed
· 3 years ago
Hi @DonnyBahama Take a look at https://sajadtorkamani.com/install-php-extensions-for-docker-image/
-
Quark theme: Dates are not translated
· 3 years ago
You just have to copy archives.html.twig from the plugin to your partials folder of your child theme and make the necessary modifications there
-
Quark theme: Dates are not translated
· 3 years ago
You'll need to create a Quark child theme, and in that theme make all necessary modifications, to prevent future updates from overwriting your modifications. You can take a look at this article, Easy
-
Quark theme: Dates are not translated
· 3 years ago
Hi @beedaddy You can try something like this in partials/blog/date.html.twig: {# Support for translate and twig extensions plugins #} {% set lang = grav.language.getActive ?: grav.config.site.default_