OS Property support center

White Space - Can I add Static Text

  • Alan Sunderland
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 3 months ago #108874 by Alan Sunderland
White Space - Can I add Static Text was created by Alan Sunderland
Hi Dam,

I am using Theme 1 for my details template and because I have disabled a lot of the form options, there is a lot of white space.

I am pretty sure that I would need to add something here

com_osproperty/Templates/theme1/details.html.tpl.php

How would I add a paragraph here?

many thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #108909 by Mr. Dam
Replied by Mr. Dam on topic White Space - Can I add Static Text
Hi Alan,
Yes, you can add paragraph into the white space. And the file will be: details.html.tpl.php
You can add code below the div tags
<div class="<?php echo $bootstrapHelper->getClassMapping('span5'); ?>">
<div class="descriptionWrap">
...

Thanks
Dam
The following user(s) said Thank You: Alan Sunderland

Please Log in or Create an account to join the conversation.

  • Alan Sunderland
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 2 months ago #108932 by Alan Sunderland
Replied by Alan Sunderland on topic White Space - Can I add Static Text
Thank you Dam - incredibly useful...you have been very helpful

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #108948 by Mr. Dam
Replied by Mr. Dam on topic White Space - Can I add Static Text
You are welcome, Alan
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan