Announcement

Collapse
No announcement yet.

Images not displaying on home page

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

    Images not displaying on home page

    Not sure where to post all this but since I'm using V10 I thought here is as good as anywhere

    When I upload my site the home page won't display the images I've used in the layout. They work everywhere else. Also a side issue is my shopping basket button etc is replaced with text such as "shopping basket" where my shopping basket button should be.
    Heres the page: http://www.shoesandboots.co.uk/index.html
    I get the impression I need to "register" these images somewhere...
    You can see below it gets the path wrong:
    <td width="1028" height="61" valign="top" background="bot.jpg">
    It should be
    background="sab/bot.jpg"

    I have chosen these images under "additional files" but apparently thats not good enough!

    So I have seen the themes and buttons in \Actinic v10\Formats\

    I have made a new theme with this and named it. It works as far as I can see, but I don't use any of those images on the site except the buttons in the checkout & shopping basket etc. (so I haven't tested if it will work yet).

    Now what I want to do is define new images to go in these folders, I don't really want to have to use the image names of the files that are already in there, except for the buttons of course (this, I guess, is why I get text in place of the buttons for shopping basket etc - because its not using a "theme" but the path I put in myself). For instance I want to use that bot.jpg I refered to earlier - just put it in the custom images folder, then go to some magical option in actinic and say "use this damn image in the theme and get the path right this time!"

    Is there any way to do this?

    Thanks!

    #2
    Actinic should look for src="image.gif" and replace this with src="sab/image.gif" when processing the home page. For some reason this isn't happening on your site. However it's working correctly there for the JavaScript files and the PC image. Very weird!

    Post your Network Settings (less any usernames / passwords) in case there's an error there.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      looking at the URL on the main page to click here for more info

      http://www dot shoesandboots co uk/sab/HiddenAriz.html

      it looks like you are using sab in place of acatalog.

      as Norm says - network settings will help.

      Comment


        #4
        Cheers for the replys, here it is:

        Code:
        HTTPPROXYMODE	0
        HTTPPROXYADDRESS	
        HTTPPROXYPORT	80
        HTTPPROXYUSER	
        HTTPPROXYPASSWORD	
        FTPPROXYMODE	0
        FTPPROXYADDRESS	
        FTPPROXYPORT	21
        FTPPROXYUSER	
        FTPPROXYPASSWORD	
        SCRIPTID	548
        SCRIPTEXT	.pl
        SMTPHOST	
        WEBSITEURL	http://www.shoesandboots.co.uk/
        IGNOREPASSIVEERRORS	true
        USERELATIVECGIURLS	false
        PATHTOPERL	/usr/bin/perl
        USEENHANCEFTP	true
        FTPCLIENTTIMEOUT	15000
        FTPRETRYDELAY	3000
        FTPKEEPALIVEINTERVAL	30000
        FTPSILENT	false
        FTPMAXRETRIES	3
        FTPCONNECTTIMEOUT	25000
        SMTPAUTHREQUIRED	false
        SMTPUSERNAME	------
        SMTPPASSWORD	------
        COMPRESSIONPACKETSIZE	1024
        COMPRESSEDUPLOAD	true
        CATALOGURL	http://www.shoesandboots.co.uk/sab/
        ONLINESTOREFOLDERNAME	sab
        CGIBINURL	http://www.shoesandboots.co.uk/cgi-bin/
        PATHFROMCGITOCATALOG	/home/gr1nd3rz/public_html/sab/
        CODEBASE	./
        FTPHOST	93.174.141.27
        FTPUSERNAME	------
        FTPPASSWORD	------
        PATHTOCGIBIN	/public_html/cgi-bin/
        USEPASSIVEFTP	true
        FTPPATHFROMCGITOCATALOG	/public_html/sab/

        Comment

        Working...
        X