IE, XP

When the wishlist item is viewed as “usual” content, such as the blog when first logging in, the wishlist fields are lacking in presentation, especially no breaks are found

Comments

scott.mclewin’s picture

Assigned: Unassigned » scott.mclewin
Category: feature » support

From the attachment it appears that the wishlist.css file is not being picked up. You are correct that the 'regular node view' payload contains no breaks. It contains no explicit HTML formatting as that's all been done in the CSS.

Can you check both your Drupal site logs and your webserver logs for any errors which contain the string "wishlist.css" and let me know what - if any - you find?

An example of a 'regular node view' can be found on http://mclewin.com/node/317. Can you tell me if that one also shows up badly in your browser? I've tried IE on XP with this link and it views just fine.

From your screen shot I agree that something is wrong - but without further information I cannot identify if it is in my module/css or with your local configuration. I'd appreciate some help from you in working through this.

scott.mclewin’s picture

I've found your website and confirmed that the css is indeed being read. Looking at the page source for your wishlist items I see the problem. None of the

tags are in the HTML output for your wishlist items. Your theme looks like one of the out-of-the-box themes, but it is also one that I believe exists under several different theme engines. Can you send me everything in your 'themes' directory? You can reach me via my contact page on drupal.org. zip or tar.gz up the contents and send me a link to the archive if you can.
scott.mclewin’s picture

Ooops...the above should read "none of the div tags are in your HTML output". I errantly included the <div> tag directly in the posting. And then skipped preview. :(

jmoeller18’s picture

StatusFileSize
new76.79 KB

Hello, thanks for your help,

here is a zip of the themes.

i have not made any changes to the themes that i know of and i am using the out of the box solution

thanks again
-Jeff

scott.mclewin’s picture

Thanks. I've taken a cursory look and see where to dig deeper on my end. The only themes I've tested my module against are based on the phptemplate engine. The ones you are using are xtemplate driven. I've probably misunderstood some aspect of how to write a properly themeable module (this is my first cut at a Drupal module). I'm traveling much of this week for work and am unlikely to have time to dig into this for at least a week. As a workaround I'm going to suggest that you try installing the phptemplate theme engine and the phptemplate based version of the bluemarine template so that you can get your site up and running while I figure out what I've done wrong. My test/development site uses the phptemplate bluemarine template. I'll be very surprised if this does not resolve your immediate issue.

scott.mclewin’s picture

Status: Active » Closed (fixed)

With the agreement of jmoeller18 this issue is being closed out.