MENU HELP??

Forums Forums Menus MENU HELP??

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #244
    ray
    Member

    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&gt;. 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

    #3124

    [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.

    #3125
    ray
    Member

    Hey 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

    #3126

    Hi,
    I can’t see any problem. Perhaps this is a browser specific issue? If so, which browser is the problem in?

    #3127
    ray
    Member

    I’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….

    #3128
    ray
    Member

    I’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

    #3129

    I 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.

    #3130
    ray
    Member

    <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

    #3131

    [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.

    #3132
    ray
    Member

    Hey 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

    #3133

    Glad to be of help <img decoding=” title=”Smiley” />

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.