The hyperlinks are not working in the testimonials element when the screen options are set to hide on all except very small screens (mobile).
I have tried a few different things trying to isolate the issue. here are the things I tried:
1. deselecting all of the hide options on screen options and it works on the desktop but not on the mobile phone.
2. removed the element from the color section and placed it on its own and it still doesn’t work on the mobile view but does on the desktop.
3. created a text block and used a hyperlink within the text block and it works on mobile.
How do I get the hyperlinks to work in the testimonials text section?
Hey Micheal0424,
Are you testing with mobile or you are using the debugger to check the results?
I think that the issue is coming up because of the debugger.
Best regards,
Basilis
I am testing it on my mobile phone.
If you believe this issue is being caused by the debugger what is the solution, I am not familiar with the debugger and how it would cause this issue.
Thank you.
Hi Micheal0424,
https://share.getcloudapp.com/8Luw6lWm There is the css preventing the links from working.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_mobile .avia-slider-testimonials {
pointer-events: initial;
}
If you need further assistance please let us know.
Best regards,
Victoria
This code worked, thank you for your help.
Greatly appreciated!