1. dariuszcydejko
  2. General
  3. Saturday, April 04 2015, 03:13 PM
I'm having a title of the group on my website that I'd like to hide - "header picture". Does anybody know how to do that?

best,

Darius
References
  1. http://www.polandcampsite.com/all/profile/201?lang=en
dariuszcydejko Accepted Answer
I'd also like to format the picture as a header pic of the user instead of the avatar. when the title "header picture" name disappears I's like to have the header on entire width of the layout of the profile width, any tips how to do that?
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
sorry for late reply, it's a weekend for us :)

to hide "header picture" you can use a simple CSS, try to add this at your template style:
#jsn_header-picture legend{display:none;}


I'd also like to format the picture as a header pic of the user instead of the avatar. when the title "header picture" name disappears I's like to have the header on entire width of the layout of the profile width, any tips how to do that?
try to add also this CSS code:
#jsn_header-picture .header-1Label{display:none}
#jsn_header-picture .header-1Value{margin-left:0px;}
#jsn_header-picture .header-1Value img{width:100%;}
Attachments (1)
  1. more than a month ago
  2. General
  3. # 2
dariuszcydejko Accepted Answer
Thank you for that!

Do you have any idea how to make it possible to wrap text to the next line at mobile and iPad layouts?

When squeezing the browser to the minimum you can see that the lines with the contains are in the same line as the answers.

I'd like that the "answer" submitted by the user is being placed under the "contain". I hope you get what I mean.

Cheers.
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Hi,
you can manage this with CSS, the profile page is designed like the Joomla user profile page, HTML tags and classes are the same. So in your template missing some responsive rules.
  1. more than a month ago
  2. General
  3. # 4
dariuszcydejko Accepted Answer
hmmm but the website is responsive and the text is being formated when "squeezing" the browzer, but not in easy-profile extension.
  1. more than a month ago
  2. General
  3. # 5
admin Accepted Answer
Admin
Hi,
Easy Profile not apply any styles, it simply use same HTML model of Joomla User Profile Page, so responsive styles for this page should already be present in your template.
  1. more than a month ago
  2. General
  3. # 6
  • 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.