× 
    
        
                        
                Support  Online :
                 Mon - Fri / 08:00am - 05:00pm (GMT +7) 
            
         
        
            
                Your Time:  
                 
            
                Our Time:  
                 
        
     
 
							
	
				
	
	
		
			Forum  
					
				Community Forum - Public Access  
					
				Templates Discussion  
					
				Jux Real Estate - Hide address not working  
		
	 
	
	
		 
	
	
		
	
	
		
 
	
	
	
	
		
		
				
	
		
			
									
						Posts: 28					 
				
				
									
						Thank you received: 0					 
				
				
				
				
									
											 
				
				
				
									
						 
				
				
							 
		 
	 
		 
		
			
	
				10 years 7 months ago 		 - 10 years 7 months ago 		#2969 
		by Javier  
	 
	
		
			
			
				Hello, the option to hide address does not work. I have the Real Estate template on my site. But I have a problem with the function hide direction. It does not work. I tried this option enabled and disabling it, but I get nothing. Always shows the direction of the properties.
	costapremium.es/component/jux_real_estat...?catID=52&Itemid=101 
Thank You
Javier
			 
	 
	
	
		Last edit: 10 years 7 months ago  by 
Javier .			
			The topic has been locked.		
													 
	 
	
		
				
	
		
			
									
						Posts: 149					 
				
									
						Karma: 3					 
				
									
						Thank you received: 17					 
				
				
				
									
						 
				
									
											 
				
				
				
									
						 
				
				
							 
		 
	 
		 
		
			
	
				10 years 7 months ago 				#2982 
		by Tinh Nguyen  
	 
	
		
			
			
				Hello!
								 
	 
	
		The following user(s) said Thank You: 
Javier  	
			The topic has been locked.		
													 
	 
	
		
				
	
		
			
									
						Posts: 28					 
				
				
									
						Thank you received: 0					 
				
				
				
				
									
											 
				
				
				
									
						 
				
				
							 
		 
	 
		 
		
			
	
				10 years 7 months ago 				#2985 
		by Javier  
	 
	
			
	
		
			The topic has been locked.		
													 
	 
	
		
				
	
		
			
									
						Posts: 2165					 
				
									
						Karma: 37					 
				
									
						Thank you received: 201					 
				
				
				
									
						 
				
									
											 
				
				
				
									
						 
				
				
							 
		 
	 
		 
		
			
	
				10 years 7 months ago 		 - 10 years 7 months ago 		#3015 
		by Huyen Tran  
	 
	
		
			
			
				Dear tcin!
I fixed the error for you.
I deleted the following code php in file: realty.php
{site}/templates/jux_realestate/html/com_jux_real_estate/realty.php
<?php echo JText::_('COM_JUX_REAL_ESTATE_DETAILREALTY_ADDRESS'); ?> : <?php echo $item->street_num . ' ' . $item->address; ?> 
Then I replaced it by the following code:
<?php if($item->hide_address == '0'){
    echo JText::_('COM_JUX_REAL_ESTATE_DETAILREALTY_ADDRESS :');  
    echo $item->street_num . ' ' . $item->address; }
    else{ echo JText::_('COM_JUX_REAL_ESTATE_DETAILREALTY_ADDRESS :');}
?> 
Please check it again and feedback to us
Best Regards,
Huyen Tran			
					
Best Regards, 
				
								 
	 
	
	
		The following user(s) said Thank You: 
Javier  	
			The topic has been locked.		
													 
	 
	
		
				
	
		
			
									
						Posts: 28					 
				
				
									
						Thank you received: 0					 
				
				
				
				
									
											 
				
				
				
									
						 
				
				
							 
		 
	 
		 
		
			
	
				10 years 7 months ago 				#3021 
		by Javier  
	 
	
		
			
			
				Hi, thanks for the solution. Works fine.
								 
	 
			
	
		
			The topic has been locked.		
													 
	 
	
		
				
	
		
			
									
						Posts: 2165					 
				
									
						Karma: 37					 
				
									
						Thank you received: 201					 
				
				
				
									
						 
				
									
											 
				
				
				
									
						 
				
				
							 
		 
	 
		 
		
			
	
				10 years 7 months ago 				#3075 
		by Huyen Tran  
	 
	
		
			
			
				Dear tcin!
							
					
Best Regards, 
				
								 
	 
	
		The following user(s) said Thank You: 
Javier  	
			The topic has been locked.		
													 
	 
 
	
		
	
	
	
	
	
	
 	
		
			Forum  
					
				Community Forum - Public Access  
					
				Templates Discussion  
					
				Jux Real Estate - Hide address not working  
		
	 
	
	
	
		Time to create page: 0.096 seconds