pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 2 years ago
@q3d, Have you had a chance to read the docs about the summary? By default, this value is 300 characters.
-
Will the Deliver Site template be updated?
· 2 years ago
@RobotWerter, The skeleton is not important, it only adds to the theme some demo pages and settings. It's the theme that is important. Since the theme is build by the Grav dev team, I think you can be
-
Unable to Load Website Content After Updating Plugins
· 2 years ago
@joeroot, Have you had a chance to read /forum/general/the-art-of-asking-great-questions-t8554? Please do take the time to read it and update your post with relevant technical information.
-
Can anybody help me set up React in my Grav site?
· 2 years ago
@skipper, Again, you are not providing much info... Did you read the document I referred to? In general, apart from loading some js files, generated by the npm build process, into the generated page u
-
Unparenthesized `a ? b : c ? d : e` is not supported
· 2 years ago
@Moser, There used to be an issue in Twig with nested ternaries: a ? b : c ? d: e This issue has been fixed. However, theme Clean Blog uses nested Elvis expressions: a ?: b ?: c in its templates blog.
-
Can anybody help me set up React in my Grav site?
· 2 years ago
@skipper, The question is quite broad and the provided information is a bit minimal. It would be handy for us to understand what research you've done, what you've tried, what you expect would happen
-
Replace "grav site title" with image logo on Hypertext theme?
· 2 years ago
@rvlv, No, Grav will do nothing automatically, but Admin will notify you if new versions have arrived. When hitting 'Update' themes/plugins will be overridden.
-
The art of asking great questions
· 2 years ago
Why this post? Because creating informative and well structured questions: Will diminish the need for repeating replies asking for clarification. Will reduce the valuable time and effort spent by que
-
Replace "grav site title" with image logo on Hypertext theme?
· 2 years ago
@rvlv, Please know that changes should never be made in a published theme/plugin. Your changes will be lost once a new version is released by the author. Use an inheriting theme instead.
-
Prevent page reload after user clicks on cookie banner (TecArt plugin)
· 2 years ago
@sibs, If you take a look at the JS code of the TecArt plugin, you'll notice it performs a windows.location.reload() on allowAllCookies(), denyAllCookies() and onCheckboxSettings(). That means a refre