virtual
-
Wordpress Plugin - Post Rating Plugin
Thanks Doc, I tried that one and it didn't even work on the site. Anyway the problem is solved as Ryan did a great job with custom PHP.
-
IE7 layout broken, works with IE8 and all other browsers
It looks like you are going to have to replace margin-bottom with padding-bottom in your #advertText because IE7 is ignoring your margins and it won't make any difference in other browsers.
-
Div content flowing under footer
That has nothing to do with the php includes, it's because your footer has position: fixed so it will always remain on top and cover any long content.
-
Creating Navigation items on wordpress text widget? Help appreciated
P.S. If you have Firebug for Firefox, Web Inspector for Safari, or even whatever they call it on Internet Explorer, you can see exactly what code they are using on the site that you took the screenshot from. Or right click and "view source"
-
Creating Navigation items on wordpress text widget? Help appreciated
Of course it is, try this website or use an image http://www.alanwood.net/unicode/arrows.html But please change your html code, you do not need a span class to add a forward slash between 2 link tags, or all the other divs and classes (markup) that…
-
Force bottom right image with no overlap on resize?
You could make that bottom right image a part of the whole background image use the following to attach the image http://css-tricks.com/perfect-full-page-background-image/
-
Nav menu ON the header image.
Difficult to say without seeing a link. Is your header image a background image?
-
Sidebar problem
Yes it is possible to load several sliders on the same page but not the way you have done it. In the following instance I was using the Coda Slider, so you would have to load the jquery and coda slider js files first then You would need something li…
-
Creating Navigation items on wordpress text widget? Help appreciated
HTML ← Previous / Next → Main Menu → CSS #projectnav { width:300px; } a.floatright { float: right; }
-
Inspiration
It happens to every designer and the more you look at it the more you hate what you have done. My inspiration often comes when I sleep on it, an idea just pops up.
-
Light-hearted funny from Oatmeal you may not have seen
Loved it, and how true for some of them.
-
Wordpress Plugin - Post Rating Plugin
Thanks Doc, I could not find a plugin that did what the client wanted, so I am working with a custom PHP script that rkacenski from this forum is writing for me. He sure knows his stuff.
-
background image not showing up firefox 3.0
I have FF4 too, but you could try using an absolute path instead.
-
Wordpress Plugin - Post Rating Plugin
No good guys, comments are not allowed and Disqus is a comment system. I'm looking for a post rating system.
-
Wordpress Plugin - Post Rating Plugin
I'll take a look, thank you both
-
What is powering this site
My client needs WP for the CMS, would you be interested in doing this?
-
Images stretched in Safari and Chrome
Hey John, good catch, it's part of my standard CSS reset, so I didn't even think of looking there and I've never had a problem with it before. You learn every day.... Thanks
-
Images stretched in Safari and Chrome
Nope, didn't work, I put that in there so it would respect the declared height of the image. Without it the image still stretches....????
-
Wordpress question
Thank you so much for that, I appreciate the help. I may be back for more help as I'm fairly new to coding Wordpress.
-
Wordpress question
Thank you Johnnyb, that helps a lot. So if I understand correctly the specific category would have to be set up within the each loop? Would this also allow separate archives for each category?
-
website doesn't load in Firefox
Doesn't load properly for me in 3.6 Mac because you forgot to close a conditional comment --> after this bit of code: Rhode Island South Carolina South Dakota Tennessee Texas Utah Verm…
-
Web Portfolio Critique
Sometimes you just have to go with your flow. Very few people are design geniuses and talented back end developers at the same time. It's like being an artist and an engineer - Michael Angelo was one. That's just how the brain functions an…
-
anythingslider looks terrible in IE8
I don't know if this will help you any, but in your source code viewed from IE7 I get this before the Doctype declaration You are viewing this page with MSIE 7.0 - some elements (like the anythingslider widget) do not appear correctly... …
-
Logo flickering in Safari but not Chrome
I could not see the flicker on Safari Mac or Safari PC either.
-
Web Portfolio Critique
Definitely get rid of the lawn! Ditto on the underlined links! Your sidebar looks a little cramped, you have enough room leave some space above and below the blue box. A rollover effect would look nice on the social icons and on the links. I'm …
-
layout problem in firefox
You also have a layout problem in IE7. Firefox is not the culprit and negative margins are never a good idea. I didn't look at your code in detail, because if Firefox shows you a mess then you need to revise your coding. You also have a big s…
-
CSS: Trouble with classes and transitions
You might find more constructive help if you post a link or at the very least all your code. Otherwise we can only guess why your links are falling down, you may not have put a belt on them to hold them up.....LOL Sorry couldn't help it
-
What would all the possible reasons be why your footer wont show up?
Please post your corrected code, there are too many errors in the previously posted code.