Remove category title in Big Grid 3 and Block 1

Posted in: Newspaper
Post count: 10

Hi,
I’m using Big Grid 3 and Block 1 on my website:

1. I want to remove the category title in the images.
2. Is it possible that the image(s) in Big grid 3 cover the whole area of the block.
3. Is it possible to also add the date in the 3 images on the right (just like the one on, the left)

The numbers in the screenshot reflect on the issue-number above.

null

Hope you can help me with these issues.

Thanks in advance and regards,
Steven Chiang.

Post count: 23312

Hi,

Please check our documentation for Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks.

Post count: 10

Hi Catalin,

Trying the fix now, will take some time.

Can you help me the other 2 issues please:

1. I want to remove the category title in the images.
3. Is it possible to also add the date in the 3 images on the right (just like the one on, the left)

Regards,
Steven.

Post count: 35449

Hi,

1. Category tag on modules/blocks -> Category tag on modules/blocks

3. In order to show the date you’ll need to add some code in theme files, for example big grid 1 you’ll need to add in td_module_mx6.php this code
<div class="td-module-meta-info">
<?php echo $this->get_date();?>
</div>

wp-content/themes/Newspaper/includes/modules/td_module_mx6.php
-> https://www.screencast.com/t/zFMXvcwz
-> https://www.screencast.com/t/UqRiqrlB0JB
Results -> https://www.screencast.com/t/6VzZQHNby

Here you can see all the blocks from what modules are build -> https://forum.tagdiv.com/theme-blocks-modules/

Thank you!

Post count: 10

Thank you Calin.

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