Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Considering moving to Github Discussions, thoughts?
· 6 years ago
GitHub Discussions are a wortwhile alternative, but just like your attention is divided between GitHub and Discord, a large amount of users are divided between Discord and Discourse. While it's a good
-
D3 Graph Rendering
· 6 years ago
It's hard to tell what actually breaks this, that clearing cache resolves; would probably have to see the code and how it operates in action. A few things to test and clear up to verify the issue: Do
-
D3 Graph Rendering
· 6 years ago
This happens because of caching. What DOM-element is the D3-vizualisation bound too? You should be observing errors in the browser-console.
-
Display text (or activate script) on a certain range of days
· 6 years ago
You could pretty easily convert the plugin for Grav, but Twig works as well. Just do a conditional on "now"|date(), something like: {% set today = "now"|date('m-d') %} Today is {{ today }} {% if toda
-
GRAV plugin translator
· 6 years ago
The author, Ricardo, does not follow these forums. You could submit an issue on the repository on GitHub, he's likely to help you out there.
-
Is this able to do either of these 2 things? if so how?
· 6 years ago
Yes, there are no restrictions that would prevent this, apart from browsers moving toward blocking autoplay of foreground videos. You'll just need the JS, HTML, and CSS for 1. The videos must be imple
-
GPM doesn't work
· 6 years ago
When you say you've tried everything, what exactly have you tried? Your system is reporting an outdated version of Curl, which PHP is using. I'm not familiar with how software is updated on macOS, but
-
Critical message
· 6 years ago
The command is disabled in your PHP-configuration, most likely because it's deemed dangerous to have it accessible to any public-facing system built with PHP. I'm not familiar with Gantry anymore, but
-
Cannot start the CKeditor install
· 6 years ago
Once the plugin is in /user/plugins, its folder and all files, it is already installed. The specific error you are referring to happens when /bin/gpm can't recognize PHP, so you need to prefix the com
-
Grav and firewall rules
· 6 years ago
Yes, GetGrav.org should be sufficient since the GPM routes through there. GitHub.com is also be advisable, when you need to test out more code and not be bound to Admin/GPM.