Hyperlink for Hover Box

Chrisnz
39 Posts
Chrisnz posted this 19 July 2015

The hyperlink for the hover box does not seem to work. I thought this would provide a usable link on touch screens especially

The hyperlink for the hover box does not seem to work. I thought this would provide a usable link on touch screens especially
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 20 July 2015

Hi,

The link in the Hover Box is working fine on the desktop, but I'm not sure how it is supposed to work on the mobile devices as long as the hover effect is not determined on the touch screens.
The only issue is that the cursor does not change to the pointer when hovering the box. I'll ask our developers about that.
Meanwhile you can add the following code in the Settings >> Additional CSS:

.bd-overSlide {
  cursor: pointer!important;
}

Sincerely,
Hella
BillionDigital Team

Hi, The link in the Hover Box is working fine on the desktop, but I'm not sure how it is supposed to work on the mobile devices as long as the hover effect is not determined on the touch screens. The only issue is that the cursor does not change to the pointer when hovering the box. I'll ask our developers about that. Meanwhile you can add the following code in the *Settings >> Additional CSS*: .bd-overSlide { cursor: pointer!important; } Sincerely, Hella BillionDigital Team
Chrisnz
39 Posts
Chrisnz posted this 20 July 2015

Is it possible to add a hyperlink to the non-hovered state so that at least the link can still work on a touch screen?

Is it possible to add a hyperlink to the non-hovered state so that at least the link can still work on a touch screen?
Support Team posted this 21 July 2015

Hi,

You can add an HTML control in the hover box background and insert this code in the HTML code:

<a href="http//:google.com" target="_blank"><p style="height:100%"></p></a>

Then use the mouse cursor to stretch the HTML control over the whole Hover Box area. Hope that helps.

Sincerely,
Hella
BillionDigital Team

Hi, You can add an HTML control in the hover box background and insert this code in the HTML code: <a href="http//:google.com" target="_blank"><p style="height:100%"></p></a> Then use the mouse cursor to stretch the HTML control over the whole Hover Box area. Hope that helps. Sincerely, Hella BillionDigital Team
Chrisnz
39 Posts
Chrisnz posted this 21 July 2015

That worked really well, thanks

That worked really well, thanks
Support Team
Support Team posted this 21 July 2015

You are welcome.
The issue with the cursor will be also fixed in the future updates.

Sincerely,
Hella
BillionDigital Team

You are welcome. The issue with the cursor will be also fixed in the future updates. Sincerely, Hella BillionDigital Team
You must log in or register to leave comments