Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Daniel Wrightson Regular

@dan-james · Joined 7 years ago · 123 posts · 19 topics · 25 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Error to inherit from a theme · 1 year ago

    It's in the Typhoon docs: ' If you chose to inherit from Typhoon when creating your theme, a few more steps are required for NPM to work properly. From the original Typhoon theme folder, copy the fol

  • R.I.P. Grav CMS (it's Alive!) · 2 years ago

    I use the premium Grav theme and it works very well for me. I had two previous themes that I had modified but the premium theme takes care of a bunch of things I'm happy to avoid setting up, like havi

  • Looks like GRAV has better SEO than Wordpress :-) · 2 years ago

    I found the same - I rebuilt the site in GRAV and am getting much much better results for my site. In the top 10 for loads of useful keywords. I think it's because the semantic structure is very clear

  • Tuscan Villa site linked to Booking Engine · 3 years ago

    Hi, Sorry to have taken so long to say thank you! The cookie notice is meant to work like that - though I might change that behaviour. The mobile menu is definitely unhappy, I’ll have to see if I can

  • The migration is mostly complete. I'd value some input · 3 years ago

    Hi, I don't use the Quark theme much so I have no quick advice on your menu question - save to say I might have used tags. Mainly I just wanted to say how jealous I am of your plane, it's a beauty! An

  • Tuscan Villa site linked to Booking Engine · 3 years ago

    This is about the third iteration of this site in GRAV, and it's based on the Typhoon theme, which I love, mainly because it makes using Tailwind very easy, and has much of what I need set up out of t

  • Tempnam(): file created in the system's temporary directory · 3 years ago

    Thanks for this advice - I'm away from the office and didn't reply but wanted to say thankyou. From memory there were a lot of web crawler visits, so I'll look into that. I always keep Grav up to dat

  • Tempnam(): file created in the system's temporary directory · 3 years ago

    Cheers. The strange thing is that I do empty the cache regularly - and I’d emptied it via the admin plugin button two days prior. The site gets its fair share of TLC as I publish regularly and often

  • Custom code ( country detection) and displaying in pages · 3 years ago

    I run my site through Cloudflare and they return geo-location on request. Then I just use something like this: {% if grav.uri.getAllHeaders['Cf-Ipcontinent'] == 'OC' %} {% set antipodes = "on" %

  • Tempnam(): file created in the system's temporary directory · 3 years ago

    It was a server overload problem, due to the cache files growing too much. This seems to be a common re-occurrence and I'm not sure how to solve it.