• Kurser

    (@dunderkurser)


    The clickable box does not work on mobile, only on desktop.
    Please check out the box “Vecka 26 Fiskeb?cksbadet V?stra Fr?lunda”.

    I have added the following css:

    .gb-container.clickable-container a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    
    .gb-container.clickable-container .gb-inside-container {
        position: relative;
    }

    Also added:clickable-container to the box css. I also have a shadow and have made the box hover on computer.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support fernandoazarcon2

    (@fernandoazarcon2)

    Hi @dunderkurser,

    Tested “Vecka 26 Fiskeb?cksbadet V?stra Fr?lunda” multiple time on mobile and it seems to be working as expected from my end.

    Can you try clearing your mobile’s browser cache and see how it goes?

    Kindly let us know how it goes. ??

    Thread Starter Kurser

    (@dunderkurser)

    Hi,

    I just tried clearing the cache on multiple devices but still not working as desired.

    I can’t click anywhere in the box, only the headline “vecka 26” that is clickable. Can you please have another look?

    Plugin Support ying

    (@yingscarlett)

    Can you try change this CSS:

    .gb-container.clickable-container .gb-inside-container {
        position: relative;
    }

    to:

    .gb-container.clickable-container > .gb-inside-container {
        position: relative;
    }

    Let me know ??

    Thread Starter Kurser

    (@dunderkurser)

    Thank you, however still not working!

    Plugin Support Leo

    (@leohsiang)

    I’m not seeing Ying’s CSS being added.

    Can you disable your caching plugin so we can see the source?

    Thread Starter Kurser

    (@dunderkurser)

    Hi,

    I have disabled age caching plugin.
    Yings code is implemented but as I wrote not working on mobile.

    Look forward to your help!

    Plugin Support ying

    (@yingscarlett)

    I tested on my phone, the link works when clicking on anywhere of the box.

    The link text does got highlighted when click on the box, but that’s not something we can control, it depends on the browser Unfortuanly.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Clickable box on mobile not working’ is closed to new replies.