Hi!
I've installed this module, and configured it to show the ajax loader on every form in admin/settings/hide-submit, but when I post a form no ajax loader appear. I've tested many forms, but none seems to work with the the module.

Any ideas?

Comments

optalgin’s picture

Status: Active » Postponed (maintainer needs more info)

1) Is javascript enabled with your browser?
2) Which browser do you use?
2) Do you see the text message without the image or it just show nothing when you submit?
3) Do you have other javascript modules installed
4) Did you try the demo site? did it work for you there?

Your title say "this module does not work properly"
but it is installed and running fine on more then 160 sites at the moment
so I assume that the problem might be on your side

Lets try and figure it together
please answer the questions above for start

DrupalNovice’s picture

Title: This module does not work properly » Does not work for me
Status: Postponed (maintainer needs more info) » Active

Sorry for answering so late..
1) Yes
2) Opera 9.52 / Windows XP . I've tested it in Firefox 3.x but it doesn't work there either.
3) It does not affect the Submit button at all - the button is the same as it's always been.
4) Other JavaScript modules are:
- Administration Menu
- Rotor Banner
- jQuery plugins
- AJAX Picture Preview
- DHTML Menu
- Upload previews
- Wysiwyg
I also have these form-related modules installed:
- Node Form Template
- Formfilter
- Better Select
5) Yup, it worked on the demo site.

I agree - it's something with my configuration. Sorry if the title of this issue sounded a bit judgemental (just changed it)

optalgin’s picture

Assigned: Unassigned » optalgin

Thanks for your detailed information..

I'll try to install the modules you mentioned on my testing site and see if I can reproduce it
Hopefully this weekend I'll have some time.

I suspect this might be a conflict between scripts
b.t.w Do you get any javascript errors?

DrupalNovice’s picture

Thanks for your effort!

I got it to work now. I removed some custom jQuery code from my page.tpl.php file, and know this module works it's wonders.

btw: Can I check for JavaScript errors? Because I'd like to know what caused the problem in my jQuery code.

Thank you for your patience and this great module!

DrupalNovice’s picture

Title: Does not work for me » [SOLVED] Does not work for me
Status: Active » Fixed
optalgin’s picture

Thanks for the update.. Good news indeed

To see javascript errors you can use your browser error console, you will be able to see the error
the file and the line number..

  • In Firefox; tools => Error Console
  • In opera; tools => Advanced => Error Console

I also use Firebug plugin for Firefox
This is a great tool for web developing and have built in javascript debugger, DOM inspector, CSS inspection tools
and much much more.

DrupalNovice’s picture

Wow, thank You Optalgin for the great support!

Firebug rocks! =P

Thanks!!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.