pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3171 posts · 16 topics · 1018 reputation
Badges
Recent posts
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
The Git approach is really nice and works great. The only issue I have with this approach is that only 1 out of the 3 hosters I deal with supports ssh and git in combination with shared hosting. A ste
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
@johnfrenchxyz The zip contains a complete backup of the root of your site. Just tried it myself and it works instantly after unzipping. You may have to consider some configuration settings that are d
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
@johnfrenchxyz FTP + Unzip?
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
@johnfrenchxyz According the docs Creating a Backup: Backing up your project is nothing more than creating an archive of the ROOT of Grav. No Database, no complications. You can create the backup th
-
Plugins and caching
· 8 years ago
Can't help being curious... In GChartShortcode::process() you add assets in the following two ways: 1) $this->shortcode->addAssets('js', 'https://www.gstatic.com/charts/loader.js'); 2) $this->
-
How to avoid double submit validation for the ajax contact form?
· 8 years ago
I've tried that simple solution when I tried your form in a test environment. It didn't work in my tests unfortunately, but glad it does works for you :-)
-
Plugins and caching
· 8 years ago
@Perlkonig Looking for an alternative to my previous solution where javascript is embedded in the cached page content. Not sure which one is better, more efficient, or cleaner... TLDR: In GChartShort
-
Questions about custom.css
· 8 years ago
@ityoflaw To answer your questions point by point: Using custom.css is not the default way, but sure is the simplest way. If the theme you are using does use custom.css, it will add custom.css as
-
Plugins and caching
· 8 years ago
@Perlkonig Your plugin is using grav-plugin-shortcode-core to process the shortcode embedded in the page. Inside your GChartShortcode::process() function you call addInlineJS to add Google's charting
-
How to avoid double submit validation for the ajax contact form?
· 8 years ago
@Pavlo In the following solution, you can submit a form, return to the same page with a "Thank you!" message above a cleared form and submit again. Steps I've taken: I used your provided code to cre