Nagel
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Sliding timeAnd at the iPhone it runs very fast.
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Sliding timeAlmost. Now after update a new slider with default time settings doesn’t move at all. Only once after loading and that’s all.
4 time values? I think that’s right now a bit too complicated.
What for is “Slider Auto Play Timeout”, btw it’s not possible to save it’s changed value.But the direction of changes is ok 🙂
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Sliding timeI don’t get it. Even if numbers are like 5000 and 10000 it still move fast.
It seems that only first value is working properly.
And there’s no cache plugin installed :/Website: http://poligon.composerstools.com/
Could you take a look?Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Sliding timeI have changed both and a gap between slidings is longer but sliding action is still pretty fast.
- This reply was modified 9 years ago by Nagel.
Yes, it works! You can just check it by using links from first post.
Thanks!Btw. In 223 line of public.js I added window.location.reload();
if (target == '_new') { /* If the link is being opened in a new window */ window.open(href); } else if ((this.host == '' || this.pathname == window.location.pathname) && this.hash != '') { /* If the link is on the current page */ window.location.href = href; window.location.reload(); } else { $('body').hide(); window.location.href = href; }It’s probably useful only in tabs, beacuse they mostly doesn’t work without reloading. Of course it isn’t a prettiest thing, but it works, so I suggest to add this as an option.