Closed (fixed)
Project:
Business
Version:
7.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 21:53 UTC
Updated:
3 Sep 2012 at 19:22 UTC
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
Comment #1
devsaran commentedChange this from
<img src="images/purestockthumb.jpg">to
<img src="/images/purestockthumb.jpg">You have forget to put the slash.