This topic contains 21 replies, has 2 voices, and was last updated by Andrew Winkler 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
If you want to increase height the box in jomsocial component, you have to submit the request to jomsocial because this is paid extension and they will have the good solution for that
But I fixed it with the solution below, open custom.css file and see it
.joms-postbox-content .inputbox textarea.input {
height: 100px !important;
}
.joms-postbox-input {
min-height: 120px;
}
That’s not what I meant. What I meant is this:
When users write something in the status update box or cut and paste something into it that is bigger than the couple of lines provided, the box normally adjusts its size. it becomes bigger. This works beautifully on my site using other templates than Teline V. You can check it out by forcing my homepage to use the Atomic or Beez2 template. The problem is not my site, it’s Teline V that doesn’t work as it should. The only time the automatic resizing works is when I edit an existing larger status update and enter a character.
I fixed it on your site with new the solution
Open templates/ja_teline_v/css/custom.css file and add new rule
.joms-postbox-input .inputbox {
height: auto;
}
Now, you can see the height in inputbox auto resize on your site. Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
Woohoo, you fixed it.!!!
Woohoo, you fixed it.!!!
Woohoo, you fixed it.!!!
This topic contains 21 replies, has 2 voices, and was last updated by Andrew Winkler 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum