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.

Thomas Foy Member

@tom0360 · Joined 6 years ago · 50 posts · 4 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Where are the forms classes? · 6 years ago

    You can track down the css in the stylesheets or just add your own custom css to overwrite the css. It is a media Query setting and the checkbox setting causing the issue. You can try the following cs

  • How to make Receptar theme print friendly? · 6 years ago

    tcervo, Have you tried using a media query to make adjustments for printing? For example something like: @media print { masthead, .entry-media.resp_video, .secondary, .site-header-widgets, .sharedaddy

  • How to insert one page into another? · 6 years ago

    Easy way is to just create your new page for the sidebar and then use a page.find on the pages you want to include the sidebar on. {{ page.find('/sidebar').content }} I actually use a table to layout

  • Question about Grav Premium · 6 years ago

    rhuk, Thank you for taking the time to reply and for the link to the FAQ. I do find developer licenses convenient. The only paid Wordpress plugins I use now all have developer licenses. That being s

  • Question about Grav Premium · 6 years ago

    Hello, I have a few questions about the Grav Premium package. First is it a lifetime purchase or purchase that will be needed to be renewed from time to time? I notice it is a per site purchase. Is th

  • Where are the forms classes? · 6 years ago

    Hey pmoreno, I am not sure what you are trying to accomplish exactly but if you can't find where to make the changes in the theme, you may be able to add a Body Class to the page and then use that cla

  • First Steps Grav + Hola Theme: How to resize custom logo? · 6 years ago

    If I look in user/themes/hola/css/main.css I see the CSS code for the logo. I don't see anything in the yaml files for it.

  • First Steps Grav + Hola Theme: How to resize custom logo? · 6 years ago

    You can use the Custom CSS plugin and just add some CSS to change the logo as needed. Something like .header-logo, .header-logo img { max-height: 200px; max-width: 200px; height: 200px; width: 200px;

  • Custom Class for Modular Pages · 6 years ago

    I am not sure if there is a built in way to do this but I just modified the twig template to allow the modular template to use body class for the modular-row. I am testing with bootstrap and adding b

  • Custom Class for Modular Pages · 6 years ago

    Is it possible to assign a custom class to a modular page? I know I can add body classes to the parent page but cannot seem to be able to add a custom CSS Class for the child modular pages. I tried ad