Author and date on column modules

Posted in: Newspaper
Post count: 5

Hi,

I´ve tried the “Big Grid 8” module on the start page (same as here https://demo.tagdiv.com/newspaper_tech/). The one with different gradient colors.
Some of the module/blocks don´t show the (meta info) Author and Date. Why?
How can I solve this?

/Tomas

Post count: 35449

Hi,

That to be show Author and date you need to torn it on from theme panel; I will guide you to do this, first select Newspaper > theme panel > block settings > meta info on modules/blocks expand it and enable the meta you want to be seen in your page, then press the save settings button ( https://www.screencast.com/t/Sncx467Q77v ); after that the meta will appear on your blocks and modules.

Let me know how it’s work.

Thank you.

Post count: 5

Hi,
Yes they are active but still doesnt show up.
If you look at your demo page on https://demo.tagdiv.com/newspaper_tech/
You see that the 2 big blocks show Author and Date but not the 5 small ones.
Same on my page.

It seems to be “MODULE MX12” that the block setting dont apply to..

  • This reply was modified 7 years by tomc.
Post count: 35449

Hi,

If I understand correctly you want that meta to by show in all blocks and modules from that big block, that can be done just manually, you need to put this code in custom cod css (Newspaper > theme panel > custom code > custom css https://www.screencast.com/t/qI6j0I6s)
.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: block ;
}

see the results : https://www.screencast.com/t/0Y2XHUo53

Thank you.

Post count: 5

Thank you that worked.
Are the actually shown on all blocks but you need to find the CSS selector and show them with display:block?

Post count: 35449

Hi,

It’s work a most to all modules, but there are few modules that don’t have all data set in .td-module-meta-info .

Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.