Announcement

Collapse
No announcement yet.

upgrade from v4 to v5 - Roll over images no longer working.

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

    upgrade from v4 to v5 - Roll over images no longer working.

    Hi All,
    I've just upgraded from v4 to v5.1.6, everything went fine except the rollover images don't want to work. The error seems to be that 'it' can't find the roll-overs, however, they are in the correct folder (inc. preveiw html) and the image paths appear to be correct, so they should be found no problem.

    the 'act_mouseover' is as follows;
    onMouseOver="SwapImage('NETQUOTEVAR:NAVNAME','NETQUOTEVAR:ALTIMAGEFILE')" onMouseOut="RestoreImage()"

    is the code correct?

    Or should I ditch the NETQUOTEVAR:HEADERGUIDE and replace it with
    either individual NETQUOTEVAR:NAVBSEARCH , NETQUOTEVAR:NAVBCHECKOUT , NETQUOTEVAR:NAVBCART etc.....

    Or... just hard code the buttons and rollovers in?

    waddayareckon? :-)

    #2
    Hi David

    Have you uploaded your store at all? If so, please could you provide us with a url? Just want to see why the pictures is not appearing

    The code seems fine, and you could simply use individual navigation buttons with your own rollovers. The advantage being you would have greater control over the design

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi Nadeem,
      sorry for taking so long in getting back to you, the URL is www.ldtv.co.uk

      I tried hard coding the rollovers, but to no avail, any ideas....?

      thanks, Dave

      Comment


        #4
        There's a LOT of stuff missing from the <HEAD> section of Act_Primary.html. E.g. I don't see this lot:
        Code:
        <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 -->
        <link rel="stylesheet" href="actinic.css" type="text/css">
        <script language="JavaScript" src="actiniccore.js" type="text/javascript"></script>
        <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
        You may not have wanted actinic.css as I see you've got your own css file (unnecessarily referenced twice by the way - once in the <head> and once in the <body>). But the rest is needed if you want rollovers and the cart and checkout pages to view properly.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X