Swiper & Side Panel.

4 replies · opened Sep 18, 2017

MmreshaneSep 18, 2017

There is a few kind of things that i need you to help.

  1. Hide the swiper images when using mobile phone and change the swiper to image.

  2. The contact button below the footer how can i float it into my right just like in demo car, i tried to find the solution but i dont know where haha sorry for the trouble…

I dont want to use the side panel i want the contact button appear just like in demo car.

Thank you (Again) for the help & support, i dont know what to say but i really in loved with your html templates, all of them…

P/s: i didnt received emailed about the new update, is there any new update from last month?

tQ.

SSemicolon WebSTAFFSep 23, 2017

Hello,

Thanks for your Patience!

  1. You can simply use the following code to hide the Slider and Show a Static Image:

	

		

			...

		

	
  1. To be able to use the Floating Contact Me Button, you will also need to add the following CSS from the demos/car/car.css File in the css/custom.css File:
#contact-me {
	position: fixed;
	z-index: 299;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.gototop-active #contact-me {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

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.

MmreshaneOct 7, 2017

Thank you for the code!

  1. everything went smooth in mobile, but i have a little problem with the chrome issue when i try to "Restore Down" the browser sizes it is gone but when i click maximize it, the picture went back in but it get stuck somewhere, please look at the image i've sent you.

  2. The side panel is ok, everything went well, thank you again!

SSemicolon WebSTAFFOct 11, 2017

Hello,

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.

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