Support

  1. opis-technology
  2. Support
  3. Friday, July 22 2016, 11:16 AM
Using a responsive Helix 2.2 template and Easy Profile Standard 1.4.5 with the following CSS added: .view_profile dl dt,.view_profile dl dd{display:block;} I get the 3 problems shown on the attached screenshot:

1) the 3 bar icon for the drop down menu is not displayed (only on this page, the others still work fine)
2) more a question than a problem: is there a way to display the full labels rather than just a part by using wrapping (and obviously keeping the correct values lined up with the various item labels)?
3) the page doesn't work for small widths, i.e. it stops being responsive at a minimum width of 640px. I would normally expect the table format to be changed from horizontal to vertical (i.e. labels and values underneath each other) from below this point.

Can these three points be addressed?

Best regards,
Frank
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Hi,
your template already include Bootstrap Classes, so you can disable following parameters from Extensions->Easy Profile->Options->Layout Settings:
- Include Bootstrap CSS files
- Include IcoMoon icons

This will fix problems 1 and partially problem 3 (now responsive works but normal layout not)

I found a problem in your template, in file templates/opis-responsive/css/template.css at line 833 you have this:

dl dt,
dl dd {
display: inline;
}

this code not make sense, so solve add this:

dl dt,
dl dd {
display: block;
}


to solve problem 2 add this CSS code:

.dl-horizontal dt {
text-overflow:visible;
white-space: normal;
clear:both;
}
.dl-horizontal dd{
float:left;
margin-left:10px
}
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
please post me your site link, without seeing your site we can't help you.

Anyway:
1) we need to see your site
2 3) we use a simple DD, DT, DL html like Joomla default profile page, so
2. Your template choose the width of DT (titles) tag and apply the CSS directive "text-overflow: ellipsis;" so trunc words and add "..."
3. In your template seems to missing responsive code for DD, DT, DL html.
  1. more than a month ago
  2. Support
  3. # 1
opis-technology Accepted Answer
Basic
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
opis-technology Accepted Answer
Basic
Thanks.
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.