treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Jeager

  • page loop issue

    So, taking that a step forward. I have that anchor set above the heading. It will automatically create an anchor with the name of the title and .ap, while staying inside the .page of each "page" (which I am just treating as content for the…
    Comment by Jeager October 2012 permalink
  • page loop issue

    So like this...
    Comment by Jeager October 2012 permalink
  • page loop issue

    It does not. How it is set-up right now it jumps to an anchor lower on the page, which I added into the content of each page and given a name. I'm trying to see if I can find a more dynamic way of doing that. Also since my nav is fixed up top, …
    Comment by Jeager October 2012 permalink
  • page loop issue

    Yes it was, and that function worked great. And yeah I had the ID outside but noticed it giving a ton of extra classes and an extra page wrap. Fixed now to where every page is inside the proper wrap and given its own class. All that is left for fun…
    Comment by Jeager October 2012 permalink
  • page loop issue

    Comment by Jeager October 2012 permalink
  • page loop issue

    See below
    Comment by Jeager October 2012 permalink
  • page loop issue

    Well the pages are being displayed. The post query was fine and needed nothing changed. The pages used a default loop that was not a query. I took it from a one-col template and added it into the index page and then made the index a static page.
    Comment by Jeager October 2012 permalink
  • page loop issue

    I have a query set up for the posts. All the pages are being displayed right now on the main site (as I want, it was intended to be one long page). The pages however are not querying. I could not find how to grab the page info rather then post info.…
    Comment by Jeager October 2012 permalink
  • page loop issue

    Yes. One page site. I mentioned it in the first post but should of made it more clear, sorry. That is why I'd like each page to be similar to the post loop and able to give each its own container. Also why I need to be able to sort them like ho…
    Comment by Jeager October 2012 permalink
  • page loop issue

    Would that be done in a custom query post? Because I need it to get the slug of the page, not the post, and havnt found a way to display the page information through a query.
    Comment by Jeager October 2012 permalink
  • page loop issue

    Edit: Did something wrong. Fixed to: However it still displays the entire section of pages under the class. Whatever is now .page-content
    Comment by Jeager October 2012 permalink
  • page loop issue

    How would one do that? When I click code, nothing shows up, so i tried
    Comment by Jeager October 2012 permalink
  • page loop issue

    Hmm... It still gives the entire listing of pages the same class. Do I have to reset the page loop somehow?
    Comment by Jeager October 2012 permalink
  • page loop issue

    Trying to make this easier to understand, as I know I am probably not perfectly describing it. In the link it has the first 3 posts displayed through a custom query followed by the twitter, and then starts to display the pages (which I made through…
    Comment by Jeager October 2012 permalink
  • page loop issue

    No, I am currently using my nav bar to link to anchors inside the content of each page. I had to create each anchor inside the page content and a custom nav link inside the menu option to link to said anchor. That said, the loop I posted above popu…
    Comment by Jeager October 2012 permalink
  • Adding a page loop inside index.php or something similiar - WP

    Idea I just had would be to make a custom query loop for each section. Have it display information from only one post and category and then be able to edit the posts. While this would work, I would (presumably) have to hard code the nav so I can li…
    Comment by Jeager October 2012 permalink
  • WP Boilerplates

    Thanks! I'll give the underscore a try
    Comment by Jeager October 2012 permalink
  • Scaling image with text-indent replacement

    Actually, just solved it myself. I added: .logo img { float:right; max-width:100%; } This makes the image leave the flow, while still forcing the heading text to exit the page. However if there is a better way to do this, please feel free to e…
    Comment by Jeager August 2012 permalink
  • Sublime Text 2, more awesomeness

    I actually do not have AppData folder at all. So from my user name I cannot follow the path. Inside the normal installation path I have a Pristine Packages folder that contains all the files, not folders, but of the same name. Edit: Apperently the…
    Comment by Jeager July 2012 permalink
  • Sublime Text 2, more awesomeness

    Are these only available after you buy ST2? Because I went through and looked for the C: > Users > {username} > AppData > Roaming > Sublime Text 2 > Packages but it does not exist. On any user.
    Comment by Jeager July 2012 permalink
  • Responsive Design - height

    Height in itself, as Josh said, is dynamic,. So if you put a paragraph in it, the element will be has high as the paragraph dictates. If you want to use a 100% height for something, you have to set the html, body, and any other parent to 100% height…
    Comment by Jeager July 2012 permalink
  • Dynamic width

    Guess I am slightly confused. The link above does the exact same thing you described and works in all browsers. Did I miss something?
    Comment by Jeager July 2012 permalink
  • Applying CSS rounded corners to gradients???

    http://codepen.io/pen/11169/2
    Comment by Jeager July 2012 permalink
  • Critiques please !

    I like the overall design, but i would say keep the texture. However I do have two issues: your work should be the top most element. It is who you are, and should be one of the first things seen. The second issue is, I like the hover over effect, bu…
    Comment by Jeager July 2012 permalink
  • Dynamic width

    Pretty sure I just got it: http://codepen.io/pen/10679/15 and when you want to put a paragraph in it, it apparently has to be floated: http://codepen.io/pen/10679/18 Edit: Forgot to make it dynamic, but it still does work with the change.
    Comment by Jeager July 2012 permalink
  • Dynamic width

    Hmm... I feel like there should be a way to put all the boxes in a line, having an overflow-x to scroll, and force the box to scroll? or is that only doable on a fixed width? Dwell on this I will. Edit: Just making sure it worked how I knew it wou…
    Comment by Jeager July 2012 permalink
  • Dynamic width

    http://codepen.io/pen/10679/7 I feel like this is what you are going for. All CSS dynamic Edit: Perhaps I should explain it a little. The width is set to 90% of the parent (presumably the body), this allows the width to remain fluid. The overflow-…
    Comment by Jeager July 2012 permalink
  • Thinking about redoing my logo

    I like where its going. Futura is my favorite geometric font. I think the bottom one however is a bit to floral, but the top one is pretty good combination because of the french style serifs.
    Comment by Jeager July 2012 permalink
  • How to stretch

    Need more info. What do you mean move sideways? Changing the width would make it appear to move sideways, as it is expanded out the left and right sides. If you simply want the white to be larger and everything stay centered? Probably a padding or …
    Comment by Jeager July 2012 permalink
  • Question about Box-Shadow

    It's funny because I have never even considered putting a width on the body tag. I wonder what kind of repercussions would come out of it... If nothing was wrong with it, would that not be the most semantic way to writing a wrapper?
    Comment by Jeager July 2012 permalink