Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Blank page shows after browser timeout
· 10 years ago
Thanks for your reply. I fixed it, but i don't know it is best way. The doctrine cache need more memory than my php.ini exists. So, There are 3 ways to increase memory, 1. change php.ini, 2. htaccess,
-
Blank page shows after browser timeout
· 10 years ago
A blank page is most probably an error page with errors silenced. Turn on error reporting, it should show a more helpful message. Or check the PHP error_log file which should list some message that he
-
Blank page shows after browser timeout
· 10 years ago
Hello, I'm newbie to Grav, after finding some flat file CMS(without database), It fits to my requirements. Thanks Grav Team! I have almost migrated my database data(BigData, HBase) into Grav pages. At
-
Overriding Base 'lightbox'
· 10 years ago
Thanks flaviocopes, I have been using the rel="lightbox" attribute to wrap some bootstrap markup
-
Overriding Base 'lightbox'
· 10 years ago
That functionality in the Medium class adds a rel="lightbox" to a link, and other data attributes so it's ready to be used by Lightbox plugins such as https://github.com/getgrav/grav-plugin-featherlig
-
Overriding Base 'lightbox'
· 10 years ago
I would like to override the 'lightbox' function in Grav\Common\Page\Medium for my Bootstrap based theme. (i.e. add data-toggle/data-target to the link). I am not clear where I should be doing this
-
CSS rewrite not working
· 10 years ago
I can't really say for sure what the cause is unless i can try to recreate it myself. If you open an issue and attach a copy of your user/ folder, i can do so.
-
CSS rewrite not working
· 10 years ago
Hi Rhukster, I just double checked it again on a different installation, same server etc. where it's working. The relative URL is rewritten and the output is correct. Could there be any other setting
-
CSS rewrite not working
· 10 years ago
I'm pretty sure this works on my setup, but can you create an issue here: https://github.com/getgrav/grav/issues so I can track it and look at it next week. Thanks!
-
CSS rewrite not working
· 10 years ago
The URL in the CSS is relative, and works as it should. The problem surfaces once I enable CSS pipeline. e.g. background: #fff url('../images/menubg.jpg') no-repeat; results in: grav/images/menubg.jpg