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

Duc Regular

@duceduc · Joined 9 years ago · 110 posts · 30 topics · 10 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • 500 Error Every Time I try to Install/Create User · 8 years ago

    Cool. Do remember to change the /admin for security. The file you are looking for is in the admin plugin admin.yaml route: '/admin' <---change this

  • 500 Error Every Time I try to Install/Create User · 8 years ago

    Seems like you got it working now? I can view both of these links. http://noelledevoe.com/grav-admin [frontend] http://noelledevoe.com/grav-admin/admin [backend]

  • 500 Error Every Time I try to Install/Create User · 8 years ago

    I get this error at times after a new install and or updates to theme/plugins. It is possibly folder(s) permission. Grav needs write permission for these folders. assets backup cache images logs tmp /

  • Impossible to add new line · 8 years ago

    I think the box will show only if the post was originally created as a 'support'.

  • Calling a link in twig from MD file · 8 years ago

    I would like to call a link in a twig from MD file. This link is a 'buy it' button for snipcart. <a href="#" class="button primary snipcart-add-item" data-item-id="{{ page.header.product_id

  • Grav 1.4 and Admin 1.7 released · 8 years ago

    Right on. Just upgraded to 1.4 final from 1.4 beta and all is good. I just need to chmod permission to the usually folders again. assets, backup, cache, images. etc..... No biggie.

  • Images in Antimatter theme · 8 years ago

    If you are using a cache proxy server (Squid) of some sort, disable it for the browser you are testing the site with.

  • Featherlight plugin: Styling the thumbnails · 8 years ago

    This is on a local server. I have figure it out the best way I know how. CSS .lightbox img {margin-bottom: 5px;} twig <div class="lightbox"> {% for images in page.media.images %} {{ imag

  • Featherlight plugin: Styling the thumbnails · 8 years ago

    I am using the Gravcart and have install the featherlight plugin. The thumbnail border isn't coming out the way I want it as you can see from the image below. The horizontal border is missing as depic

  • Skeleton Shop Site · 8 years ago

    @evoname The 2 files you are looking for is in the partial folder in the snipcart plugin. snipcart_product_item.html.twig snipcart_detail_item.html.twig