Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Makary Regular
@MakaryGo · Joined 9 years ago · 148 posts · 3 topics · 28 reputation
Badges
Recent posts
-
How to redirect pages with php extension in GRAV
· 9 years ago
@edelacruz: $page = $pages->dispatch($this->config->get(‘plugins.error.routes.404’, ‘/error’), true); Where did you change it?
-
How to redirect pages with php extension in GRAV
· 9 years ago
Did you set up everything as I asked in above post? Please, set the Error plugin as shown on the screenshot, and let me know. In my case it redirects all of the pages, those ending with .php as well.
-
How to redirect pages with php extension in GRAV
· 9 years ago
That's quite simple 🙂 Enter the Error plugin on [yoursite:/admin/plugins/error]() Turn it on Set 404 Route pointing to your home page (/ should be enough) Done!
-
How to redirect pages with php extension in GRAV
· 9 years ago
So you wish to redirect oldpage.php to the new page address?
-
Can't get width or height of .gif file
· 9 years ago
Perhaps this method works only on static image media type?
-
[Solved] Disorder problem with grid elements
· 9 years ago
Well, there are few options regarding CSS and template code, let me take a look and think about it 🙂
-
How to install Grav in the actual root of the webserver and keep it working?
· 9 years ago
Always happy to help :)
-
How to install Grav in the actual root of the webserver and keep it working?
· 9 years ago
If you have it in folder grav-admin the website will show up at youraddress.com/grav-admin. If you rename it to admin, it will show up at youraddress.com/admin. When you are copying the files, you hav
-
[Solved] Disorder problem with grid elements
· 9 years ago
It's not broken, it is how the theme is designed.
-
[Solved] Disorder problem with grid elements
· 9 years ago
@outoforder: After changing to random text length, the layout breaks (looks like missing clears). Could you provide some more details please? Some code, or screenshot perhaps?