Home Forums Retail Pro clicking doesnt work on mobile (homepage sliderbar)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13508
    Ilay
    Participant

    Hello,

    We are using the homepage slider widget with out images.
    On phone, Clicking it doesn’t work and doesn’t send us to the requested page.

    What can I do?

    link: https://boninstore.com

    #13509
    Ilay
    Participant

    “Place link on button only” – false. which means, wherever you click on the image it should send you to the page.

    #13512
    Andy
    Keymaster

    In the Top Bar widget area where you have put your telephone number, you have incorrect HTML so this is causing other issues with the rest of the page.

    You have written the telephone number with an opening <font> tag but no closing </font> tag, and an extra unwanted closing </a> tag, like this:

    <a target="_blank" rel="noopener" href="tel:0544845546"><font style="font-size: 20px;">054-484-5546</a></a>

    You should write it like this:

    <a target="_blank" rel="noopener" href="tel:0544845546"><font style="font-size: 20px;">054-484-5546</font></a>

    Or even better, like this:

    <a target="_blank" rel="noopener" href="tel:0544845546" style="font-size: 20px;">054-484-5546</a>

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘clicking doesnt work on mobile (homepage sliderbar)’ is closed to new replies.