- This topic has 10 replies, 2 voices, and was last updated 16 years, 5 months ago by imported_Ryan.
-
AuthorPosts
-
June 7, 2008 at 4:16 am #244rayMember
Seems like css is causing extra space to the right of the pages? I’m not sure what is causing this. The link to the site is <a href="http://www.thisislavie.com/sample/wordpress">www.thisislavie.com/sample/wordpress</a>. I have uploaded a print screen of what I am talking about as well (<a href="http://img230.imageshack.us/img230/2052/15546888ax2.jpg">Print Screen here</a>).
Hope someone can help me, Thanks in advance.
.Ray
June 7, 2008 at 4:57 am #3124imported_RyanMember[quote:2o42rvhf]Seems like css is causing extra space to the right of the pages?[/quote:2o42rvhf]
I can’t see anything wrong with your page apart from a weird glitch with your style.php file. You may b suffering from the bug which seems to afflict some web hosts. If you go to the plugins admin page there is an option to disable the style.php file and display it inline instead. Try that and the menu should start working.
June 7, 2008 at 5:19 am #3125rayMemberHey Ryan,
Thanks for the quick response. I love this plug-in so much… My site is hosted through godaddy. could that be the problem?? I also Enable inline CSS and Disable Plugin CSS file and still the same thing. This problem is so wierd, I’ve been at it for 2 days now. lol. hmmm…. any other ideas? I appreciate you taking the time out to help too.
.Ray
June 7, 2008 at 5:39 am #3126imported_RyanMemberHi,
I can’t see any problem. Perhaps this is a browser specific issue? If so, which browser is the problem in?June 7, 2008 at 5:45 am #3127rayMemberI’m using a Mac and viewing the page through the default Safari browser. I viewed the page in Firefox and it shows perfectly fine. I think it’s the Safari browser….
June 7, 2008 at 9:20 am #3128rayMemberI’ve been through the example sites that ate using the plugin and page looks normal. They do not have the extra space like on my page…. i’m going to go over the coding again. if anyone has any ideas on what is causing this, feel free to post. Thanks so much!
.Ray
June 7, 2008 at 1:06 pm #3129imported_RyanMemberI can see your problem in Windows Safari too.
You have some strange table code in your HTML. Perhaps try removing that and it may fix the problem.
Remember to always validate your code, otherwise debugging these problems is extremely difficult.
June 7, 2008 at 8:11 pm #3130rayMember<blockquote>You have some strange table code in your HTML. Perhaps try removing that and it may fix the problem.</blockquote>
I believe the HTML code you’re talking about is in the Header.php? it’s wierd, when I remove the table code, the entire get jacked up. I’m not a pro at html coding, but I manage to get by u know. hahaha.
<blockquote>Remember to always validate your code, otherwise debugging these problems is extremely difficult.</blockquote>
What exactly do you mean by that? I apologize for all the newbie questions too. Thanks for all your help to Ryan, your a very patient individual.
.Ray
June 7, 2008 at 10:10 pm #3131imported_RyanMember[quote:1rt6iyc1]What exactly do you mean by that?[/quote:1rt6iyc1]
I mean you need to use the W3C HTML validator … http://validator.w3.org/
It will find any errors in your code. When I tried validating your site it gave 87 errors. Sometimes a single error can trigger a whole bunch of other errors. Fixing browser incompatibility errors can be a complete nightmare if the code isn’t valid.
Here is a direct link to the validation of your own sites home page … http://validator.w3.org/check?verbose=1 … rdpress%2F
Some errors do not cause rendering problems, for example using uppercase with strict Doctypes, however fundamental syntax problems such as missing closing tags, or in your case parts of tables which are missing their cells can cause huge problems.
June 8, 2008 at 12:43 am #3132rayMemberHey Ryan, I went over my coding fixed the problem. I got rid of the extra space, it was the table problem. I still have some errors, and I’m going to review those too. But I got it to work, great plug-in again. You have been a great help, thank you so much again.
.Ray
June 8, 2008 at 1:18 am #3133imported_RyanMemberGlad to be of help ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.