Search:
				
			
			
				
					Search took 1.00 seconds.
						
			
		
		
		
		
			
			
				
					- 
	
	
		
		
		
			
				
					
						The dev team replied; 
 
 
 
 
 
- JOmark
					
				 
			 
		 
		
	 
 - 
	
	
		
		
		
			
				
					
						How to change the words / strings in your theme: 
 
1.extract your hirebee.zip. 
2.find the hirebee.pot file. 
3.edit the extension (pot) to po. 
4.open the po file with poedit (or any other similar...
					
				 
			 
		 
		
	 
 - 
	
	
		
		
		
			
				
					
						Actually I think this would be the full code so that the button only appears for Job Seekers not Listers: 
 
<?php if (!is_user_logged_in() || (is_user_logged_in() &&...
					
				 
			 
		 
		
	 
 - 
	
	
		
		
		
			
				
					
						Add this to your CSS 
 
dd.title { 
width: 390px !important; 
} 
dd.location { 
width: 70px !important; 
} 
dd.date { 
width: 60px !important;
					
				 
			 
		 
		
	 
 - 
	
	
		
		
		
			
				
					
						in includes/theme-support.php check these lines below. You may comment out or add another if statement. 
 
if ( 
		get_option('jr_resume_listing_visibility')=='public' 
		||...