Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Duc Regular
@duceduc · Joined 9 years ago · 106 posts · 28 topics · 9 reputation
Badges
Recent posts
-
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
-
GravCart Adding the comma for price
· 8 years ago
Ah. right one. I just needed the thousand separator. so this is all needed. Thanks. {{ 9800.333|number_format }}
-
GravCart Adding the comma for price
· 8 years ago
How can I change the pricing to include ' , ' My currency is in yen. I would like to show it as 4,000,000 or 4,000 The script is omitting ' , ' whenever I type in the price.
-
Skeleton Shop Site
· 8 years ago
It seems snipcart charges a monthly fee $10/month regardless if you make a sale or not. There is a PayPal plugin for Grav as well. Is this plugin already integrated with gravCart or there are some co
-
Theme inheritance Not Working Properly
· 8 years ago
Well this is strange. It worked itself out. The site seems to be loading from the theme inheritance folder now and I didn't do anything to fix it. Ghost in the machine?