aarongmoore
-
Wordpress Tags search destroys Layout
I see now that I had not correctly coded the tags or search pages in the layout.
-
Have Menu go behind content area...
When you say 'on top', do you mean the logo and menu overlap on the content? @raajtram yes, the logo and menue seem to overlap the content if the browser width becomes to small; this makes the content rather difficult to read. Creati…
-
Where is this smiley face coming from?
Solved. Apparently Jetpack thinks smiley faces improve the world and puts them on all wordpress sites. WTF.
-
Text Overlaping in Orderd List ... Why?
Excellent. Thanks. Now I need to figure out why the logo image doesn't appear on pages but does appear on blogs.
-
Web Design Critique - Pixelated Font?
What does "poor hinting" mean? How do I fix that?
-
Web Design Critique - Pixelated Font?
I'm not sure what drop shadow you're referring to Marco. I don't think there is any. I did have a 3D box transition for the links but I've decided against that, in favor of the simpler colour change on hover method.
-
Web Design Critique - Pixelated Font?
The font in the title is League Gothic http://www.theleagueofmoveabletype.com/league-gothic I'm thinking of switching the title font to Junction http://www.theleagueofmoveabletype.com/junction The font in the menu is Londrina. I put this desi…
-
Add Infinite Scroll to Custom Wordpress Theme
@TheDoc no worries, appreciated the help.
-
Add Infinite Scroll to Custom Wordpress Theme
I may have finally gotten Infinity Scroll to work. Now I'm trying to figure out how to get the loading image to be in the center rather than being on the left.
-
Add Infinite Scroll to Custom Wordpress Theme
I thought I'd need to change the type of pagination but I'm not sure what to change it too. I've searched online and none of the articles about infinity scroll explain how to set up the required pagination. I'm hoping someone her…
-
Add Infinite Scroll to Custom Wordpress Theme
Does anyone know what to put in the "next selector" section to get infinite scroll to work? Do I need to change something in the index.php file code?
-
Add Infinite Scroll to Custom Wordpress Theme
I'm still not sure what to put in where infinite scroll asks for a link to the next post that it calls a "next selector" link. Where would I find that in the index.php code?
-
IE8 vs My Site
@cpyle0819 I'm getting a server not found error.
-
Add Infinite Scroll to Custom Wordpress Theme
I don't understand what this: You might need to use this function instead: http://codex.wordpress.org/Function_Reference/paginate_links The infinite scroll seems to ask for a link in the index.php code but I thought that link was created …
-
Add Infinite Scroll to Custom Wordpress Theme
Thank you for replying!!! Nothing happens. I think I'm stuck because I don't understand what the options are asking for. (Image here: http://imgur.com/EZYMx&lIfrN) Specifically where it asks for the page navigation and next link sele…
-
Add Infinite Scroll to Custom Wordpress Theme
Is this not actually possible then? I've spent hours searching the internet and all I seem to find is instructions on how to install a plugin or vague code snippets without detail on where to put them.
-
WHOIS Protection necessary?
If you register your domains as you, not a company with a private business office, then your home address and phone number will be available to anyone who does a who-is search. Perhaps you don't care about that information being private, it…
-
Help with Equal Height Columns in Fluid Width CSS
Thanks @jurotek ... that's what I'd done already. The link I posted noted that the gutters aren't necessary so I didn't include them.
-
Help with Equal Height Columns in Fluid Width CSS
Thanks @joshuanhibbert I found a similar solution here http://j.eremy.net/equal-height-columns-with-gutters/
-
Reworded.
That doesn't seem to solve what I'm asking at all. Again, the reset in the CSS already has body and html set to height 100%
-
Reworded.
Setting #bside or #contentframe to position: absolute has the same effect. Looks right but doesn't function properly.
-
Reworded.
Yes, the reset always had : html, body { height:100%; } If I change the container (wrapper) from min-height to height, no change occurs. If I then add height: 100% to #bside then it goes the full height BUT if the content in bside goes beyond…
-
Reworded.
Updated the code to have two divs as you suggested, since that does make sense. I must still be missing something because the dark gray content area is still not going the full height of the page, even though the div wrapping both sides is set to mi…
-
Dynamic Full Width Background Images
Have you considered using Backstretch? http://srobbin.com/jquery-plugins/backstretch/
-
Header Design like Twitter and Pinterest
Alright, adding a "display: inline-block;" to that h1#logo did the trick to get it centered. Now to figure out how to put the navigation and search on either side. No, sleep first. Thanks for your help so far @joshuanhibbert
-
Header Design like Twitter and Pinterest
I've made some progress; reverse engineering from my previous site layout. I'm stuck because for the center where you have text, I'm using an image and it isn't at the center of the page. I'm not sure how I'll get the l…
-
Header Design like Twitter and Pinterest
When I put the code into wordpress, the gray doesn't show up at all. Then in the code from your link there is html in and no div for the header so I'm really confused. I have no idea what to do. Maybe I'm not explaining what I want c…
-
Header Design like Twitter and Pinterest
When I put that into the wordpress theme I'm working on, it doesn't work. And when I look at it in the link you posted, it still seems to adjust to the width of the page rather than staying fixed. Also, what is the best way to work on a …
-
Header Design like Twitter and Pinterest
Once I realized that the width of the boxes on that link could be changed it made it clear it is a good start. My question is, how would I keep them centered like on twitter? When the width of the page changes, the navigation and search and logo st…
-
CSS Stylesheet: opacity
If you want the image stretched to fit the resolution of the browser, I suggest taking a look at: http://srobbin.com/jquery-plugins/jquery-backstretch/