Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Airsoft-warrior

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Simon

Airsoft-warrior's Achievements

  1. PS. Does anyone know how I can make the contribution compatible with newflow? It also uses scripts defined in the heading, when I install this contribution newflows scripts don't work properly. I have moved the scripts above/below each other only to have the adverse effect. I really like the specials & Best sellers, but whats new will be disabled. It is obvoiusly an imcompatibility between the js liberies, and I don't want to get into that! However, we did and do use a our own module which does something really similar, if you wanted the scroll up and down should be an easy fix with css and the holding div. Enough waffle, there is a working version at www.sexy-cinderella.co.uk , it should auto scroll but i've knocked it out somewhere will repair it later. If your interested i will tidy up the code as we have it set up for multiple instances of a featured box each instance being configurable and a straight install would be probably tedious. let me know...
  2. to answer point 2. this contrib just replaces the standard infoboxes, so if you don't want to display them you will need to put some form of logic test around the call to the module or just comment it out. this will be in column_ left or right depends on your code.
  3. Just a quick note. Looked at the install and some questions here. to get this contrib to work on other pages other than index, the javascript needs to be called. add these lines before the </head> tag, <script type="text/javascript" src="js/jquery-1.2.6.js"></script> <script type="text/javascript" src="js/jquery.cycle.all.pack.js"></script> so for product_info add the javascript call, etc..... as for the question about how do I change the title colour etc.... we didn't call a class so add one. ie in whats new line 17 BOX_HEADING_WHATS_NEW - (this is the giveaway) in the <td align="center" CLASS="FUNKYGREENMEDINA"> and add to css .FUNKYGREENMEDINA { colour:#00FF00; font-size:18; font-family : Verdana, Arial, sans-serif; } I hope this helps some of you out there.
  4. Hi, no light box doesn't work with this contribution, however shadowbox.js with the jquery adapter does work and the best part about it is that I believe it is compatable with lightbox, so you need not change any of your html image links for lightbox. Shadowbox and its reference can be found here: http://www.mjijackson.com/shadowbox/ You'll find the information about compatabillity with lightbox on the Usage page, about 2/3 the way down. Shadowbox also supports iframes, flash movies and almost any content you want to throw at it, Hope this helps.
  5. If there are any questions or help needed with this contribution please ask away. Feel free to levae any feedback.
×
×
  • Create New...