Announcement

Collapse
No announcement yet.

Logo and Focus Images query

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

    Logo and Focus Images query

    When a new product is added using the customvar set up our site is set up to display a logo and/or focus image with the product if required. I can't get it to display either so have used a spacer.gif so that the X is not displayed.

    Is there someting i am missing as on some of the images it does appear to work. Is it important whether a .gif or .jpg file is used ?

    Some examples of it working and not working can be seen on www.jetsetbags.com (which i know has other problems) but need to know if this is something i can fix myself or need more technical intervention.

    Thanks for any help you can give.

    #2
    It is important what colour scheme is used for jpg files, and it is important that the image files are inside the site1 folder before you upload. I'll go have a look now and see if I can spot anything.
    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


      #3
      How about a link directly to a non working page. Don't have time to search the whole site.
      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
        You can do this
        Code:
        <script type="text/javascript">
        <!--
         if ( 'CUSTOMVAR:MYIMAGE' ) document.write('<img src="CUSTOMVAR:MYIMAGE">');
        //-->
        </script>
        So if the Custom Property is null, no <img ...> tag is generated.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X