滑块按钮中的无效链接

时间:2019-02-18 18:32:31

标签: javascript php jquery slider

“ SAIBA MAIS”按钮应该指向链接,但是当它指向并用鼠标单击该按钮时,它将不起作用。

已经在滑块设置面板中尝试过校正。没有效果。

可以通过代码(CSS,HTML,PHP等)更正吗?

View button

主要代码行:

<!-- LAYER NR. 7 -->
		<a class="tp-caption rev-btn " 
 href="https://up2place.com.br/vitacheckout/agende-seu-checkup/" target="_self"			 id="slide-6-layer-6" 
			 data-x="['left','left','left','left']" data-hoffset="['32','26','306','138']" 
			 data-y="['top','top','top','top']" data-voffset="['518','488','473','225']" 
						data-width="157"
			data-height="none"
			data-whitespace="nowrap"
 
			data-type="button" 
			data-actions=''
			data-responsive_offset="on" 
			data-responsive="off"
			data-frames='[{"delay":9.8956298828125,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"},{"frame":"hover","speed":"0","ease":"Linear.easeNone","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgb(242,121,29);bg:rgba(255,255,255,1);bs:solid;bw:0 0 0 0;"}]'
			data-textAlign="['inherit','inherit','inherit','inherit']"
			data-paddingtop="[12,12,12,12]"
			data-paddingright="[35,35,35,35]"
			data-paddingbottom="[12,12,12,12]"
			data-paddingleft="[35,35,35,35]"

			style="z-index: 7; min-width: 157px; max-width: 157px; white-space: nowrap; font-size: 17px; line-height: 17px; font-weight: 500; color: rgba(255,255,255,1); letter-spacing: px;font-family:Roboto;background-color:rgb(236,157,54);border-color:rgba(0,0,0,1);outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:pointer;text-decoration: none;">SAIBA MAIS </a>
	</li>
</ul>
<div style="overflow:hidden;width:100%;height:100%;top:0px;left:0px;" class="tp-static-layers">

		<!-- LAYER NR. 8 -->

该页面的代码来源:https://up2place.com.br/vitacheckout/

1 个答案:

答案 0 :(得分:0)

您已经看到div.tp-static-layers,该按钮位于带有按钮的图层上。