Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link within Excolo Slider area not work with Android device #37

Open
stefanoerrani opened this issue Jul 29, 2019 · 0 comments
Open

Link within Excolo Slider area not work with Android device #37

stefanoerrani opened this issue Jul 29, 2019 · 0 comments

Comments

@stefanoerrani
Copy link

stefanoerrani commented Jul 29, 2019

Good day.
I'm using the Excolo Slider on a web site and inside the image area I have inserted a text with link
this is the code:

<div class="container_12">
	<div id="preSliderA" class="grid_8">
		<div id="sliderA" class="slider">
		<%
			for (int n = 0; n < crmcc.getVLen(); n++) {
		%>
			<div style="background-image: url('<%=crmcc.getVFields(n, 0)%>'); background-repeat: no-repeat; background-size: 100% 100%;">
			<div class="testorotoimmob"><%=crmcc.getVFields(n, 1)%></div>
			<div class="bottonerotoimmob"><a href="<%=crmcc.getVFields(n, 2)%>"  class="testobottonerotoimmob">DETTAGLIO</a></div>
		</div>
		<%
			}
		%>
		</div>
	</div>
</div>

If I use the link "<a href="<%=crmcc.getVFields(n, 2)%>" ..." with pc I haven't problem, but with any browser on Android device the link not work.
I use the last version available of Excolo Slider.

Can I resolve the problem?

Best regards.

Stefano Errani

@stefanoerrani stefanoerrani changed the title Link within Excolo Slider Area non work with Android device Link within Excolo Slider area not work with Android device Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant