As shown in the image, the text comes out of the block. It is a field in profile. thx
As shown in the image, the text comes out of the block. It is a field in profile. thx |
If this is textarea field, then this problem is fixed in Dolphin 7.2.1 Rules → http://www.boonex.com/terms |
It is no textarea field is multiple selector. |
Same thing I have been saying.. HL has a fix but it is not the right fix for it.. I also put the 7.2.1 update on and still the same thing. |
Thank you for pointing this out, I've re-opened the issue: https://github.com/boonex/dolphin.pro/issues/73#issuecomment-151026844 It is no textarea field is multiple selector.
Rules → http://www.boonex.com/terms |
nothing? |
Hello Thank you for pointing this out, I've re-opened the issue: https://github.com/boonex/dolphin.pro/issues/73#issuecomment-151026844 It is no textarea field is multiple selector.
The issue was fixed. |
I have a similar problem with the Qoutes box:
There are none so blind as those that will not see. |
Hi Anton, Thanks for your quick fixed, but just one query, is this a fix for this specific issue or does it also fix "tags" going to the right instead of word-wrapping into the block?
Hello Thank you for pointing this out, I've re-opened the issue: https://github.com/boonex/dolphin.pro/issues/73#issuecomment-151026844 It is no textarea field is multiple selector.
The issue was fixed.
|
Can't reproduce the problem, please could you try to reproduce on on demo.boonex.com and describe the steps ? I have a similar problem with the Qoutes box.
Rules → http://www.boonex.com/terms |
The fix isn;t complete yet, it looks like we will try to fix it different way. Also please could you describe the problem with tags ? is this a fix for this specific issue or does it also fix "tags" going to the right instead of word-wrapping into the block?
Rules → http://www.boonex.com/terms |
Hi,
When you have too many tags in a video, the screenshot below is what you see:
The tags go on to tag9, tag10, etc. The tags should technically be word wrapped into the box.
Please let me know if this doesn't make sense or if I upload the image to your forums. |
generally its simple to fix this kind of issue as the site admin. |
Great work...would this be something we implement into our templates (or custom templates) now? or wait for Boonex to update themselves?
generally its simple to fix this kind of issue as the site admin.
|
Thx. Solved |
Since you solved it thought I'd give it a go too.
I inspected element and found "bx-form-value" was the CSS element.
Changed:
.form_advanced_table .bx-form-caption,
to:
.form_advanced_table .bx-form-caption,
Cleared caches, tested OK.
It would also be nice to have different colours for each of the tags (or different highlights when you mouse-over them).
The way it is now, they just look like a bunch of words separated by spaces, where you can't distinguish which words belong to which tag.
Thx. Solved
|
This patch works fine but in case nobody has noticed, there are no spaces after the commas. Something Boonex can consider when adding the patch to the next version.
That may not help though because for me the problem not only existed in the Base.css file forms_advance.css, it was replicated in the Biz2 template override forms_advance.css where I had to make the changes.
It's very important that you update the correct file to make the change work. Try your default template file's css first. |