pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Taxonomy list returns nothing
· 6 years ago
@normawhite, All is working on my localhost: Downloaded skeleton Blog Site Opened the browser -> empty Archives <br/> Ran: $ bin/gpm update <br/> Refreshed the browser Re
-
Is there a plugin that allows sharing of a new blog post via social media?
· 6 years ago
@lukealexdavis, You may try searching on https://getgrav.org/downloads/plugins and see if there is one... If you are using Admin to create your posts, you could build a plugin that uploads a new post
-
Css custom attributes not working
· 6 years ago
@skipper, Try switching on the 'pipeline' of css in '/user/config/system.yaml': assets: css_pipeline: true Note: With css_pipeline: false, the options of assets.addCss(asset, [options]) are being u
-
Taxonomy list returns nothing
· 6 years ago
@normawhite, @pamtbaau: Run $ bin/gpm update (or use Admin) on your site to fix Archives. See the docs on the GPM command: Use $ bin/gpm selfupgrade, to upgrade Grav Use $ bin/gpm update to upgr
-
Frontend Edit Button Plugin not working
· 6 years ago
@bleutzinn, When I’m logged in there’s a Grav cookie set (“grav-site-xxxxxxx”) but without the suffix Are you logged-in into Admin or into the front-end? When I login into Admin, there are two cook
-
Where to change 'Thank you' message
· 6 years ago
@daredevil, That is not a complete form... Also, please be kind to the reader and format the frontmatter snippet correctly using back-ticks (```). For example: <pre> --- title: Contact Us image_
-
Mobile styles are off - can anyone help with good CSS?
· 6 years ago
@werdi, I think you can solve the wrapping of the button text, by adding white-space: break-spaces; to the <span>
-
Taxonomy list returns nothing
· 6 years ago
@normawhite, It is even empty in the skeleton You are right, a fresh download of the skeleton shows an empty Archive... There has been a bug reported on Archives about this issue recently. I recal
-
Mobile styles are off - can anyone help with good CSS?
· 6 years ago
@werdi, Instead of setting the margins to 1rem, I think you should delete the following snippets from '/css/custom.css'. This will allow the content of each module on mobile devices to occupy the ful
-
Mobile styles are off - can anyone help with good CSS?
· 6 years ago
@werdi, Same issue with .modular-row.whitecenter, .modular-row.testimonial, .modular-row.greycenter etc...