Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1175228

    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?

    #1175698

    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

    #1175700

    I am testing it on my mobile phone.

    #1175715

    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.

    #1176057

    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

    #1176124

    This code worked, thank you for your help.

    Greatly appreciated!

    #1176199

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.