Git Product home page Git Product logo

gravstrap-theme's People

Contributors

flaviocopes avatar giansi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gravstrap-theme's Issues

Help with Child Theme

I need help setting up a child theme that inherits gravstrap. I'm following this guide

When add mytheme.php it throws the error

Whoops \ Exception \ ErrorException (E_ERROR)
Class 'Grav\Theme\Gravstrap' not found

files:

mytheme/
--- css/
--- --- custom.css
--- blueprints.yaml
--- mytheme.yaml
--- mytheme.php

custom.css:

* {
  background: #FF0000;
}

mytheme.yaml

enabled: true
streams:
 schemes:
   theme:
     type: ReadOnlyStream
     prefixes:
       '':
         - user/themes/mytheme
         - user/themes/gravstrap-theme

mytheme.php

<?php
namespace Grav\Theme;

use Grav\Common\Theme;

class Mytheme extends Gravstrap
{
}

120 second time-out

i'm using php 5.6.15, apache 2.4.17, and mySql 5.7.9. (wamp 3.0.4; win7 64 bit)

I attempted to download again using the admin panel within grav. I got a weird timeout error that is best explained with a screenshot.
load gravstrap theme in grav admin

now after i refreshed the admin panel, I noticed that the theme seemed to download in its entirety. But it was version 1.0.2

custom.css

Hi,

Can you add to the next update something like:
{% do assets.addCss('theme://css/slideme.css',100) %}
That will be nice.

Beste regards
Ocean

Tell specific pages not to use header/footer....

If I create a page and I want that page to be a 'standalone' page that does not use the standard header or footer. How do I tell that specific page to ignore having the common navbar, footer, etc.

Portfolio Images Disappeared

Greetings! We updated our site to the latest release day or two ago.

Before that the portfolio was working fine and now the images have completed disappeared.

Running the admin plugin so all we did was auto update, no manual intervention.

https://qiksoft.com/

Any ideas on fix?

Thank you for your time.

Error in Feed links

Hi,

I love this theme but the feed link is broken in my site. I don't know why.

`
Server Error
Sorry, something went terribly wrong!

0 - An exception has been thrown during the rendering of a template ("Invalid argument supplied for foreach()") in "feed.atom.twig" at line 28.
`

the link after clicking the button is " http://syndes.nl/.rss "

Do you have any idea what is did wrong?

best regards

Cannot install gravstrap-theme in local wamp 3.0 grav admin panel

Error while trying to download 'https://github.com/getgrav/grav-plugin-shortcode-core/zipball/2.0.2'

That is the error I receive on screen when I try to install the gravstrap theme. I installed a different theme and even a plugin to make sure admin panel could install properly. They installed just fine. So what did I do wrong?

How do I change the Google Maps icon?

Hello,

I have several markers in the Google Maps map and would like to use different icons.

Is that possible? If yes how?

Thanks for the feedback!

Best regards
Stefan

issues with google map api

H @giansi

It seems that there is an issue with the use of shortcode for google map api, as long as I'm trying to follow your instructions here http://diblas.net/plugins/gravstrap/google-map-component , it is not working.
The JS keeps asking for the api and does not run the map in the page: http://audleste.com.br/grav-admin/br/gravstrap-theme-simple-page-example

congrats for the template anyway
tks

Inserting Images into Blog Issue

Greetings!

I have updated to the latest grav, grav admin, gravstrap and all other plugins, in other words completely updated as of July 16.

In the past when inserting images into a blog post, I would upload first image, insert it and it became the "header" (rectangle image at top) image. I would then upload another image(s) and use within the post.

It no longer works that way after update. Now it seems to automatically pick the last image uploaded as the "header" image.

This use to be the header image:
image

Hard to explain but trying it maybe you see what I mean. Away from my desktop or would make a screencast showing. Hopefully you can see what I am experiencing...

Thanks much,

Woody

Single page website

I tried to follow the blog post and looked at the demo files of the repo.

