Essential Grid Linking issues

Hi,

I have followed all of the directions in https://theme.co/apex/forum/t/essential-grid-layer-hyper-linking/41081 but the soundcloud layer is not linking.

Any help is greatly appreciated

Thats

Brent

Hello Brent,

I have logged in to your site and edited your grid skin to make sure that the SoundCloud button is clickable without any obstruction. Please align it correctly if the position is not what you have in mind.

I noticed that some of the grid items do not have any SoundCloud link. I also edited your meta handling element and added # as the default link if you do not insert one.

Please check your site now.

Hi,

Thanks very much for your help

they look great on laptop/desktop but on mobile both the Facebook and souncloud links are not responsive.

any ideas?

Thanks,

Brent

Hello Brent,

Thanks for updating in! The grid item editor will only edit the element and have the styles as fixed. It does not have a responsive properties where it will adjust itself in smaller screens. This is the limitations of the grid skin editor.

If you want to adjust the size of the links, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media(max-width: 767px){
    a.eg-buchanan-current-element-8 {
        padding: 4px !important;
    }

    a.eg-buchanan-current-element-1 {
        padding: 8px !important;
    }
}

You can add your custom styling if necessary.

Hi Rue,

thanks for the info

that works great except the links in the mobile version of the grid no longer work

Any ideas?

thanks

brent

Hi Brent,

I check in mobile and the links seems to works.
Did you remove that code? Can you try adding it back so we can check in mobile why t is not working.

Thanks

Hi Paul,

I did not remove that code.

The links to The Soundcloud and Facebook Events are only working for some of the grid elements on my mobile device.

When using the dev mode in safari it does;t work at all.

Thanks,

Brent

I have just discovered that the mobile grid elements work on the events page but not on the home page. :confused:

Hello @Brent,

The space for your grid is too narrow which squeezed up the elements. It also resulted to that the layers of the grid skin overlapping on top of each other and this is why the SoundCloud link is no longer clickable in your homepage. Please adjust your grid or the container of your grid so that it will be wide enough for smaller screens.

Hope this helps.

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