TOPIC: Module VirtueMart Products does not woek properly on any bottom position.

Module VirtueMart Products does not woek properly on any bottom position. 9 years 1 month ago #6985

  • idragutin
  • idragutin's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
Module VirtueMart Product works peoperly only on top-contnt position (see Popular Products on link bellow), but does not scroll properly on any bottom postition, eg. bottom-content (see Featured products).
www.idragutin.info/mona/
The administrator has disabled public write access.

Re: Module VirtueMart Products does not woek properly on any bottom position. 9 years 1 month ago #6986

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

What's your browser ? i just checked your url and it works fine

Regards
The administrator has disabled public write access.

Re: Module VirtueMart Products does not woek properly on any bottom position. 9 years 1 month ago #6987

  • idragutin
  • idragutin's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
Hello,
Could be matter of configuration. I have installed Windows 7 proffesional, and I use Crome, FireFox and Internet explorer and I have same results: when I click right navigation button on Featured products, I have got empty sreen for products. Please try this. This modul works normaly on top-content position.
The same goes for Windows xp sp3.
Regards, Dragutin
The administrator has disabled public write access.

Re: Module VirtueMart Products does not woek properly on any bottom position. 9 years 1 month ago #6995

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
So, I think you should redo configuration again, cause your featured products are not enough to display.

Regards
The administrator has disabled public write access.

Re: Module VirtueMart Products does not woek properly on any bottom position. 9 years 1 month ago #7015

  • crystal_moon
  • crystal_moon's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
  • Karma: 2
You can edit file 'templates/ot_jewelry/css/customs.css'
Line 91
.ot-top-content .otModule .slide .ot-vmproduct {
    float: left;
    width: 100%;
}
change to
.otModule .slide .ot-vmproduct {
    float: left;
    width: 100%;
}
The administrator has disabled public write access.

Re: Module VirtueMart Products does not woek properly on any bottom position. 9 years 2 weeks ago #7128

  • idragutin
  • idragutin's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
You have given me the right idea, and the resolution is to add the following codes after line 95:

.ot-bottom-content .otModule .slide .ot-vmproduct{

float: left;
width: 100%;
}

Now "Featured products modul" works prpoperly on bottom-content position.
The administrator has disabled public write access.
Time to create page: 0.093 seconds