Skip to content
Grav 2.0 is officially stable. Read the announcement →

Pedro M Regular

@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • FontAwesome 5 Free doesn't show in mobile devices · 5 years ago

    Finally, I have decided to use the \<i> tag with the appropriate fontawesome class for the up arrow. For some unknown reason, it doesn't work when I enter the following in the style sheet: #back

  • FontAwesome 5 Free doesn't show in mobile devices · 5 years ago

    Hi. The fontawesome.min.css file is imported directly from main.css with @import url (fontawesome.min.css); and the fonts are in the webfonts folder (image is attached). In fontawesome.min.css these f

  • FontAwesome 5 Free doesn't show in mobile devices · 5 years ago

    Hi. I am having trouble implementing some fontawesome fonts in my template. It is very rare, but in the desktop version of the page the font is shown, however in the mobile version (not in Chrome Insp

  • Dynamic loading images in picture with srcset · 5 years ago

    Is there anyway to load dynamically webp or jpeg images in picture HTML tag depending whether file exists in same folder? For example if you have two images with the same name, one with webp extension

  • Illegal offset type in isset or empty in taxonomylist · 5 years ago

    Hi @pamtbaau Sorry to have mixed two issues into one. Indeed the last question is for another post. Regarding the original question, the error is solved by passing parameters to the call to the taxono

  • Illegal offset type in isset or empty in taxonomylist · 5 years ago

    Hi @pamtbaau In the end I have achieved what I want, partially, only with the blog collection, in this way. First I define the variable with the absolute path to the site and the blog path: {% set new

  • Page non routable shows first child page · 5 years ago

    Hello @pamtbaau In the end I got the result I wanted, with the following code: {% macro loop(page) %} {% for p in page.children.visible %} {% set current_page = (p.active or p.activeChild)

  • Page non routable shows first child page · 5 years ago

    Hi @pamtbaau I am modifying the Future Imperfect theme, redesigning it from scratch, according to the original HTML5Up. I've added templates for simple pages and portfolio, as well as adding search f

  • Illegal offset type in isset or empty in taxonomylist · 5 years ago

    Hi @pamtbaau. I have not been able yet for personal reasons. As soon as I can I will follow your advice to see if it can be solved.

  • Page non routable shows first child page · 5 years ago

    Hi. I'd like to have in the menu one link with dropdown option, in which the child pages are showed. I have non routable the parent page, however when I click on it, is loaded the first child page. Wh