Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest
  • Page:
  • 1

TOPIC: Not working on mobile

Not working on mobile 8 years, 7 months ago #25953

Hi, I have installed SJ University II quickstart package. Sj k2 extraslider is included in it. It is not working on mobile but working on desktop and If I enable Jquery in Sj k2 extraslider then the other modules on website are not working.


Kindly help me its urgent.
Thank you.

Re: Not working on mobile 8 years, 6 months ago #26284

Facing exactly the same problem with this module. Not usable with this issue in my opinion. Did you find an solution / workaround ?

I will also contact the support, but that will probably take 1-2 weeks and i'm a bit sceptical if they are abled to help after my experience with my last issue-ticket...

Re: Not working on mobile 8 years, 5 months ago #26612

After four weeks waiting on the silly smartaddons-support ... like other tickets i found the solution by myself.

The Events are handled but if you use swipe feature for smartphones, only horizontal events are handled. This means the vertical scroll-events are thrown away.

First workaround:

Disable swipe feature in the module options under "effect options".

to use swipe and still the vertical scrolling I will play around with these lines in sj_university2/html/mod_sj_k2_extraslider

if($params->get('swipe_enable') == 1) { ?>
$this.touchwipe({
wipeLeft: function() {
$this.jcarousel('next');
return false;
},
wipeRight: function() {
$this.jcarousel('prev');
return false;
},
wipeUp: function() {
$this.jcarousel('next');
return false;
},
wipeDown: function() {
$this.jcarousel('prev');
return false;
}
});


wipeUp / wipeDown are not handled right over here...

I will fix it these days...and keep you up to date

...

Shame on the support team
Last Edit: 8 years, 5 months ago by markovich.
  • Page:
  • 1
Time to create page: 0.22 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes