Giter VIP home page Giter VIP logo

grunterie's People

Contributors

ebsen avatar gpspake avatar mhayes avatar rafibomb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grunterie's Issues

Working great!

Hi gpspake,
I've been using Grunterie on a new project for the last few weeks... so far it's working great!!!
Nice to be able to use the latest Foundation and Reverie in css mode until I have some real time to go SASS.
Thanks again!!!!!

Foundation JS isn't loaded

I don't know what I'm doing wrong - I've worked with Reverie for a long time, but for some reason the Foundation JS is no longer loading. I moved to Grunterie thinking it could be a solution, but I'm having the same issue. I would actually prefer to use Grunterie ongoing, thanks for creating it, it's awesome. Any ideas why this might be happening though? Something to do with Bower not installing the components? I'm using Compass & can also confirm, my changes don't seem to be compiling.

How to insert blog posts onto the home page?

Hey all,

Just wondering how I would add blog posts onto the front page? I'd like to have them line up preferably in a row of 3 on desktop, that would be awesome. I'm not too big into PHP so I figured someone could give me a hand here.

Screenshot of design: http://i.imgur.com/VpNDM6k.jpg

And hey Spake! I'm back lol.

Cheers,
JD

How to add picture above the general blog?

So I've added a photo above the single blog posts (single.php), archives (archive.php) - and it works:

1

Tada!

works

But I'm having trouble adding a header image above the general blog. I tried adding the exact same code at the top of content.php, and my blog went all wonky:

content

Wonky!

doesnt-work

How exactly can I add the same effect as the photo above, on the general blog page? Am I inserting the code into the wrong area?

Foundation 6

Hey gpspake,

With the announcement of F6 - will you be upgrading the theme to F6?

Would love if you could!! :)

Use same viewport as Foundation

As designerwood found out, the issue with drop down menus in Reverie on iPad in landscape mode can be fixed by changing the viewport code. So a suggestion would be to incorporate that change in Grunterie.

In other words, replace
<meta name="viewport" content="width=device-width" />
in header.php with
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

I don't think there is any drawback with this change (AFAIK) and it is used in Foundation.

(Or do you wan't Grunterie to follow Reverie as close as possible?)

off-canvas example?

Hi @gpspake,

I'm just checking out grunterie, it looks great so far. Am considering using it as the basis for a series of student projects this fall (we used to use required+ but this is much cleaner, actually).

In a couple of places o nthe web you've talked about offcanvas menus for grunterie. Do you have any code snippets to share? Thanks,

Matt

How to pull of this effect?

Hey Spake!

Just a Foundation question, wondering if you're able to solve it - I haven't been able to find a solution yet.

I'm re-building my portfolio, and I'm trying to pull of a full-width image grid. Exactly like this example, actually - http://johan.io/

Do you know how I could pull that off?

Any help would be appreciated!

foundation 5.5

Hi, have you thought about updating to foundation 5.5? Do you know if there are any big roadblocks if one tries to do that oneself? Thanks,

Matt

Quick question on page-full.php

Not really an issue...I'm just curious, why does the full page template include the range slider? I don't recall this in the Reverie version?

Also, @gpspake, after you helped me get through the initial Grunt install about a month ago, I'm finally getting back to trying sass on a real project. It'll be interesting to see if I can swing it. Trial by fire. Setting up the new project with the core stuff already in place was a breeze, though I'm still doing something not quite right. The local grunt files never seem to install into the node_modules folder so I ended up just copying the files from my other project. I may be doing something out of order, since I'm still really flying by the seat of my pants with understanding the tools themselves.

inline-link class in footer nav being applied to wrong element

Not sure if this is something upstream in Reverie or not, but in footer.php we have:

wp_nav_menu(array(
'theme_location' => 'utility', 
container' => false, 
'menu_class' => 'inline-link')
);

Which seems correct.

But the inline-link class is being applied to the containing div rather than the menu's ul element.

How to use full-width rows properly?

Hey all,

I'm working on a client's site and it's going great so far. I have one minor problem, though. On most of the pages I want to use full-width rows. So what I did was this:

  • In header.php, I took out the div class="row" to disable this container on my whole site. This allows me to do full-width designs on any page (see below).

1

  • Then I would place that row I deleted (the div class="row") on page where I did want a container, and the full-width effect was gone because that page had a container (see below).

2

  • So that works great. However, I noticed my blog page was all wonky now. I thought to myself, "okay, lets just put in the div class="row" in the content.php page, which will put the blog right back into a container and it will solve the problem! Nope, it didn't. My blog page still looks like this:

3

Any idea how to fix this? This is the only problem left on my site and it's driving me nuts! Any help would be appreciated.

using magellan

Have you ever used Magellan in a foundation-based theme? I have a project that would be improved by magellan, but I guess I would need a way to build the magellan menu automatically -- I'm not quite sure how to do that, and if you or anyone else reading this has done it, it would save me a lot of time...

Thanks,matt

best way to update to F5.2.3 ?

Hi gpspake,
What is the best/easiest way to update to F 5.2.3?
I seem to be the only one using Grunterie - lol. Am I nuts?
Any word on what happened to Reverie besides it going to SASS?

FWIW - I've been happy the last few months using Grunterie on a few sites... I mainly want to update for optomizations and because Tabs aren't working for me with the current Grunterie. I know I know... I need to get current but I've been too busy to get serious and setup & learn all the SASS, COMPASS & GRUNT... but I will when things slow down.

best
R

Grunterie setup broken after FoundationPress set up

@gpspake I need a little guidance from you. I have a number of projects for which I've used Grunterie and the associated Grunt setup you outlined. I had the need to experiment with FoundationPress which new uses Gulp and a slightly different set up.

Since am more designer than developer, I am not really savvy about the pre-processor components and how they interact.

But, once I set up for this other site using Gulp, I get an error if I try to watch one of my Grunterie sites: Loading "sass.js" tasks...ERROR >> Error: 'libsass' bindings not found. Try installing "node-sass'? Warning: Task "sass" not found.

It seems the two systems are not compatible. Is if possible for me to remediate so that I can access my Grunterie sites?

changing menu items for mobile

I'd like to change the menu list when someone visits my Grunterie site using a mobile device - specifically a phone. Can someone please tell me how best to code this?

I believe this is best achived by coding something in the theme's TopBar header? I also know there are Foundation 'media queries' for 'small' or screen sizes that might be used to make the menu switch... and I could setup a menu in WP 'Menus' using Grunteries 'Additional' or Utility' menus (though don't want to see them except for small). I tried coding all this but it didn't work.

( The above is the most critical need here but in the same realm.. what is the 'best' way to sense if someones using a mobile/phone when they first arrive at the site and redirect them to a different home page? )

THANKS for any help!!
R

Can't install Grunt or Bower. Help!

hello

Please refer to the attached image above. I have tried for about 3 hours trying to set this up, but nothing is working.

I keep getting an error about node-sass.

It works on my home desktop, but not this one (my work one). Please help!

Vanilla CSS with grunterie?

I ended up here because I've been trying to get data-equalizer to work with Reverie, saw you had additional updates in your fork.

However, I haven't dived into sass yet. I'm curious if grunterie works as a vanilla css version?

I actually have it loaded but I notice the theme's CSS file is thousands of lines long rather than the 900+ in the original version.

I want to get into sass, but when the schedule is already intense, I don't think I can afford the time to figure out the compiling process and additional software and the perks of sass with deadlines pushing already. But I'd sure like to get equalizer to work dang it.

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.