×

Notice

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

TOPIC: text in fields not showing

text in fields not showing 11 years 8 months ago #17224

  • Stephanie
  • Stephanie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi there

I've just installed the mailchimp extension for joomla which is looking good so far, except the field don't show anything - its blank. So the reader won't know what the fields are asking - eg. first name, last name or email address.

See link below.

www.freshmethod.com.au/newsite/index.php/contact

How do I get these to show up?

text in fields not showing 11 years 8 months ago #17226

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Stephanie,
this is a problem with your gantry template. Add this to your css file:
.overTxtLabel {
z-index:101;
}

Now it should show up.
Cheers,
Daniel

text in fields not showing 11 years 8 months ago #17272

  • Stephanie
  • Stephanie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thanks heaps - that worked. :cheer:

text in fields not showing 11 years 8 months ago #17279

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Awesome! If you use the extension don't forget to make a review:
extensions.joomla.org/extensions/content...etter-bridges/21710#

:):):)
Cheers,
Daniel

text in fields not showing 11 years 5 months ago #18392

  • Asaf
  • Asaf's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi,
Having the same problem, only that at the begining the text in the fields was shown correctly and suddenly it disappeared.
I think it disappeared after designing my signup form on mailchimp site, does it make any sense?
where does the module draw the text from, is it from mailchimp or locally from joomla language files?
I tried placing the code you suggested in the template.css file but it didn't change anything.

Also, when I hit the subscribe button I get a new blank page showing: {"html":"saved","error":false}
instead of the ajax form and signup massages...


Any help would be very much appreciated!

Thank you!

text in fields not showing 11 years 5 months ago #18400

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Asaf,
Theh text is taken directly from mailchimp. The fact that when clicking subscribe you get a blank page means that you have a javascript error on the page. (most probably this is the reason why the text is not properly positioned). If you use firefox, use firebug to look at the console and find out if there are js errors on the page.

Cheers,
Daniel

text in fields not showing 11 years 5 months ago #18402

  • Asaf
  • Asaf's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi Daniel,
Thanks for your help!
I tried using firebug to spot js error, but I couldn't find any related error (there were two error regarding a png file missing, but this is related to my template).
any other idea? :)
anyway I will try reinstalling the module again, maybe it will help.

Thank you so much for your help!!
Regards,
Asaf W.

text in fields not showing 11 years 5 months ago #18403

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Uninstalling won't help... You have a js error on the page. If the module is not working, that is the only explanation. Show us your site so that we can have a look.
It doesn't matter if the error is not directly in the module - any javascript error on the page can cause the module not to work.
Daniel

text in fields not showing 11 years 5 months ago #18404

  • Asaf
  • Asaf's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Thanks for clearing that up,
can I pm you my server ip? (the website is not yet operational)

Thank you!

text in fields not showing 11 years 5 months ago #18405

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
there is no pm system. Use the contact us form by clicking on the "Contact us" at the bottom of the site.

text in fields not showing 10 years 11 months ago #20622

  • Trevor
  • Trevor's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi


Which css file doe the code:

.overTxtLabel {
z-index:101;
}

Go on. Is it gantry css and if so which one?

Regards
GWS

text in fields not showing 10 years 11 months ago #20636

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
@Trevor:

text in fields not showing 10 years 11 months ago #20758

  • Trevor
  • Trevor's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi Daniel,

Was not able to implement code provided above.

The issue turned out to be that the text was white!
Therefore only need to change colour of label text in bootstrap.css, which of course firebug helped me to find.

Cheers
GWS

text in fields not showing 10 years 11 months ago #20978

  • Ric Raftis
  • Ric Raftis's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi Daniel,

Long time, no talk. Anyway, I've just installed this extension on my new site and in accordance with these posts, the text is not showing in the fields. I've added the CSS changes to the override.css file, but no change.

On checking the code, it appears that the value is missing from the input field.
<div><input name="jform[groups][FNAME]" id="FNAME" class="required inputbox input-medium" type="text" value="" title="First Name *"  /></div>

You can see this in action on my site at:
www.ricraftis.com.au/web-solutions/web-solutions

The labels are working fine if you hover over the fields.

Cheers,

Ric

text in fields not showing 10 years 11 months ago #20983

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Ric,
In my opinion you have a different problem. I see that your page is not loading mootools-more - do you have a plugin that disables the loading of that library?

CMC needs mootools more to create the placeholders and to check that the form is valid before submission.

Regards,
Daniel

text in fields not showing 10 years 10 months ago #21202

  • Trevor
  • Trevor's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi Daniel

Still not able to find which css file to add the code. Even with video you provided. Sorry.


.overTxtLabel {
z-index:101;
}

My site is at www.thebijoutheatre.org.au/ . Would you be able to help?

Kind regards
Trevor

text in fields not showing 10 years 10 months ago #21208

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Trevor, I don't understand you. You said that the issue is that the color is white? Then why are you trying to add code for z-index?

Put the code in any css file that is loaded on the page:
.overTxtLabel {
color: #000;
}

you are using a rockettheme template -> check their docs and create a custom.css file that will be loaded on the page.

Daniel

text in fields not showing 10 years 10 months ago #21221

  • Trevor
  • Trevor's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi Daniel

Sorry...I must have fallen asleep at the wheel. Thanks, that colour change worked a treat in an existing css file (without any reference to rockettheme docs or creation of custome.css).


Thanks again for your patience and assistance.

Kind regards
Trevor

text in fields not showing 10 years 10 months ago #21222

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Coool (Y) :)
  • Page:
  • 1
Time to create page: 0.133 seconds