Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Description - No Image

  1. #1
    OmegaSpeed is offline Junior Member
    Join Date
    Jun 2009
    Posts
    20

    Default Description - No Image

    When I enter a description for an entity, it puts a medium entity icon with it -- I just want the description. How can I do this?

    I could not find any AppConfig, and can't find how to pull out the image in the xml.config (<xsl:value-of select="aspdnsf:EntityPageHeaderDescription($Entit yName, $EntityID)" disable-output-escaping="yes" />)

    Also, if I enter a description, then delete it, it still shows the image, but with no text.

    Any thoughts?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Just delete the picture from that entity through Product Manager, on the Images tab.

  3. #3
    OmegaSpeed is offline Junior Member
    Join Date
    Jun 2009
    Posts
    20

    Default

    OK, thanks. I did that, but it showed a broken image at first.
    It is fixed though (might have been a cache issue).

    One thing though is if I add a description, than delete it, it put a empty space at the top of the page. Any way to get rid of that?
    Last edited by OmegaSpeed; 06-17-2009 at 09:34 AM.

  4. #4
    Ryan is offline Junior Member
    Join Date
    Aug 2006
    Posts
    26

    Default

    Click the HTML icon then remove the <br> tag on the text window that should fix the problem.
    Attached Images Attached Images  

  5. #5
    OmegaSpeed is offline Junior Member
    Join Date
    Jun 2009
    Posts
    20

    Default

    Got it, thanks.

  6. #6
    vectorhog is offline Junior Member
    Join Date
    Jun 2009
    Posts
    18

    Default Icon image instead of large?

    is it possible to display the icon category image here instead of the medium? I would also like to put the description text above the image.

  7. #7
    OmegaSpeed is offline Junior Member
    Join Date
    Jun 2009
    Posts
    20

    Default

    why not just use an HTML tag to point directly to the icon image?

    Something like:

    <img src="[images folder]/icon/[image name].....

    Then you could put it wherever you wanted.

    BTW, if you aren't sure of the image name/path, just right-click on it (when viewed in the backed) and that will give you the complete path).