- 
						iCagenda
			
		
- 
				iCagenda - English
				
			
- 
				[SOLVED] iCagenda E-Mail hidden
				
			
			
	
	
						[SOLVED] iCagenda E-Mail hidden		
	
	
	
		
	
	
	
	
	
		
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Auteur du sujet
											
- 
				Nouveau membre			
- 
				  
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 4					
- 
						Remerciements reçus 1					
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois		 -  il y a 1 an 7 mois		#18485
		par marcel_jenny@bluewin.ch
	
	
		
			
			
				When registering an event, the name, email and ticket are displayed. Is it possible to hide email?			
					 
	 
	
	
		Dernière édition: il y a 1 an 7 mois  par Lyr!C.		Raison: [SOLVED]	
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
- 
				  
- 
				Administrateur			
- 
				  
- 
				Lead Developer			
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 6868					
- 
						Remerciements reçus 615					
- 
											
- 
											
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois				#18486
		par 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)
.
	
				 
					 
	 
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Auteur du sujet
											
- 
				Nouveau membre			
- 
				  
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 4					
- 
						Remerciements reçus 1					
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois				#18487
		par 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			
					 
	 
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
- 
				  
- 
				Administrateur			
- 
				  
- 
				Lead Developer			
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 6868					
- 
						Remerciements reçus 615					
- 
											
- 
											
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois				#18488
		par 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)
.
	
				 
					 
	 
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Auteur du sujet
											
- 
				Nouveau membre			
- 
				  
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 4					
- 
						Remerciements reçus 1					
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois				#18489
		par 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			
					 
	 
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			marcel_jenny@bluewin.ch
		
- 
													Auteur du sujet
											
- 
				Nouveau membre			
- 
				  
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 4					
- 
						Remerciements reçus 1					
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois				#18490
		par marcel_jenny@bluewin.ch
	
	
		
			
			
				I found a way : #jform_email {display:none !important;}
regards Marcel			
					 
	 
	
		Les utilisateur(s) suivant ont remercié: Lyr!C 	
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
- 
				  
- 
				Administrateur			
- 
				  
- 
				Lead Developer			
		Réduire
		Plus d'informations
		
			
									- 
						Messages : 6868					
- 
						Remerciements reçus 615					
- 
											
- 
											
- 
											
- 
											
 
	 
		 
		
			
	
						il y a 1 an 7 mois				#18496
		par 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)
.
	
				 
					 
	 
			 Connexion  ou Créer un compte pour participer à la conversation.
	
		
			 		
													 
	 
 
	
		
	
	
	
	
	
	
 
	
		- 
						iCagenda
			
		
- 
				iCagenda - English
				
			
- 
				[SOLVED] iCagenda E-Mail hidden
				
			
		Temps de génération de la page : 0.051 secondes