Announcement

Collapse
No announcement yet.

Images on Search Results

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Images on Search Results

    If I perform a search on e.g. "skeleton" in www.medicet.com I get the search results OK, but none of the images. It would appear that the search results page is looking for the images in the cgi-bin folder.

    How can I rectify this?

    Gary Watts
    OSL

    #2
    In View | Search Settings | click on teh results tab and under 'Display Options' select Product Image, you will then be able to size the image as you would like it to appear in the 'Product Image Options' Field.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      You have fallen victim to overenthusiasm with DreamWeaver.

      You need to put the code from a standard Act_Primary.html template back into your file - specifically you are missing the NETQUOTEVAR:BASEHREF and several other important elements of code. Put all the NETQUOTEVARS back in and comment out the ones you don't need, then try again.
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment


        #4
        Images on Search results

        Thanks for the reply. I've tried that, but it hasn't made any difference. My Act_Primary.html file looks like this:

        <!-- Primary HTML begin -->
        <html>
        <head>
        <title>
        NETQUOTEVAR:PAGETITLE NETQUOTEVAR:PAGEHEADER
        </title>
        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
        <meta name="ACTINICTITLE" content="NETQUOTEVAR:PAGEHEADER">
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <!--@act NETQUOTEVAR:HEADERMETA -->
        <!--@act NETQUOTEVAR:LOADFUNCTION -->
        <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
        <!--
        The NETQUOTEVARs below can be uncommented for getting raw section lists:
        1. Top level section list
        2. Section list from current level and all children
        3. The whole section tree
        The rest covers the standalone structure members for each array - e.g. if
        you only need sName or sURL from an array.
        See the documentation for details.

        NETQUOTEVAR:TOPLEVELSECTIONS_RAW
        NETQUOTEVAR:CHILDSECTIONS_RAW
        NETQUOTEVAR:SECTIONTREE_RAW

        NETQUOTEVAR:SECTIONTREE_NAMES
        NETQUOTEVAR:SECTIONTREE_URLS
        NETQUOTEVAR:SECTIONTREE_IMAGES
        NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
        NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
        NETQUOTEVAR:SECTIONTREE_SECTIONIDS

        NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
        NETQUOTEVAR:TOPLEVELSECTIONS_URLS
        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
        NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

        NETQUOTEVAR:CHILDSECTIONS_NAMES
        NETQUOTEVAR:CHILDSECTIONS_URLS
        NETQUOTEVAR:CHILDSECTIONS_IMAGES
        NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
        NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
        NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

        The section level can be accessed through:
        NETQUOTEVAR:SECTIONLEVEL
        -->
        </HEAD>

        <body NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR text="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>

        <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
        <tr>
        <td valign="MIDDLE" align="LEFT" >
        NETQUOTEVAR:HEADER
        <form method=NETQUOTEVAR:CGIMETHOD action="NETQUOTEVAR:CGIURL" NETQUOTEVAR:ONSUBMIT>
        <a name="top"><input type=HIDDEN name=RANDOM value="NETQUOTEVAR:RANDOM"> </a>
        NETQUOTEVAR:HIDDENFIELDS
        NETQUOTEVAR:BULK
        </form>
        NETQUOTEVAR:FOOTER
        </td></tr>
        </table>

        </body>
        </html>
        <!-- Primary HTML end -->

        Comment


          #5
          What theme are you using? I cannot find any theme where the Act_Primary is quite that bare (nor can I find an NQV:ONSUBMIT in any theme).
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment


            #6
            Gary,

            It looks like you have completely removed the search function on the site. Can you tell us where you got the <form method=NETQUOTEVAR:CGIMETHOD action="NETQUOTEVAR:CGIURL" NETQUOTEVAR:ONSUBMIT>, especially the ONSUBMIT bit from?

            Kind regards,
            Bruce King
            SellerDeck

            Comment

            Working...
            X