Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    This is a feature in our upcoming pro version.

    In the free version, you could:

    1. Add a custom class to your Container: my-linked-container
    2. Add a link to the content of your container.
    2. Add some CSS:

    .gb-container.my-linked-container .gb-inside-container {
        position: relative;
    }
    
    .gb-container.my-linked-container a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    Hope this helps ??

    Thread Starter Sahil Dadwal

    (@jack2020)

    not work

    Hi,

    not work

    It didn’t work because Tom’s steps 1 and 2 are necessary and it doesn’t seem applied to your site. You must do step 1 and 2 for the CSS to work.

    Thread Starter Sahil Dadwal

    (@jack2020)

    i’ll follow all steps but its not work

    step 1. screenshot

    step 2. ss

    Plugin Author Tom

    (@edge22)

    You need to add a link inside each container, or it won’t link anywhere.

    Once you add a link, it should work.

    Thread Starter Sahil Dadwal

    (@jack2020)

    Can u show me a demo. Bcoz seriously i don’t know how to do that. Please help

    Plugin Author Tom

    (@edge22)

    For example, add a button inside the Container and give it a link.

    Now the code above will take the link from that button, and use it as the entire container link. You can then hide the button with CSS if you’d like.

    Thread Starter Sahil Dadwal

    (@jack2020)

    Ok I’ll do that

    Thread Starter Sahil Dadwal

    (@jack2020)

    not work. so i’ll move on now. ??

    Plugin Author Tom

    (@edge22)

    No problem – feel free to report back if you decide to give it another shot.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘how to make clickable block’ is closed to new replies.