OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Help with edits/issues please (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Help with edits/issues please

emmabryce (User)
Junior Boarder
Posts: 39
graphgraph
User Offline Click here to see the profile of this user
Re:Help with edits/issues please 10 Years ago
Karma: 0  
My customer cannot upload their own JPG images. I can however upload any image except for theirs! Look at the home page www.jjproperty-services.co.uk/new_site - the main photo doesn't show yet uploads fine into the gallery. I have added my own jpg or png images and they upload and show fine. Can you look at this and tell me what is wrong with their photo!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Help with edits/issues please 10 Years ago
Karma: 101  
Hello,

Please for every new questions create new post !!! If you again write about new in this post - we will not reply !!

Please in file
{your site}/templates/os_world_property_october_2013/html/mod_realestatemanager_top_pro_j3/default.php

find row
Code:

                                    <a class="figure" href='<?php echo $link1;?>' 
                                        style="background:url(<?php echo $imageURL;?>) center no-repeat;
                                        height:<?php echo $cover_height;?>px;"> 


replace to
Code:

                                    <a class="figure" href='<?php echo $link1;?>' 
                                        style="background:url('<?php echo $imageURL;?>') center no-repeat;
                                        height:<?php echo $cover_height;?>px;"> 



thanks,
OrdaSoft team
Logged Logged
Last Edit: 2014/03/06 15:01 By admin.
The administrator has disabled public write access.
emmabryce (User)
Junior Boarder
Posts: 39
graphgraph
User Offline Click here to see the profile of this user
Re:Help with edits/issues please 10 Years ago
Karma: 0  
thanks that worked on the homepage but now look at the right hand side module you can see the image doesn't appear there www.jjproperty-services.co.uk/new_site/i...id=50&Itemid=155
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Help with edits/issues please 10 Years ago
Karma: 101  
Hello,

Please exactly in file:

{site}/templates/os_world_property_october_2013/html/mod_realestatemanager_new_pro_j3/alternative.php

find code

Code:

 <a class="img-polaroid" href='<?php echo sefRelToAbs( $link1 ); ?>' target='_self' style='height:<?php echo $coversize;?>px;
                        background:url(<?php echo $imageURL; ?>) center no-repeat;background-size:cover;display:block;border:4px solid white;'>



to

Code:

 <a class="img-polaroid" href='<?php echo sefRelToAbs( $link1 ); ?>' target='_self' style='height:<?php echo $coversize;?>px;
                        background:url("<?php echo $imageURL; ?>") center no-repeat;background-size:cover;display:block;border:4px solid white;'>



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
emmabryce (User)
Junior Boarder
Posts: 39
graphgraph
User Offline Click here to see the profile of this user
Re:Help with edits/issues please 10 Years ago
Karma: 0  
that only worked for the 'featured properties' at bottom - look on right of page, no images www.jjproperty-services.co.uk/new_site/i...id=50&Itemid=155
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Help with edits/issues please 10 Years ago
Karma: 101  
Hello,

Please again check path what we said

{site}/templates/os_world_property_october_2013/html/mod_realestatemanager_new_pro_j3/

also you may check all other modules layouts located at
{site}/templates/os_world_property_october_2013/html/

so like values you may see at so files:
com_vehiclemanager/alone_category/default.php:222:
mod_vehiclemanager_new_pro_j3/alternative.php:55:
mod_vehiclemanager_new_pro_j3/default.php:46:
mod_vehiclemanager_top_pro_j3/default.php:44:


Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»