OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Again - Advertisement: Featured clicks and shows (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Again - Advertisement: Featured clicks and shows

dejansoftware (User)
Expert Boarder
Posts: 134
graphgraph
User Offline Click here to see the profile of this user
Re:Again - Advertisement: Featured clicks and shows 5 Years, 11 Months ago
Karma: 0  
Change in css file that you suggested didn't work.

However, we went to look for the solution and we found something that I would like to share with you:

In "modulesmod_realestatemanager_featuredtmpldefault.php we change next lines of code

Line: 61 - 64
----------------
this code
Code:

 
    else {
        $img='<a href="'.JRoute::_($link1, false).'" target="_self"> <img src="'.$imageURL.'" alt="'.$row->htitle.'" 
    border="0" style="height: '.$image_height.'px; width: 100%;" /></a>';
    }




we replace with this one:

Code:

 
    else {
        $img='<a href="'.JRoute::_($link1, false).'" target="_self"> <img src="'.$imageURL.'" alt="'.$row->htitle.'" 
    border="0" style="height: '.$image_height.'px; width: '.$container_image_width.'px;" /></a>';
    }



and, one more thing

Line:244

this code

Code:

 
 <div style="position:relative; display:inline-block; float:left; margin-right:15px; width: <?php echo $container_image_width.'px'?>;">



we replace with this one:

Code:

 
 <div style="position:relative; display:inline-block; float:left; margin-right:15px;">



Now Module works as I expected

I do have one question for you. Can you check if this change will be ok with all features in this module that we do not use now, but sometime in future we might use.

I just need confirmation that our fix is ok.

Thanks
Dejan
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:Again - Advertisement: Featured clicks and shows 5 Years, 11 Months ago
Karma: 101  
Dear Dejan

Excellent !

Thanks you !
Logged Logged
The administrator has disabled public write access.
Go to top
»