Hi. We’re currently using blocks 11 and 12 to show entries in our homepage; however, we don’t like how they display on mobile. We have then customised (with custom CSS code for mobile) the behaviour in order to match the style of block 4 on mobiles, to show all both the featured imagen and the excerpt full width:
/* Show block 11 and 12 as block 4 on mobile */
.td_block_11 .td-module-thumb .entry-thumb,
.td_block_12 .td-module-thumb .entry-thumb,
.td_block_11 .td-module-thumb,
.td_block_12 .td-module-thumb
{
width: 100%!important;
}
.td_block_11 .item-details,
.td_block_12 .item-details{
margin-left: 0;
}
.td_block_11 .td-module-thumb,
.td_block_12 .td-module-thumb {
position: relative;
}
.td_block_11 .td-excerpt,
.td_block_12 .td-excerpt {
display: block;
}
That works fine except that the image is not linked anymore to the post url. Why? Thank you for your support.
Hello DSLRMZ,
Please keep in mind that our theme has two possible ways to display the theme for mobile devices. Default mobile version which displays the same content of your website but structured and optimized for media queries for better results and another way is if you will use the Mobile theme. For more information about this, please check here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for your understanding!
Hi Catalin.
As I understand, the mobile theme is only available for the Newspaper theme, but not for the Newsmag one (the one we’re using). Anyway, the custom CSS code, is used to customize the mobile view, and the problem is that the images are no clickable anymore (links to the post url are removed). Could you please indicate us how to put back these links? Thank you.
Hello DSLRMZ,
First of all, please ensure that you are using the latest theme version and then, check your plugins list and if you are using some untested plugins, you should remove all of them because one of them might interact with the theme core files and causes a lot of unknown issues, like this. After this, if the problem is still there, I suggest you make a new clean install from scratch via FTP way and install only the required plugins, clear all the caches and check the results. Also, if you will need more assistance in this regard, you should provide your website URL for further investigations.
Hope this helps and let us know how it goes!
Thanks for the message!