1. kennethefford
  2. General
  3. Monday, April 28 2014, 11:39 PM
Hi,

Several weeks back under another thread I asked about removing the "No Information Entered" on the user profile page when nothing is entered in the field. At that time you indicated to add the following code to the description field,

"<p style="display: none;">---</p>"

This worked great for me. But I have noticed one issue that only now became a problem. On the profile page, when there is another field just below where this code is entered, the values entered in the below field move up to line up with the above field. I hope you follow me. It is like the description field for the above field is not there, or it has ZERO height.

Again, this was not a problem until I added a field immediately below a field with the above code set. Is there a way to avoid that? Thanks.

Ken
Accepted Answer
kennethefford Accepted Answer
Pro
Thanks again. I also noticed only recently you added a setting to not show empty fields on the profile. Not sure when you added that, but nice addition!

Ken
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Yes, the problem is due to height of value (if empty the height is equal to 0).

3 solution:
1. In CSS set min-height for value container
2. In CSS add clear:both to label of after field
3. (simple) insert this in description <p><br /><span style="display: none;">---</span></p>
  1. more than a month ago
  2. General
  3. # 1
emedia Accepted Answer
Pro
Can you further clarify this? I'd like to remove the "No information Entered" field on the Easy Profile Table List. I don't see this when choosing an individual profile (which is good), or when editing my own profile, but I do see it in the member lists. (I don't want this text in the member lists)

This sprang up after upgrading to EP 1.3.2.
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry for late reply,it's a weekend for us:o

This is a small bug.
Replace the file /components/com_jsn/helpers/helper.php with attached file.
Attachments (1)
  1. more than a month ago
  2. General
  3. # 3
emedia Accepted Answer
Pro
Thanks. That worked!
  1. more than a month ago
  2. General
  3. # 4
Kriestov Accepted Answer
thanks!
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.