Portfolio-filter on mobile

9 replies · opened Sep 10, 2016

AAbdullahQasmiSep 10, 2016

Hello. I'm using the portfolio-5 page on my Webpage. I have only 3 filter tags, namely Show All, Dimensional Equipments and Metallurgical Equipments. On a mobile device, the Show All and Dimensional Equipments appear in one line and Metallurgical equipments on another line. This looks very unpleasant on mobile device. Refer to the screenshot attached. Can I put all three in three different lines?
Thank you, awaiting response asap.

AAbdullahQasmiSep 11, 2016

Hello. How do I get the conditional form to work? The action links to a #, setting it to include/sendemail.php doesn't work as well. Please help.
Thank you in advance.

AAbdullahQasmiSep 12, 2016

Link to portfoliro-filter : kamaal.co/test-equipments.html
Link to conditional form : kamaal.co/careers.html

SSemicolon WebSTAFFSep 13, 2016

Hello,

  1. This is Definitely Possible, please use the following CSS Code:
.device-xxs .portfolio-filter li { width: 100%; }
  1. For the Condition Form, if you want to use the include/sendemail.php File to process the Form, then you will need to change the Form Input's name attributes to the proper values as in the Default Contact Forms. Use the HTML Code below replacing your Existing Conditional Form's Code for a Working Example:

	Conditional Quote Form

	

	

		

		
			Enter Name
			
		

		
			Enter Email
			
		

		
			Enter Website
			
		

		
			Select Amount in Dollars($)
			
				-- Select One --
				$500 to $1000
				$1000 to $1999
				$2000 to $3000
				$3000 to $5000
				more than $5000
			
		

		
			Enter Message
			
		

		
			
		

		
			Send Quote
		

	

Also, notice that we have enclosed the Form inside the .contact-widget Container to apply the AJAX Submission Functionality to this Condition Form and added a Blank DIV with the .contact-form-result Class to handle the Form Submission Notifications.

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

AAbdullahQasmiSep 15, 2016

Hello, thank you for the help.
Is there a default email php that would work with it instead of changing the sendemail.php?
Thank you.

AAbdullahQasmiSep 16, 2016

Why doesn't the file upload work on conditional form? Am I doing something wrong? Please Help.

Page link: kamaal.co/careers3.html

AAbdullahQasmiSep 16, 2016

Got it working.

SSemicolon WebSTAFFSep 16, 2016

Hello,

Really Glad that your issues were resolved. We were just about to Reply to your support Query. The solution was to add the enctype="multipart/form-data" Attribute to the <form> Tag.

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.

AAbdullahQasmiSep 17, 2016

Thank you for the response.

On the page kamaal.co/careers4.html, I have assigned the recaptcha. Even after validating, it says "Captcha not validated, please try again."

Can you please look into it and let me know the issue?

Thank you.

SSemicolon WebSTAFFSep 19, 2016

Hello,

Please make sure that you have added the reCaptcha Secret Key in the include/sendemail2.php File. This will automatically fix the issue.

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

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