Hello,
thank you for this great themes. I need some help.
1- I need help for the block excerpt. I want see short excerpt for my module. For example: http://www.savunmahatti.com/demo block title: ÖZEL HABERLER . I need change the expert lenght. how i change?
2- On my web site homepage i dont show the writer names in block how i remove writer names? (aka usernames)
3- I want add icon in block title for ex: http://thereview.ghostpool.com/ I try upload with css edit but it is very hard. How i add icon simple way?
Hi,
1. The excerpt length can be changed for each module in particular, in the theme panel
– https://forum.tagdiv.com/excerpts-introduction/
2. The author name displayed on modules can be disabled in the theme panel
– https://www.screencast.com/t/pF3Cf4ZawF
I see you already managed to find the setting.
3. I see you have added icons to the block titles as well, at the moment
– https://www.screencast.com/t/YG6ylW88Y1
Thanks
Hi thank you for your reply but add to block icon very hard to me. How i add or change to simple way?
And i want edit our slide area for mobile. Our mobile it looks like this: https://cdn.pbrd.co/images/GOI2329.png and I want you to look this https://cdn.pbrd.co/images/GOI3D6Q.png . Because I do not want our other slides to shift to the left, I want you to go down.
Hi,
I though the link you provided was your website, which already has icons in the block titles. There is a solution provided in this topic
– https://forum.tagdiv.com/topic/block-icon-awesome/
Or add the class of the Font awesome icons in the block custom class section
– https://www.screencast.com/t/gGt6VXoL
And use this custom CSS code in Theme panel->Custom CSS
– https://www.screencast.com/t/2OScNnhjWT2
.fa:before {
position: absolute;
left: 0;
top: 0;
height: 30px;
display: flex;
align-items: center;
width: 30px;
justify-content: center;
color: #fff;
z-index: 2;
}
.td-block-title-wrap .block-title .td-pulldown-size {
padding-left: 28px;
}
The theme blocks and grids are predefined elements, which will respond in a predefined way concerning responsiveness. The way the grid looks on mobile devices cannot be changed, there is no option to choose how the grid will look on mobile.
Thanks
Hi simon,
Thank you for your reply. I add module title icon but social media box module didn’t work. I try add to icon but module has broken.
Hi,
If you try it like shown there will be no damage to the block. Simply add the icons you want for each block and use the CSS provided
– https://www.screencast.com/t/adk3VHIC9
– https://www.screencast.com/t/4vnYPSsK
I have tested this for default block header template, if you use a different block header template, the CSS code might need some modifications.
Thanks
Hello i want use social media box block can you help me for css edit?
hi simon,
I want add to title icon in social media block.
example: https://cdn.pbrd.co/images/GQPoXPz.png
I try your icon methods but social media block don’t work. It’s breaking.
Hi,
Try adding this to the CSS code provided – https://www.screencast.com/t/yP7YenXhHA
font-family: FontAwesome;
It should work properly after adding the font family.
Thanks
Hi after try this css i don’t see any improvement.
Screenshot: https://cdn.pbrd.co/images/GQSbFTK.png
Hi,
Sorry for misunderstanding, indeed it seems the social counter elements breaks when adding the icon class. It is happening for me as well
– https://www.screencast.com/t/wvEskNARbhxI
This code should fix it – https://www.screencast.com/t/vRtTywg4B
.td_block_social_counter.fa {
display: block;
}
Thanks