pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
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
-
Menu Modal Toolbar not showing in Admin panel
· 2 years ago
@chraebsli, I can reproduce the issue. Why is this toolbar not showing for user1 ? I have no idea... Fortunately, the user can still create/update/delete pages using the main menu. You might conside
-
How to turn Json data into a table in page
· 2 years ago
@longh, That information is quite different from the original question... Update: I've taken the liberty to alter the title Try plugins "Table Importer" The Table Importer Plugin is for Grav CMS. It
-
How to turn Json data into a table in page
· 2 years ago
@longh, Please provide more details: What does the json look like? What do you expect to see in the front-end? What do you see instead?
-
How to turn Json data into a table in page
· 2 years ago
@longh, Surround the json in your markdown with triple backticks, like: <pre> { "name": "Name of user" } </pre> This which will show as: { "name": "Name of user" } No need to use a ite
-
Admin > Page > Admin Specific Overrides: Collection (not working)
· 2 years ago
@sbstn, The issue is indeed reproducable using multiple languages... I suggest you create an issue at Github