I think I found the problem, but I'm not sure how to fix it...

I used "View -> Page Source" and pasted it into a file at the
following location:

http://news1.pandesa.com/wp-content/themes/zenful_pandesa/test.htm

As you can see, the menus are still slow and clunky.

Then I replaced the following line:

<link rel="stylesheet" href="http://news.pandesa.com/wp-content/themes/
zenful_pandesa/style.css" type="text/css" media="screen" />

with:

<link rel="stylesheet" href="style.css" type="text/css"
media="screen" />

The result of this change is here:

http://news1.pandesa.com/wp-content/themes/zenful_pandesa/test.htm

As you can see, that fixed it!

The problem is that I can't really use that fix in WordPress because
the path of the stylesheet in WordPress is generated by PHP and if I
try to hardcode it, the style sheet is not found.

Any suggestions would be greatly appreciated!  A good starting point
would be to understand why the above change fixed the problem.

Thanks again,

- John

Reply via email to