I cannot get something working. I don't know which template I should use for the pages (the root one, and the modular). My problem is that my host does not allow me to play with the files directly, so I am doing everything from the grav admin interface. Is this a problem to set some particular details ?
Could someone write down a brief wiki about how to get a single page site ?
The demo on the website of the plugin is working well, so I assume it is doable, but how ?

Thank you very much

Googlemaps is not working with the newest Version.

Hello,

I just noticed that the google maps plugin is not working with the newest versions. Regarding the googlemaps plugin docs this is because of a missing assets in the new grav core. Maybe you can add it?
Tried it in my environment and worked fine, before was only a grey background.

Googlemaps Doc

{% block bottom %}
    {{ assets.js('bottom') }}
{% endblock %}

Added the assets.js bottom to the base.html.twig.

editing favicon image

I need to know how to edit the favicon image for 1) entire theme and also override for 2) individual pages or folders.

I have one possible solution here but I could not find it there for gravstrap theme

Contact Form

Hi,

I'm trying to get the contact form working with your setup. How does the token="xxxxx" work exactly?
What should it point to?
Thank you

Continue Reading translate

Hi,

how can I make a translation for "Continue Reading"
and what if there is a up-date of the theme.
can you add the translation option for this part.

beste regards

Navbar Covers Heading

Hi, tried your wonderful Gravstrap Theme. Will probably use it until final release is out.
Only one thing: In 'Home Single' One Page Demo all the Section Headings are covered by navbar. Guess it's the wrong css padding.

screenshot
screenshot2

Seems to be a Firefox Issue. Chromium works!

Theme inheritance causes class error

Creating an inherited theme as per the grav documentation results in a class error.

eg:
themes/gravstrapmod/gravstrapmod.php

<?php
 namespace Grav\Theme;

 class GravstrapMod extends GravstrapTheme
{

}

Results in error:

Whoops \ Exception \ ErrorException (E_ERROR)
COPY
Class 'GravstrapTheme' not found

Buttons did not draw correctly....

how are the buttons for this not drawing correctly on my local install?
gravstrap button not drawing

edit: I downloaded a separate gravstrap skeleton and all is well in that folder. not sure what happened with the one installed via admin panel.

so without an admin panel, do I need to use markdown pro to edit pages? Can I add admin panel to skeleton?

Also, you notice that the large words "Gravstrap" are being overlapped by the page header (when you scroll down a little. how do you force the Gravstrap text and other text to not overlap?

If there was a chat room or forum, I can post there also.

langswitcher into Gravstrap-theme

Hi Giansi,

Short question, how do you integrate the langswitcher plugin into your template. I do not know how to push it into the navbar 1 defines in markdown:

{% if config.plugins.langswitcher.enabled %} {% include 'partials/langswitcher.html.twig' %} {% endif %}

Please, can you help me on this issue. I would like to use your super template but I'm not very clever to attach the plugin using your nav.
thanks by advance,
Regards,

editing / customizing the footer....

I wanted to know how to edit the footer to make it look more like this page here in this screenshot:
directfx bottom navbar and site map

Notice how for the text links at the bottom of the page, they list each page individually in columns. Is that something that can be automated in gravstrap? Or do I have to update all the links manually when I add/delete a page on my website? It seems like I would implement a page module for this or some sort of reusable gravstrap section.

I looked in the /pages/common/common.md and I see some footer code there [g-footer-one name="footer" render=false],

gravstrap theme edit footer

but how does gravstrap know to parse some of the navigation links in the footer? I do not see which arguments control the navigation links in footer?

New shortcode core update breaks menus

Firstly, great theme and have learned much from it, thank you.

I updated to the "shortcode core" plugin that was released yesterday. Doing so completely removes the header / footer menus in Gravstrap. Had to restore old version is shrotcode core plugin to get site working.

Opened issue at Grav but was closed so not sure if shortcode core plugin or Gravstrap. Thought you may like to know and see if you can reproduce.

Thanks!

Woody

Extending gravstrap-theme

I'm trying to extend theme to customize it, but Grav gives me error:

syntax error, unexpected '-', expecting '{'

Might be something to do with the hyphen. My code here:

class MyThemeName extends Gravstrap-Theme { }

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.