iasiis
-
How do I center my footer?
"apostrophe" said:#footer { margin:-150px auto 0; } Bless you my friend! It Works!
-
[Solved] My footer just disappeared in PHP land
Yes! "No Coments" now shows! Excellent work apostrophe :)
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said:Well there's a simple test. Just switch to the default theme, if it's working there then you know the problem is somewhere in your code. Hey again, well it seems with the WordPress Default 1.6 Theme, it does no…
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said: Tbh, no I don't have a clue. Are you using any kind of comments plugin? No I am not using a comments plug in. It bothers me that it will not say 'no comments' only because it is not behaving as the progra…
-
[Solved] My footer just disappeared in PHP land
interesting, the display problem has been solved. the "pagewrap" DIV shoots all the way to the footer now and the "respond" DIV is not encased in the "comments" DIV. thanks a bunch apostrophe : ) ! do you have any clu…
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said:Go through your files and comment every closing div so that you can see which closing tag goes with which div. Then you will find your problem. Ok I did what you suggested and discovered that it was the div that was scr…
-
[Solved] My footer just disappeared in PHP land
oh wait a second, the NON-commented single.php page is displaying wrongly with and without that width:100% footer code. i could have sworn I saw it appear correctly before. i even cleared my cache. i will check it later.
-
[Solved] My footer just disappeared in PHP land
hey apostrophe, this has appeared to solve the problem in Firefox and Chrome. the only issue is that on a NON-commented single.php page I am getting the sidebar showing up at the bottom of the page and footer appearing within the sidebar DIV with a…
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said:Just ran a single page with comments through the validator http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fcriticall.co.cc%2F%3Fp%3D3 and you still have mismatched tags in there. Check comments.php, I'm …
-
[Solved] My footer just disappeared in PHP land
Hey thanks apostrophe. I added 2 tags and the index.php page is 100% valid now :) I also added 1 at the end of single.php and now there is only one error which is : Error Line 142, Column 103: Attribute "aria-required" is not a valid…
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said:On index.php you have #sidebar inside the post div inside #contentpadding. And on single.php it's inside #content. As always, validate. index.php http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fcritical…
-
[Solved] My footer just disappeared in PHP land
Strangeness, for some reason the footer and sidebar are getting sucked up into the content and content padding DIVs on the main index.php page. However on a single.php page with out any comments, I only see the sidebar getting sucked up into the con…
-
SOLVED!! Getting my text to be precisly positioned in DIV?
ok problem solved thanks to alchymyth from the word press forums. http://wordpress.org/support/topic/291221?replies=5 he suggested padding-top. it worked. :)
-
SOLVED!! Getting my text to be precisly positioned in DIV?
thanks but I think maybe the first suggestion to add padding was better though you were mistaken on where to apply it (my fault for unclear explanation before). Like I said in my newly edited and UPDATED 1st post, I would need 17px top padding for t…
-
SOLVED!! Getting my text to be precisly positioned in DIV?
I cant beleive that got past me. I just posted the link. Here it is again: http://criticall.co.cc/
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said:Not sure what a WP page is. So you are using posts for your about and contact pages? :? Oh duh. WP page. Yes now I know what that is. I use WP pages for my "about" and "contact" pages. [quote]You …
-
[Solved] My footer just disappeared in PHP land
"apostrophe" said:Are you definitely using index.php as your home page or have you set a wp page? If you click on comments and go to single.php then the footer shows. I am certain index.php is my homepage because i just changed some code …
-
[Solved] My footer just disappeared in PHP land
"ikthius" said:is the footer & sidebar in the proper directory? also looking at your footer code, looks like your trying to call the footer in the footer, take out the within the footer Hi ikthius, Yes the footer and sidebar are …
-
Layout Issue: Mysterious Space Below Footer
Soh Tanaka: Thanks for the ryanfait.com Sticky Footer code page. I have attempted to apply it just as Ryan has laid it out in his tutorial and I am almost there. UPDATE: Friday March 13th post has solution to problem. Take care and thanks, IASIIS
-
Layout Issue: Mysterious Space Below Footer
Soh Tanaka: Thanks for the ryanfait.com Sticky Footer code page. I have attempted to apply it just as Ryan has laid it out in his tutorial and I am almost there. UPDATE: Look to my Friday March 13th post for the solution to this problem. Take ca…
-
Layout Issue: Mysterious Space Below Footer
Hello again, Originally I tried to use a sticky footer technique but with no success so then I took out that sticky footer code and the footer actually became now only 37 pixels away from fully sticking to the bottom of the page. Ninja Clone: I t…
-
Layout Issue: Mysterious Space Below Footer
UPDATE: Look to my Friday March 13th post for the solution to this problem.
-
How do I align & position 4 divs with in 1 div? (SOLVED)
Thank you so much Falkencreative. You suggestion aligned all my button divs within the nav div. All I had to do then was add "left:17px;" to have the buttons right next to eachother as well as having their internal patterning match up with…
-
Problem with getting rid of margin of main div (SOLVED)
Hey Rob. Thanks for that code! :D :idea: