Hi,
I have install module and assign into block. My pervious slider was workig fine. But Mega slider not showing any images. I have checked with fire bug and found that there is images but that images has dispaly non property.
Hi,
I have install module and assign into block. My pervious slider was workig fine. But Mega slider not showing any images. I have checked with fire bug and found that there is images but that images has dispaly non property.
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Did you try to fix errors as my comment at the last topic (http://megadrupal.com/forum/module-support/mega-slider/1489)?
Or it did not work?
Hi,
I have fixed above js error . but not enable to edit and add any image in chrome only. This module have conflict js with contribute module " clientside validation(https://www.drupal.org/project/clientside_validation)." Right now i have disable validation module. I can fix only my custom js error not all module.
Please check and let me know if you want any more informations from me.
Url:- https://www.matrixmanagementinstitute.com/dev/
So,
Please send us your site url, admin account and FTP account (forum link as well) via email: [email protected].
We would like to check it for you.
You need to have a check your theme. By using hook_alter_js to add 2 files at:
http://www.matrixmanagementinstitute.com/dev/sites/all/themes/adaptiveth...
https://www.matrixmanagementinstitute.com/dev/sites/all/themes/adaptivet...
so as a result:
1, Your site has 2 version of jquery 1.4 1.7 => conflict js
2, Jquery.easing.js uses jquery ui but in your site, it is loaded before loading jquery ui ( the right order: loading jquery ui first then jquery easing). You can check bug by console in browser.