pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Quark: How to change number of columns shown in blog item list
· 5 years ago
@joejac, Bricklayer uses a div with class bricklayer-column-sizer to determine the width of the columns. The width of bricklayer-column-sizer can be set to 100% for 1 column, 50% for 2 columns, or 33.
-
Seo magic plugin: meta images configuration - first image found does not work
· 5 years ago
@Karmalakas, Or maybe the 'Tip' at the top of Premium theme/plugins docs should be marked more clearly... ;-)
-
Seo magic plugin: meta images configuration - first image found does not work
· 5 years ago
@Bette, All questions related to Premium themes/plugins can be asked at https://github.com/getgrav/grav-premium-issues, where you will be served by the devs themselves...
-
LightSlider - problems with text mode
· 5 years ago
@bwanot, I don’t think I’ve got possibility to do it directly on server from command prompt All providers I've worked with (even the 0.50$/month ones) allowed ssh (Secure Shell) with which you can
-
LightSlider - problems with text mode
· 5 years ago
@bwanot, When comparing your site with my fresh Grav 1.7.18 with LightSlider, it seems that the layout of LightSlider in your site is off. Did you make any changes to the LightSlider? There seems to b
-
LightSlider - problems with text mode
· 5 years ago
@bwanot, Try: $ bin/grav cache as mentioned in Lightslider plugin images not showing on slider_type text
-
CSS in Frontmatter in Mache theme Works but no in Quark Theme
· 5 years ago
@joejac, You mentioned you have updated templates 'lightslider.html.twig', ' blog.html.twig', and 'base.html.twig'. Just to prevent your efforts get wasted when a new version of the theme/plugin is be
-
Linebreak within fences not working on page but in preview mode
· 5 years ago
@sraue, Would you mind sharing the download urls for the zip and the tar.gz?
-
Twig not duplicate rows
· 5 years ago
@Deight, Like in a previous question, you are looping inside a loop... The value of val is the same as the value for item. Drop the inner loop and replace item.path and item.name with val.path and val
-
Linebreak within fences not working on page but in preview mode
· 5 years ago
@sraue, According to the docs on MDN: In the case of HTML, whitespace is largely ignored — whitespace in between words is treated as a single character, and whitespace at the start and end of elemen