Support

  1. Arena Esport
  2. Features Request
  3. Saturday, May 28 2016, 10:00 PM
Hi,

I was just looking for a layout option so that the frontend profile displays 2 columns with basic informations on the left and custom field group on the right for example. At the moment we can only chose between 2 different views and field styles, but i have the feeling there is something missing to this incredibly flexible extension.

Here is a test page on my website : http://arena-esport.com/index.php/easyprofile/Enzo please tell me if there is any simple solution to do it.

Regards,
References
  1. http://arena-esport.com/index.php/easyprofile/Enzo
Accepted Answer
admin Accepted Answer
Admin
Hi,
yes this is possible, try to add also this:

#profiletab0 fieldset:nth-child(odd):last-child{width:100%;}


so all code become

@media(min-width:950px){
#profiletab0 fieldset legend{box-sizing:border-box;}
#profiletab0{ font-size:0px }
#profiletab0 fieldset{display:inline-block;width:49%;vertical-align:top;box-sizing:border-box; font-size:15px;margin-top:0px;}
#profiletab0 fieldset:nth-child(odd){margin-right:2%}
#profiletab0 fieldset:nth-child(odd):last-child{width:100%;}
}
  1. more than a month ago
  2. Features Request
  3. # Permalink
admin Accepted Answer
Admin
Hi,
sorry for late reply, it's a weekend for us.

There are many ways to manage this, for example:
- CSS
- Template Override

I think the most simplest way is to use CSS, for example try to add this CSS code in file /templates/yoo_stage/css/custom.css (see result in screenshot)

.jsn_profile fieldset{margin-left:400px;}
.jsn_profile #jsn_default{margin-left:0px;float:left}
@media(max-width:950px){
.jsn_profile fieldset{margin-left:0px;}
.jsn_profile #jsn_default{float:none}
}
Attachments (1)
  1. more than a month ago
  2. Features Request
  3. # 1
Arena Esport Accepted Answer
Pro
Hi,

this is exactly what I was talking about, thanks.

Sorry to bother you again, but what if I want that one group of fields out of two lands on the left, and the other ones on the right of the page ? Only having the main information on the left and the remaining ones on the right feels a bit unbalanced.

And if it's not possible to do it automatically, can you explain to me how I have to edit the code manually when I add a new field ?

Sorry for the inconvenience,
Thank you for your consideration,
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was a weekend for us :D

Can you explain me better your second question?
  1. more than a month ago
  2. Features Request
  3. # 3
Arena Esport Accepted Answer
Pro
Hi,

I think it will be clearer with an image.
  1. more than a month ago
  2. Features Request
  3. # 4
admin Accepted Answer
Admin
Hi,
you can use this code instead previous

@media(min-width:950px){
#profiletab0 fieldset legend{box-sizing:border-box;}
#profiletab0{ font-size:0px }
#profiletab0 fieldset{display:inline-block;width:49%;vertical-align:top;box-sizing:border-box; font-size:15px;margin-top:0px;}
#profiletab0 fieldset:nth-child(odd){margin-right:2%}
}


- #profiletab0 fieldset legend{box-sizing:border-box;} - this fix a problem with your title legends, you have applied 100% width, padding and border, so it will be 100%+padding+border wide. We recommend to add this general rule because this is a general problem (not Easy Profile only):
fieldset legend{box-sizing:border-box;}
  1. more than a month ago
  2. Features Request
  3. # 5
Arena Esport Accepted Answer
Pro
Awesome.

I guess there is no way for the last box to take fullwidth if there is an odd number of groups ? Otherwise nevermind.

Thank you again for your incredible work !
  1. more than a month ago
  2. Features Request
  3. # 6
Arena Esport Accepted Answer
Pro
You have answered to all my questions,

Thank you for your time !
  1. more than a month ago
  2. Features Request
  3. # 7
  • 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 Online

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.