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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Hugo Avila Member

@hugoaf · Joined 9 years ago · 32 posts · 1 topics · 10 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Skeleton Shop Site · 8 years ago

    The shop skeleton you linked is using Snipcart, where Grav works as a CMS and all the store functionality is provided externally by snipcart (paid service), they do have many payments gateways.

  • New action 'call' in Form plugin · 8 years ago

    If you are creating a custom form action, you will need to create a new plugin to add the actual php code. See next docs: https://learn.getgrav.org/plugins/plugin-tutorial https://learn.getgrav.org/fo

  • Antimatter logo instead of text - Dropdown menu issue · 8 years ago

    Try with: <a href="{{ base_url == '' ? '/' : base_url }}"><img src="{{ url('theme://images/logonew.png') }}" /></a></h3>

  • How do i select all tags in my twig template in grav? · 8 years ago

    what about not using taxonomy but a generic collection something like: {% for post in page.collection( items: {'@page.descendants': '/blog'} ) %} Some blogs have a collection defined in header, if tha

  • FreshDesk plugin kills website · 8 years ago

    Might be hard to reach the plugin developer arround this forums. If you are not getting answer, I will recommend to raise an issue directly in the repo of the plugin, in this case: https://github.com/

  • Future Grav.CMS · 8 years ago

    @Stason: there is some stagnation in the development of cms I really do not agree to that statement, check the github stats, you will find many people still donating their time and talent to this gre

  • Ecommerce plugin · 8 years ago

    For that "full feature one software for most cases", definitelly the plugin is the best approach. I hope @flavio continues development on the Grav Shopping Cart. In the long term, will love to see som

  • Ecommerce plugin · 8 years ago

    hey @Stason, I really don't have the solution you are looking for with a plugin, but just want to let you know that right now I am using the Snipcart plugin to develop a small store with product char

  • Markdown extra not work · 8 years ago

    AFAIK there is no way to add a class to a table in markdown extra. One possible alternative is to wrap your table in a div <div class="divtable" markdown="1"> First Header | Second Header ---

  • Showing content from another page when I click on a parent link · 9 years ago

    I am a little confused here, are you talking about menu behaviour or having content form one page into another? For the menu: That will depends on how your template handles the menu in twig. See thi