-
In this Topic http://www.rockettheme.com/forum/gantry5-for-joomla/245967-not-loading-css-or-js two separate users have the issue that when the Default Home item menutype is set to Gantry 5 -> Custom…
-
Hello Developers,
I have with my flat board a problem and although I can not see any content in the Forum Topic. I have just the last Flat Board Version installed and at this URL http://internetblogg…
ghost updated
8 years ago
-
Hi there,
I was trying to install grav cms on my webspace and found an odd behaviour: When I’m browsing to mydomain.com I get redirected to mydomain.com/mydomain.com – grav shows up, but (of cause) j…
tibor updated
9 years ago
-
Something goes wrong when setting title to image with special character
`![Some ALT text](sample-image.jpg "Ötökät saa kyytiä. ö ä å ö ä å ")`
Screenshot from browser (Chrome ver. 46.0...)
![grav_cm…
-
If you resize to a lower size like for mobile devices. The action buttons and title is doing some float shit. Its not the hardest issue but should be fixed in the next update.
Browser: Chrome 46.0.24…
-
Hello,
After install theme and activated, Grav say : You have'nt default.html.twig for this theme.
i created templates/default.html.twig with this code.
```
{% extends 'partials/base.html.twig' %}
…
-
Each blog post has a link to its category and takes you to /en/category:photography (obviously depends on category name). However, that only brings me to the front page (home).
Magew updated
8 years ago
-
From /var/log/php5-fpm.log:
```
[02-Dec-2015 19:15:06] WARNING: [pool www1] child 2877 said into stderr: "NOTICE: PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (trie…
-
- [ ] Spires syntax [translates to the following keywords](https://github.com/inspirehep/invenio-query-parser/blob/master/invenio_query_parser/contrib/spires/config.py#L26).
``` python
In [3]: set(SP…
-
Hey,
I'm testing following assertion based on README example:
``` PHP
$handlers = new HandlerContainer();
$handlers->add('sample', function(ShortcodeInterface $s) {
return…