Looking into using Grav to replace a small existing Joomla Travel agent site. Existing site leverages a plugin made by developers to list tours. I am beginning to get my feet wet with development so I looked to the using the Grav Event plugin to get this functionality workings as I learn. For some reason the Event plugin is not listing events past the end of the year in Events view, it will however list this same event on the calendar view. When I adjust event to happen on 12/31/16 it get listed in Event view.
I am probably missing something, but the plugin seems very straightforward so unsure what I could be doing wrong. I am Still learning so I am open find to another way to do this.
Thanks. I could not find the string you provided above after recursively searching for it in the root folder of my Grav setup, I also search for anything that matches *.year and did not find anything matching string. I am using the default theme Antimatter.
You should always inherit your theme before customizing. That way your customizations aren’t lost when things are updated. I’m pretty sure you just take the twig file from the plugin’s templates folder and put it in your own theme’s templates folder. That way you can update the plugin and not lose your changes.
Followed the instructions linked but ran into issue on the last step with mytheme.php file. My baseline theme is Gravi-K. However error is presented “syntax error, unexpected ‘-’, expecting ‘{’” . This is due to line below in the mytheme.php file. What is the right class name for Gravi-K theme? Also theme footer section is now gone, but am think ing this will be resolved with the class extension or copying the blueprint from Gravi-K theme.