- 
						iCagenda
			
		
- 
				iCagenda - English
				
			
- 
				[SOLVED] iCagenda E-Mail hidden
				
			
			
	
	
						[SOLVED] iCagenda E-Mail hidden		
	
	
	
		
	
	
	
	
	
		
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Topic Author
											
- 
				New Member			
- 
				  
		Less
		More
		
			
									- 
						Posts: 4					
- 
						Thank you received: 1					
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago		 -  1 year 7 months ago		#18485
		by marcel_jenny@bluewin.ch
	
	
		
			
			
				When registering an event, the name, email and ticket are displayed. Is it possible to hide email?			
					 
	 
	
	
		Last edit: 1 year 7 months ago  by Lyr!C.		Reason: [SOLVED]	
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
- 
				  
- 
				Administrator			
- 
				  
- 
				Lead Developer			
		Less
		More
		
			
									- 
						Posts: 6866					
- 
						Thank you received: 615					
- 
											
- 
											
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago				#18486
		by Lyr!C
	
	
		
			
			
				Hello,
Currently, no option for this (but in my todo list).
But it's possible with custom CSS.
First, you have to set the email as not-required in the global options > Registration tab.
Then, you can apply those custom css styles:
#jform_email-lbl, #jform_email, #jform_email-desc { display: none; }
Hope this helps?
Best regards,
Cyril
 			
					
					Latest version : iCagenda 3.9.14
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on 
	JED (Joomla Extensions Directory)
.
	
				 
					 
	 
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Topic Author
											
- 
				New Member			
- 
				  
		Less
		More
		
			
									- 
						Posts: 4					
- 
						Thank you received: 1					
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago				#18487
		by marcel_jenny@bluewin.ch
	
	
		
			
			
				Thanks for the quick reply.
Unfortunately, only the text “E-Mail” is no longer visible.
The box for entering the email address is still there.
Regards Marcel			
					 
	 
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
- 
				  
- 
				Administrator			
- 
				  
- 
				Lead Developer			
		Less
		More
		
			
									- 
						Posts: 6866					
- 
						Thank you received: 615					
- 
											
- 
											
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago				#18488
		by Lyr!C
	
	
		
			
			
				Could you provide an online link, as for me it works.
Thanks!
Cyril			
							
					
					Latest version : iCagenda 3.9.14
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on 
	JED (Joomla Extensions Directory)
.
	
				 
					 
	 
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Topic Author
											
- 
				New Member			
- 
				  
		Less
		More
		
			
									- 
						Posts: 4					
- 
						Thank you received: 1					
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago				#18489
		by marcel_jenny@bluewin.ch
	
	
		
			
			
				the problem is this value: #icagenda .uneditable-input {display: inline-block;} that comes before the #jform_email {display: none;}
how can I delete this command in CSS
Regard Marcel			
					 
	 
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Topic Author
											
- 
				New Member			
- 
				  
		Less
		More
		
			
									- 
						Posts: 4					
- 
						Thank you received: 1					
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago				#18490
		by marcel_jenny@bluewin.ch
	
	
		
			
			
				I found a way : #jform_email {display:none !important;}
regards Marcel			
					 
	 
	
		The following user(s) said Thank You: Lyr!C 	
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
- 
				  
- 
				Administrator			
- 
				  
- 
				Lead Developer			
		Less
		More
		
			
									- 
						Posts: 6866					
- 
						Thank you received: 615					
- 
											
- 
											
- 
											
- 
											
 
	 
		 
		
			
	
						1 year 7 months ago				#18496
		by Lyr!C
	
	
		
			
			
				Hello Marcel,
Ok, so you need the !important maybe because some other css styles are loaded after and forcing a different display. (in this case, the !important is needed)
Best regards,
Cyril			
							
					
					Latest version : iCagenda 3.9.14
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on 
	JED (Joomla Extensions Directory)
.
	
				 
					 
	 
			Please Log in  or Create an account to join the conversation.
	
		
			 		
													 
	 
 
	
		
	
	
	
	
	
	
 
	
		- 
						iCagenda
			
		
- 
				iCagenda - English
				
			
- 
				[SOLVED] iCagenda E-Mail hidden
				
			
		Time to create page: 0.045 seconds