- 
						iCagenda
			
		
 
					 
			- 
				iCagenda - English
				
			
 
					 
			- 
				[SOLVED] Height events in eventlist
				
			
 
		
	
			
	
	
						[SOLVED] Height events in eventlist		
	
	
	
		
	
	
	
	
	
		
		
				
		- 
			jowe3
		
 
							- 
				
									Autore della discussione
											 
		
		
					- 
				Utente bloccato			
 
		
					- 
				
			 
		
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 10					
 
				
				
									- 
						Ringraziamenti ricevuti 1					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 1 Mese fa		 -  13 Anni 4 Settimane fa		#813
		da jowe3
	
	
		
			
			
				Yesterday I updated iCagenda to 1.2.5.
Everything does well, except one thing: the height of the events in the eventlist is bigger than it was before the update (see image). Before the update the height of the events was as high as the squares with the date.
How can I restore this?			
					 
	 
	
	
		Ultima Modifica 13 Anni 4 Settimane fa  da jowe3.			
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
 
							- 
				
											 
		
		
					- 
				Administrator			
 
		
					- 
				
			 
		
					- 
				Lead Developer			
 
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 6868					
 
				
				
									- 
						Ringraziamenti ricevuti 615					
 
				
				
				
									- 
											
 
				
									- 
											
 
				
				
									- 
											
 
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 1 Mese fa				#821
		da Lyr!C
	
	
		
			
			
				Can you give me the link, so that i can have a look of css of your templates ? (i thonk, it's just one line in the css...)			
							
					
					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)
.
	
				 
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			jowe3
		
 
							- 
				
									Autore della discussione
											 
		
		
					- 
				Utente bloccato			
 
		
					- 
				
			 
		
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 10					
 
				
				
									- 
						Ringraziamenti ricevuti 1					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
	 
	
		
				
		- 
			Lyr!C
		
 
							- 
				
											 
		
		
					- 
				Administrator			
 
		
					- 
				
			 
		
					- 
				Lead Developer			
 
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 6868					
 
				
				
									- 
						Ringraziamenti ricevuti 615					
 
				
				
				
									- 
											
 
				
									- 
											
 
				
				
									- 
											
 
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 1 Mese fa				#827
		da Lyr!C
	
	
		
			
			
				It's because of your template that give a vertical-align:baseline to all your <></>
I've got simplify the default template to be more friendly with site templates and it is strange they have added a baseline for all tags...
The template iC-rounded in iCagenda will have no problems.  
So, you can add vertical-align in default_style.css
Add "
vertical-align:top" or "
vertical-align:middle"
#default .content {border: 0px; width: 100%; vertical-align:middle;} 			 
							
					
					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)
.
	
				 
					 
	 
	
		Ringraziano per il messaggio: jowe3 	
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			jowe3
		
 
							- 
				
									Autore della discussione
											 
		
		
					- 
				Utente bloccato			
 
		
					- 
				
			 
		
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 10					
 
				
				
									- 
						Ringraziamenti ricevuti 1					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 1 Mese fa				#861
		da jowe3
	
	
		
			
			
				Thanks, the height is perfect now!			
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			carib65
		
 
							- 
															
 
		
		
					- 
				New Member			
 
		
					- 
				
			 
		
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 5					
 
				
				
									- 
						Ringraziamenti ricevuti 0					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 3 Settimane fa				#1018
		da carib65
	
	
		
			
			
				Hi. This is also happening with the ic_rounded style on my page. The image float to the top. Is there a fix for this also?			
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
 
							- 
				
											 
		
		
					- 
				Administrator			
 
		
					- 
				
			 
		
					- 
				Lead Developer			
 
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 6868					
 
				
				
									- 
						Ringraziamenti ricevuti 615					
 
				
				
				
									- 
											
 
				
									- 
											
 
				
				
									- 
											
 
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 3 Settimane fa				#1019
		da Lyr!C
	
	
		
			
			
				
carib65 ha scritto: Hi. This is also happening with the ic_rounded style on my page. The image float to the top. Is there a fix for this also?
Have you got a link to see it (maybe i've already asked this elsewhere...)
If it the same problem as above, it is fixed in the next release 1.2.6 coming soon (i'm in the last testing, so maybe in 1 or 2 days, just one test to do)
			 
							
					
					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)
.
	
				 
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			carib65
		
 
							- 
															
 
		
		
					- 
				New Member			
 
		
					- 
				
			 
		
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 5					
 
				
				
									- 
						Ringraziamenti ricevuti 0					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 3 Settimane fa				#1020
		da carib65
	
	
		
			
			
				Thank you for the quick reply. Yes it is the same problem as the default layout.
I look forward to the next release. Again thank you.			
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			Lyr!C
		
 
							- 
				
											 
		
		
					- 
				Administrator			
 
		
					- 
				
			 
		
					- 
				Lead Developer			
 
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 6868					
 
				
				
									- 
						Ringraziamenti ricevuti 615					
 
				
				
				
									- 
											
 
				
									- 
											
 
				
				
									- 
											
 
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 3 Settimane fa				#1021
		da Lyr!C
	
	
		
			
			
				And if it's ok after updated to 1.2.6, call me back  
			 
							
					
					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)
.
	
				 
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
	
		
				
		- 
			carib65
		
 
							- 
															
 
		
		
					- 
				New Member			
 
		
					- 
				
			 
		
			
	
		Riduci
		Di più
		
			
									- 
						Messaggi: 5					
 
				
				
									- 
						Ringraziamenti ricevuti 0					
 
				
				
				
				
									- 
											
 
				
				
				
									- 
											
 
				
				
							
		 
	 
		 
		
			
	
						13 Anni 2 Settimane fa				#1098
		da carib65
	
	
		
			
			
				Hi Guys. Well I updated to version 2.6 and I'm still having the problem with the image moving to the top.
You can view the page @ 
callaloomagazine.com/events.
Please let me know if there is a fix for this			
 
					 
	 
			Si prega Accedi  o Crea un account a partecipare alla conversazione.
	
		
			 		
													 
	 
 
	
		
	
	
	
	
	
	
 
	
		- 
						iCagenda
			
		
 
					 
			- 
				iCagenda - English
				
			
 
					 
			- 
				[SOLVED] Height events in eventlist
				
			
 
		
	
	
	
	
		Tempo creazione pagina: 0.117 secondi