Column still not clickable

Hello,

I’ve followed this guide to make columns clickable:

However, this is not working on my website, can you please check what I have done wrong?

Each service column has a unique column ID (e.g. “seo-services”), I have also added this JS under Global JS

(function($){
 $(document).ready(function($) {
  $('#seo-services').append('<a class="column-link" href="/integrated-marketing/seo-services"></a>');
 });
})(jQuery);

And this CSS:

.x-column {
    position: relative;
}

.x-column > .column-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

Can you please help?

Hi Alessandro,

Thanks for reaching out.
You can select a tag as the Base Tag of the column and add the URL into the Link option as described in the given screenshot. It makes a column clickable.

Hope it helps.
Thanks

Thank you so much, super helpful!

The new version of the editor is super powerful, compliments to all of you!

Hi Alessandro,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.