Problem with GK Products Gallery

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Feb 18, 2014 2:56 pm
I've got a GK Products Gallery widget with the following settings

Image

If I leave it auto-scrolling it displays 2 pages of 4 items, correct.

However if I start clicking the arrows to go through the product slider, after a few clicks I see a screen like this

Image

Not sure if this is a bug or some setting I've got wrong.

Cheers! :D
User avatar
Junior Boarder

GK User
Tue Feb 18, 2014 8:35 pm
Hi,

Could you send me a PM with backend access? then i'll be able to check it exactly.
User avatar
Moderator

GK User
Mon Feb 24, 2014 12:57 pm
Details sent Piotr! :D
User avatar
Junior Boarder

GK User
Wed Feb 26, 2014 1:35 pm
So after the suggestion that the issue could be to do with some products having longer labels (running onto 2 rows) I've added this to my css, to assure text will be cut off if longer than 160px:
Code: Select all
/*Latest Products Slider - label count*/
.gk-product-gallery .gk-image h4 {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
Although the issue is still there... It's very strange, as there are products on the StoreBox demo site with titles that run onto 2 rows, yet I never see the same thing as what happens on my site, however many times I click the arrow buttons :cry: :cry: :cry:
User avatar
Junior Boarder


cron