×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Field Labels not showing

Field Labels not showing 9 years 10 months ago #26895

  • Howard
  • Howard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I installed the extension and set it up with no (apparent) problem, but the field labels do not show on the form fields. Is this setup somewhere or is there something wrong? I'm running Joomla 3.2.0.

Thanks.

Field Labels not showing 9 years 10 months ago #26901

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Can we see the website. Most probably a js issue. Or maybe the form is not visible on the page per default and you have to first click somewhere to show it.
Regards,
Daniel

Field Labels not showing 9 years 10 months ago #26910

  • Howard
  • Howard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Sure, the form is on keepingbusy.ca

Thanks.

Field Labels not showing 9 years 10 months ago #26930

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yes, you have 2 js errors on the page:

TypeError: e is not a function


!function(e){"use strict";e(function(){e.support.transition=function(){var e=fun...


bootstrap.min.js (line 6, col 26)
TypeError: $(...).ready is not a function


$(document).ready(function(){


keepingbusy.ca (line 56, col 4)


Most probably it is because of the second one as it points out that you have some kind of jquery conflict. Maybe loading 2 jquery versions on the same page. I would start debuging this by changing the template and checking if this resolves the problem. If it does, then maybe you can play with the settings of the template.

If it doesn't resolve it - I would start with disabling plugins and modules until it works. When it works you can start enabling modules and plugins until you find the module or combination of module and plugin that causes this.

Kind regards,
Daniel

Field Labels not showing 9 years 10 months ago #26935

  • Howard
  • Howard's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Thanks very much - you were right. I disabled the "go to top" sliding link that the template provided and now the labels show up correctly on the e-mail form.

Thanks again for a great extension and all the help.

Howard

Field Labels not showing 9 years 10 months ago #26970

  • Ali Mallaki
  • Ali Mallaki's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi Guys

I'd be grateful if any could help me out with the same issue, my problem is that I've enabled the module in the footer menu by some hacks and as such no position id has been assigned to the module. I duplicated the module and assigned it to a position and the labels appeared, so that rules out any potential js conflict most likely, I looked at the core files and I suspect that the non-appearance of labels has got something to do with the module position.

Here's the website:
ndevrenvironmental.com/demo
User & Pass: demo

I'd appreciate any prompt response as I need to make this live in the coming week.
Thanks

Ali

Field Labels not showing 9 years 10 months ago #26971

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Ali,
Indeed, in your case you don't have a js conflict. The issue is - you don't include any of the javascript of the module??? That is why actually the module is not working at all.
You need to load the js files of the module. I don't see anything special in your template -> why don't you make the bottom to be a normal module position and just load all the modules there as standard joomla modules.

Regards,
Daniel

Field Labels not showing 9 years 10 months ago #26972

  • Ali Mallaki
  • Ali Mallaki's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Thanks for your reply Daniel,

I'd very much like to keep the module in the footer as this is what the client (my boss) prefers, is there any other way around this?
Maybe tweaking the source files? I looked at default.php which generates the form, but I couldn't figure out why the label tag is not generated.

By the way I forgot to thank you earlier for developing such a useful module.
Thanks

Ali

Field Labels not showing 9 years 10 months ago #26973

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
HOw are you loading the module down in this position?
It seems that those 2 lines are not executed:
JHtml::_('behavior.framework', true);
JHtml::script(JURI::root() . '/media/mod_cmc/js/cmc.js');

I have no idea why this could be happening, but fact is - cmc.js is missing from your source on the page.

Regards,
Daniel

Field Labels not showing 9 years 10 months ago #26974

  • Ali Mallaki
  • Ali Mallaki's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Daniel

Strangely enough I just loaded in module in the footer position and it just worked, don't know why I hadn't already done so.

Thanks again for your support.
  • Page:
  • 1
Time to create page: 0.160 seconds