OS Property support center

title

  • Bosman
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 7 months ago #66925 by Bosman
title was created by Bosman
Hi Dam
I would like to change the titles h2, h3, etc.
And color.
I can not find the html and css files :(
Best regards
Daniel
Attachments:

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

More
8 years 7 months ago #66938 by Mr. Dam
Replied by Mr. Dam on topic title
Hi Bosman,
I advise you to use the Inspect Element tool of Firefox browser to find the CSS class names and files where you can change attributes of those tags
Thanks
Dam

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

  • Bosman
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 7 months ago #66957 by Bosman
Replied by Bosman on topic title
Hi Dam
Yes i know for the css file, for the color and so, but to change the h3, h5 (I 'd like to have h2 or other and not h3 or h5)
i must use filezilla to edit the good file but there are a lot of files and i don't find the good one.

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

  • Bosman
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 7 months ago #67026 by Bosman
Replied by Bosman on topic title
Hi Dam
I have found a solution for this problem but please see the attachments.
How to see "m²" on the frontend
How to change these items?
And how to see the titles on the frontend?
Thanks in advance
Daniel
Attachments:

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

  • Bosman
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 7 months ago #67405 by Bosman
Replied by Bosman on topic title
Hi
Do you recieve my last message?
I have found a solution for this problem but please see the attachments.
How to see "m²" on the frontend. ( in witch folder can i add one "echo"?)
How to change these items?
And how to see the titles on the frontend?
Thanks in advance
Daniel
please :( see the photos in my last message

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

More
8 years 7 months ago #67424 by Mr. Dam
Replied by Mr. Dam on topic title
Hi Bosman,
To add the "m2" after Square feet field, you can open file:
components > com_osproperty > templates > current_using_theme > details.html.tpl.php
Find
Code:
OSPHelper::showSquare($row->square_feet)

and change to
Code:
OSPHelper::showSquare($row->square_feet)." ".OSPHelper::showSquareSymbol()

Thanks
Dam

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

More
8 years 7 months ago #67425 by Mr. Dam
Replied by Mr. Dam on topic title
Hi,
The items that you mentioned in second picture are neighborhoods. They are fixed items, they are being stored in MySQL Table: #__osrs_neighborhoodname, they are store in language constants, for example: OS_SHOPPING_CENTER, and when OS Property shows the neighborhood names, we retrieve them from language files.
In language file, i have the language constants defined like:
OS_SHOPPING_CENTER="Shopping Center"
for English
Thanks
Dam

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

  • Bosman
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 7 months ago #67433 by Bosman
Replied by Bosman on topic title
I changed the file with filezilla, two different ways, but none works..
I have perhaps made a wrong syntax?
Attachments:

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

More
8 years 7 months ago #67452 by Mr. Dam
Replied by Mr. Dam on topic title
Hi Bosman,
Please submit ticket and send your site information with super admin account. I will check and solve the issue for you.
Thanks
Dam

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

Moderators: Mr. DamNguyen Phu Quan