Team members are not displayed correctly

4 replies · opened Feb 6, 2017

VvanikalapcievFeb 6, 2017

Hi.

I am using the 4 in a row display style for my team members. I am looping the information from the database. There are missing spots on random places thruout the list. In the attachmets there is a screenshot. Bellow is the code:

		

			

				

					
		prepare ( "SELECT * FROM clani WHERE status = 1 ORDER BY weight DESC" );
		$stmt->execute ();
		$members = $stmt->fetchAll ( PDO::FETCH_ASSOC );
		foreach ( $members as $member ) {
			$ime = $member ['ime'];
			$priimek = $member ['priimek'];
			$vloga = $member ['vloga'];
			$slika = $member ['slika'];
			
			?>
						

							
								
									
![attachment]()
">
								
								
									
										
										
									
								
							

						
	

					

					

				

			

		
SSemicolon WebSTAFFFeb 8, 2017

Hello,

We Really Apologize about the Inconvenience caused. Can you please provide us with a Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

SSemicolon WebSTAFFFeb 12, 2017

Hello,

Simply replace the following code:

with this:

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

VvanikalapcievFeb 23, 2017

It worked...thank you ;)

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard