Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Improvement in Search Box in Deliver Theme
· 5 years ago
SOLUTION: Change in your Child Theme, the following files: In partials/search.html.twig line 2: <input type="search" placeholder="Search..." value="{{ query }}" data-search-input="{{ base_url_rela
-
Improvement in Search Box in Deliver Theme
· 5 years ago
Hi there. I've noticed that in search box of Deliver Theme, if you do any search the results are showed fine only with the upper search box (right of menu). Meanwhile, if you do the same search in the
-
Server Error "Trying to access array offset on value of type int"
· 5 years ago
@pamtbaau , with the command bin/grav yamllinter --all it shows The "--all" option does not exist. However, if I remove dash from the form fields (like you suggest in the link), it works, the page sho
-
Server Error "Trying to access array offset on value of type int"
· 5 years ago
Hi @pamtbaau I've activated the option to see the logs in the system.yaml. In localhost, the contact form page show this error: Twig \ Error \ RuntimeError An exception has been thrown during the re
-
Server Error "Trying to access array offset on value of type int"
· 5 years ago
Hi there. I'm migrating my site in Grav 1.6.31 to 1.7, with PHP 7.4, and it seems work fine except the form page, that shows the following message: Server Error: Sorry, something went terribly wrong!
-
Bottom position footer in Gantry
· 5 years ago
Hi. In Gantry (with Grav), if I want to fixed footer section in bottom of page (without sticky effect), I have to configure in css this: #g-footer { position: absolute; bottom: 0; width:
-
Load CSS/JS assets with theme_url or do assets.JS/CSS
· 5 years ago
Thanks so much @pamtbaau. Your solution works fine.
-
Load CSS/JS assets with theme_url or do assets.JS/CSS
· 5 years ago
I have not repo yet. The theme ported to Grav is still in a very early stage. I will try to create one in the next few days. Thanks @pamtbaau for you interest.
-
Load CSS/JS assets with theme_url or do assets.JS/CSS
· 5 years ago
Hi @pamtbaau I'm working in a Grav v1.6.31 (the latest) and my botton block is: {% block bottom %} {{ assets.js('bottom')|raw }} {% endblock %} For example, with {% do assets.addJs('theme://assets
-
Load CSS/JS assets with theme_url or do assets.JS/CSS
· 5 years ago
Hello there. I'm trying to customize the Future Imperfect theme, by HTML5Up to Grav, and the following happens to me: If I use OPTION 1 ... {% block stylesheets %} {% do assets.addCss('theme://asset