tagDiv composer and mobile

Posted in: Newspaper
Post count: 12

Hi,
In the mobile version of the page, HOME PAGE /”LJUBIMCI” one category you cannot click (images and title links). I am sending Prt Scr of that part: https://www.screencast.com/t/2XRGa1anvUP

When plugin tagdiv is turn off, that part you can click again.

Please help

Post count: 20688

Hi,

It seems to be somehow specific to block 13, I have made some tests with other blocks in similar layouts and the issue is not happening. But as soon as a block 13 is placed in a three column layout it becomes unresponsive to any action.

I will pass this along to our developer team and they will investigate it as soon as possible. If I can provide you with a quick fix of any kind I will provide it in this topic. You could for the moment use a different block type. Sorry for the inconvenience.

Thanks

Post count: 12

Thank you, please let me know when you fix it.

Post count: 20688

You can try this quick fix, enter this code in Theme panel->Custom CSS

@media (max-width: 500px) {
.td_module_mx3 {
float: none;
}}

Then try using in a test page if possible to place the same blocks 13 in the same layout as before. Check if the problem is solved.

Post count: 12

I have added code, links and pictures are working on mobile, it is ok on mobile.
But at small screens there is a gap in one part, sending PRt scr (https://www.screencast.com/t/LaVasDtEw).

Post count: 20688

That happens because you have a limit of three posts per block, on smaller devices the block will display two modules per row. If you were to use 2 or 4 post limit value, then there will be an even number of posts displayed
https://www.screencast.com/t/imlIHD6jo

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.