Thumbnails for retina, Header Style10, Experpts

Posted in: Newspaper
Post count: 24

Hi, I have some questions.

1. I am using Block21 and I would like to select retina display option for thumbnails in theme panel.
But there is no option for block 21 in theme panel. How could I set for that?

2. I am using Header style10 but I do not need the shadow under the menu bar. How could I delete it?

3. Is it possible to change experpt words depends on display size? I mean more specific.
For example Block11. If I change to smaller display size, the Block’s height will change.
Because thumbnails will be smaller and experts’s height will change to 1 paragraph to 2 paragraphs.
I don’t want to break my design that I make for normal display size when I change to smaller display size.
If I set experpts depends on height and width in item box, that would be wonderful.
I am so sorry for my bad explanation.

Thanks,

Post count: 23312

Hello Ken0929,

1)The Retina display is not available for module_16 or Block 21, sorry! If you want to implement it you should do it yourself because we cannot provide custom services at the moment, sorry! If you want to do this, you should edit the theme core file like td_panel_blcok_settings.php, where the panel settings are created. So, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you.
2)If you want to remove that shadow, you simply use a bit of CSS code to hide it. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-gradient:before{
display:none;
}

3)Unfortunately, our theme does not have any such an option for our Excerpts, sorry! All the available settings for this feature should be found here -> https://forum.tagdiv.com/excerpts-introduction/

Thanks for your understanding!

Post count: 24

Hello Catalin,

The code works well!

Thank you so much for your advise!

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