Close

Bug with vertical JCarousel...

porcelanosa
9 years ago
#8572 Quote
Avatar
  • 24
Hello, so i have this bug (showed on picture) with your plugin, im on 3.4 version, link is below:
http://s30.postimg.org/kmtdgsx1d/Capture.png
thanks in advance

Bug doesnt happen if using only 1 product
hristian.dimov
9 years ago
#8574 Quote
Avatar
  • Moderator
  • 386
porcelanosa wrote:
Hello, so i have this bug (showed on picture) with your plugin, im on 3.4 version, link is below:
http://s30.postimg.org/kmtdgsx1d/Capture.png
thanks in advance

Bug doesnt happen if using only 1 product


Could you please give us a link to your website so we can investigate what the problem is?
Regards,
Hristian Dimov
Nop-Templates.com
porcelanosa
9 years ago
#8592 Quote
Avatar
  • 24
http://atom.orionwebshop.com/
but i currently dont use vertical slider with 2 products and i cant change it atm...
hristian.dimov
9 years ago
#8594 Quote
Avatar
  • Moderator
  • 386
porcelanosa wrote:
http://atom.orionwebshop.com/
but i currently dont use vertical slider with 2 products and i cant change it atm...


Hi,

this is because the vertical jCarousel is styled to show only 1 item at once. If you want to show 2 products you need to change the css. Open the Plugins\SevenSpikes.Nop.Plugins.JCarousel\Themes\DefaultClean\Content\JCarousel.css find :

.nop-jcarousel .jcarousel-clip-vertical {
    height: 250px;
}


and change it to:

.nop-jcarousel .jcarousel-clip-vertical {
    height: 500px;
}


NOTE: If you want to show 3 products the height should be 750px, for 4 products - 1000px and so on ( Number_of_products * 250 )

Hope this helps!
Regards,
Hristian Dimov
Nop-Templates.com
porcelanosa
9 years ago
#8607 Quote
Avatar
  • 24
hristian.dimov wrote:
http://atom.orionwebshop.com/
but i currently dont use vertical slider with 2 products and i cant change it atm...

Hi,

this is because the vertical jCarousel is styled to show only 1 item at once. If you want to show 2 products you need to change the css. Open the Plugins\SevenSpikes.Nop.Plugins.JCarousel\Themes\DefaultClean\Content\JCarousel.css find :

.nop-jcarousel .jcarousel-clip-vertical {
    height: 250px;
}


and change it to:

.nop-jcarousel .jcarousel-clip-vertical {
    height: 500px;
}


NOTE: If you want to show 3 products the height should be 750px, for 4 products - 1000px and so on ( Number_of_products * 250 )

Hope this helps!


Thanks, i will check it out when i get home!

Regards