Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
UPloaded, now what?
· 2 years ago
Yes you can unzip on your desktop and upload files to your web root. Do you have a single Grav folder now in your web root or all the files and folders of Grav (like bin, user, system, etc.)? If you h
-
Building an Imageslide but with Modules
· 2 years ago
What's your folder structure and what do you get with {{ dump(page.collection()) }}?
-
UPloaded, now what?
· 2 years ago
Define "cannot bring the website up"
-
Error 500 when accessing the /admin/tools/scheduler page
· 2 years ago
Check what's on the scheduler twig template on line 5 from your screenshot. Or I might check that later when I'm at my PC if I won't forget 😀
-
Page-Navigation broken | Deleted Pages still available | Changes on Pages do not apply
· 2 years ago
I'm not an expert on this, but sounds like server side cache. Maybe Nginx or something..
-
Recent Posts Plugin
· 2 years ago
I doubt this would help. I'm pretty sure plugin is the issue
-
Recent Posts Plugin
· 2 years ago
Check error logs. This plugin is 8 years old. Most likely incompatible with latest versions of Grav. You could try asking dev on Github to update the plugin, but I doubt it would be updated
-
Social media icons are overweight and open in a new window Editorial
· 2 years ago
You shouldn't edit theme files directly. You will loose these changes on every theme update. Check how to create a child theme
-
Invalid value in itemtype
· 2 years ago
I just noticed below validator shows some uncategorized errors. You can fix those by changing (in all places): itemscope itemtype="MediaObject" to: itemscope itemtype="http://schema.org/MediaObject"
-
Replace %23 with # in URL
· 2 years ago
IMO this shouldn't be handled on target website, but rather on the source, where such URL is constructed 🤷♂️