1. dariuszcydejko
  2. General
  3. Thursday, March 20 2014, 09:31 PM
I need some help with customising my template as you visit the website http://www.nordicheartbeat.com/antor/index.php/en/component/jsn/ICELAND?Itemid=140
there is a profile of PROMOTE ICELAND.
I'd like to customise the template so that the fields are having a short distance between each other so that the text doesn't look so compact.
I'd also like to make the picture gallery in 2 columns and remove the name PICTURE 1,2,3,4,5 (only from the front end public, NOT back-end or restricted edit area)

Any idea where and how to make changes to customise the template?
References
  1. http://www.nordicheartbeat.com/antor/index.php/en/component/jsn/ICELAND?Itemid=140
Accepted Answer
admin Accepted Answer
Admin
You wrote:
{user alias_of_pic-1 displayed} {user alias_of_description-1 displayed}
correct is
{user pic-1 displayed} {user description-1 displayed}

try to see now, I have changed only the first pic
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
No problem,
tomorrow I will sed you a CSS code to do this.
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
add this code at the end of file /templates/protostar/css/template.css
.dl-horizontal dd{margin-bottom:15px;}
#jsn_picture-gallery .dl-horizontal dt{display:none;}
#jsn_picture-gallery .dl-horizontal dd {margin-left: 0px;width: 50%;float: left;box-sizing: border-box;padding: 10px;}


rows:
1 - Add margin to each field
2 - Hide Label in Pictures
3 - Style to display image in 2 columns
  1. more than a month ago
  2. General
  3. # 2
dariuszcydejko Accepted Answer
perfect thank you.
Do you think it would be possible to create a description under every picture as well that is styled the same way the pictures are?

I may have some other picture, Do you think it's better to "ask new question" or can I continue here?

Best,
D
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Yes, but with css not is simple.
you can do this:
- Hide on profiles pictures field
- Create text or textarea field for each picture (these are descriptions). hidden on profile
- Create delimeter field for each pictures visible on profile and hidden on edit profile with this code on descriptions
{user alias_of_picture1 displayed}
{user alias_of_description_of_picture1 displayed}

for more info about our content plugin read a documentation at https://www.easy-profile.com/docs/26-plugin-content.html

if you do this and if there a problem with template please let us know, we will help you.

Alternative:
you can create one delimeter for all pictures with the HTML code to create columns.
  1. more than a month ago
  2. General
  3. # 4
dariuszcydejko Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 5
  • 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.