Jump to content

Products Category Not Working Properly Since Upgrade to 1.1


Recommended Posts

Hi!

Since upgrading from 1.0 to 1.1 the Products Category module isnt working properly.

Previously when you clicked on an item for sale this module would display a few item underneath it from the same category and they would all be next to each other, side by side.

Since upgrading what happens now is they are not side by side but underneath each other so you have to scroll down the page a long time to see all the items before getting to see the More Info section.

Any ideas how to solve this anyone?

Link to comment
Share on other sites

I had the same problem with the beta3 and 4 versions (havent upgraded to 1.1 yet).

Was strange that the css hadnt changed for that section, so i looked at the two .tpl files for the modules and they have done some changes for some reason.

I solved my problem by replacing the new module with the old module from v1.0, and now it works fine.

NOTE: If you are going to try this PLEASE take a backup of altered files/folders, so that if it doesnt work you can simply replce re-upload the previous version.

Link to comment
Share on other sites

Try adding this code to your global.css file, while using the new v1.1 module.

/* category Products block */
#productscategory{
   margin:2em auto 0pt;
   height:120px;
   width:100%;
}

#productscategory_noscroll{
   margin:2em auto 0pt;
   height:120px;
   width:100%;
}

#productscategory_list{
   overflow:hidden;
   float:left;
   width:96%;
}
#productscategory_list ul{
   padding-left:0px;
   list-style-type:none;
}
#productscategory_list li{
   float:left;
   margin:0 3px;
   cursor:pointer;
   text-align:center;
   width:100px;
   overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
   background: url('../img/thumbs_left.gif') no-repeat center;
   text-indent:-3000px;
   display:block;
   width:9px;
   height:18px;
   float:left;
   margin-top:30px;
}
#productscategory_scroll_right{
   background-image: url('../img/thumbs_right.gif');
}

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...