Thanks again for such a great theme.

I am having an issue of disappearing images in block.

The images in the same block appear on one page, but not another. Other HTML code in the blocks works fine. I do not have block cacheing turned on in Drupal.

The only thing that is different is. URLS that are base/somethinghere work fine. URLS that are base/somethinghere/somethingelse do not work.

http://www.mimiproductions.com/commercials
Works

http://www.mimiproductions.com/commercials/orthopedicandshouldercenter
Does not work

Thank you again!

Comments

devsaran’s picture

Status: Active » Closed (fixed)

Change this from

<img src="images/purestockthumb.jpg">

to

<img src="/images/purestockthumb.jpg">

You have forget to put the slash.