Giter Site home page Giter Site logo

getgrav / grav-skeleton-gateway-site Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 10.0 7.56 MB

Gateway incorporates elegant style with user friendly customizer options making it perfectly suited for a variety of Grav users. With rock solid development and flexible integration, the Gateway theme is sure to be a favorite for first time Grav users and experienced developers alike.

Home Page: https://getgrav.org

License: GNU General Public License v2.0

grav gateway-skeleton

grav-skeleton-gateway-site's People

Contributors

hexplor avatar rhukster avatar w00fz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

grav-skeleton-gateway-site's Issues

Sidebar links not working

It seems the Categories and Popular Tags are not working in the sidebar. The 2 twig files need to be edit to reflect this change.

partials/Categorylist.html.twig
<li class="cat-item cat-item-{{ loop.index }}"><a href="{{ base_url }}{{ site.blog.route }}/category{{ config.system.param_sep }}{{ tax|e('url') }}">{{ tax|capitalize }}</a></li>

partials/Taxonomylist.htmltwig
<a href="{{ base_url }}**{{ site.blog.route }}**/{{ taxonomy }}{{ config.system.param_sep }}{{ tax|e('url') }}">{{ tax|capitalize }} </a>

Cannot reach admin to create first user

After downloading grav-skeleton-gateway-site-v1.0.0.zip and unzipping it on my remote server, website shows correctly in browser but adding /admin to the URL do not link to the admin but to an error page within the live site content. I cannot do the 1st login. No such problem on other skeletons I use on the same server.
I tried twice with same result and tested on 3 different browsers.
image

Can't install Admin Plugin: ERROR Missing .dependencies file in user/ folder

I've downloaded the zip of the Gateway skeleton via the grav downloads page. When I try to install the admin plugin I get this error:

% ./bin/grav install admin
ERROR Missing .dependencies file in user/ folder
ERROR invalid YAML in .dependencies

Although I see this repo contains a .dependencies file, the downloaded zip doesn't.

I've tried creating user/.dependencies both empty and with the content from the file in the repo, but the error persists.

How can I get the bin/grav install command to work?

Server error when starting first time

When starting the Gateway skeleton for the first time I get a server error. This was in the logs:

[2021-11-27 11:38:14] grav.CRITICAL: syntax error, unexpected end of file, expecting ']' - Trace: #0 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Config/CompiledBase.php(112): Grav\Common\Config\CompiledBase->loadCompiledFile('/home/xxxxxxxx/...') #1 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Service/ConfigServiceProvider.php(172): Grav\Common\Config\CompiledBase->load() #2 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Service/ConfigServiceProvider.php(74): Grav\Common\Service\ConfigServiceProvider::languages(Object(Grav\Common\Grav)) #3 /home/xxxxxxxx/public_html/themes/gateway/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Service\ConfigServiceProvider->Grav\Common\Service\{closure}(Object(Grav\Common\Grav)) #4 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Themes.php(353): Pimple\Container->offsetGet('languages') #5 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Themes.php(321): Grav\Common\Themes->loadLanguages(Object(Grav\Common\Config\Config)) #6 /home/xxxxxxxx/public_html/themes/gateway/user/plugins/admin/classes/plugin/Themes.php(17): Grav\Common\Themes->configure() #7 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Processors/ThemesProcessor.php(35): Grav\Plugin\Admin\Themes->init() #8 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php(50): Grav\Common\Processors\ThemesProcessor->process(Object(Nyholm\Psr7\ServerRequest), Object(Grav\Framework\RequestHandler\RequestHandler)) #9 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php(62): Grav\Framework\RequestHandler\RequestHandler->handle(Object(Nyholm\Psr7\ServerRequest)) #10 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Processors/PluginsProcessor.php(39): Grav\Framework\RequestHandler\RequestHandler->handle(Object(Nyholm\Psr7\ServerRequest)) #11 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php(50): Grav\Common\Processors\PluginsProcessor->process(Object(Nyholm\Psr7\ServerRequest), Object(Grav\Framework\RequestHandler\RequestHandler)) #12 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php(62): Grav\Framework\RequestHandler\RequestHandler->handle(Object(Nyholm\Psr7\ServerRequest)) #13 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Processors/InitializeProcessor.php(130): Grav\Framework\RequestHandler\RequestHandler->handle(Object(Nyholm\Psr7\ServerRequest)) #14 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Debugger.php(546): Grav\Common\Processors\InitializeProcessor::Grav\Common\Processors\{closure}() #15 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Processors/InitializeProcessor.php(131): Grav\Common\Debugger->profile(Object(Closure)) #16 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php(50): Grav\Common\Processors\InitializeProcessor->process(Object(Nyholm\Psr7\ServerRequest), Object(Grav\Framework\RequestHandler\RequestHandler)) #17 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php(62): Grav\Framework\RequestHandler\RequestHandler->handle(Object(Nyholm\Psr7\ServerRequest)) #18 /home/xxxxxxxx/public_html/themes/gateway/system/src/Grav/Common/Grav.php(303): Grav\Framework\RequestHandler\RequestHandler->handle(Object(Nyholm\Psr7\ServerRequest)) #19 /home/xxxxxxxx/public_html/themes/gateway/index.php(58): Grav\Common\Grav->process() #20 {main} [] []

Edits gone after update

All the styling changes I have done have simply vanished after a theme update. Could you insert a CSS file that sits outside the theme folder so that we can add there the classes we want to amend?

Thanks

Gateway skeleton - sidebar problem

I have just installed the gateway skeleton. But sidebar does not appear when i start the blog. if i click on a single blog posting or the styleguide then sidebar occurs without any problems.

I have not changed any settings so far.

thanks for your help

Not able to use the header or alt header

In base.html.twig on line 43 you mention partials/header_alt.html.twig
However in the partials folder there is also a header.html.twig
Could you make it so we could choose which header we want to use for any page?

Blog pages give server error

I'm new to Grav, and I'm trying out your theme as an introduction. The pages that load look lovely. However, the blog pages are not one of the pages that load. When I click on the blog links, I get:

E_NOTICE - Trying to access array offset on value of type null

Please advise!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.