|
Welcome,
Guest
|
|
|
I am making use of the external link to properties websites.
I have changed the general descrition to a static message for the link. How do I change the position of this link to appear in front where each property is displayed like the book now button with the new template? I would this external link also to appear once the property has been opened next to the photo of the property in the grey block where the property title, town, region and country is appearing. Can you please le tme know if this is something that I must change in your template or must this be changed in the Jomres files? |
|
|
|
This will require changes to the php files for property list and property header, and alos changes to the html files for the property list and property header. Basically, you have to build that output in the php files and display it in the templates.
You`ll have to search the Jomres forum for some examples on how to create output and display it in the templates. You can start here: forum.jomres.net/index.php?topic=2079.0 |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|
OK I have given this through to my developer who will have a look.
What I would like to change first is the way that the external link is displayed I want to add background colour and make the size 16. I have tried this in the composite_property_details.html in template editing but no luck nothing want to change. We have chaged the style here and even went as far as to create a jomres_button2 with changes in the css but still this is not working. Is the JE Capella that I installed overiding the original or why can we not see the changes. Please can you assist and tell us which html or css to change? |
|
|
|
First of all, if you want to use the external link feature wit JE Capella, you`ll have to add the following output to the composite_property_details.html template, located in /jomres/remote_plugins/je_capella/frontend/ (it`s not included by default):
<patTemplate:tmpl name="gallerylink" type="simpleCondition" requiredVars="gallerylink" unusedvars="nbsp"> {GALLERYLINK} </patTemplate:tmpl> After that, you`ll have to edit the html and add a div with a special css class, something like: <div class="special_class"> {GALLERYLINK} </div> Then, in the css, file of je capella, add a class something like: .special_class .a { background:#cc0000; (or whatever color + some other properties like font-sezi, etc) } I haven`t tested it...but this is the main idea. You can take it from here. |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|