- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
I understand. However, what Im asking you is a way to show two columns. Can you read our previous conversation with Catalln please and let me know?
// Any ‘non proper way’ alternatives? Like showing 1 block with two links? Can I add a text block that will include a table with two columns or something? //
Hello,
In order to create a whole new block to use in our theme you will require substantial coding skills. You will have to use the theme api system. Here is an example: https://forum.tagdiv.com/td_api_blockadd/
Please note that this is not covered by the theme support as it represents customization.
Thank you!
Well, our theme blocks and modules were designed to show posts only, not custom content. If you want to add custom content, you can use the visual composer elements that allow you to add images, videos or other elements on your site if you do not want posts.
Thank you!
Here is an example.
website : http://www.storypick.com/ (same theme as we are using)
Dimension : REctangle (single column)
Title : This Photographer Stands For Hours On A Bridge To Take Mesmerising Photos Of Vendors
Please suggest me which block should I used .
Please refer the evidence.
Hi,
Thanks for Quick reply and Support. How to configure Block 16 – on 1 column, Block 16 – on 2 columns and etc on page or share any document which will be helpful to me.
And also we want to use same layout which is there in demo page like “Block 16 – on 2 columns” on our home page. Please let us know how to do this and also find the demo link.
http://demo.tagdiv.com/newspaper/block-16/
Thanks in Advance.
Hello team,
How can I create a new template of a block ?
The result of the block will be something like that :

Thank you in advance,
Regards,
Hello themesic,
Please keep in mind that the only solution in this regard is to use the Block 15 which displays in 2 columns for mobile mode (not mobile theme), as you can see here -> http://screencast.com/t/AgTXOvdBeBv
Thanks for your understanding!
Any ‘non proper way’ alternatives? Like showing 1 block with two links? Can I add a text block that will include a table with two columns or something?
Hello,
Block 16 will show 3 posts only in a 2/3 +1/3 layout. On a single column it will show a single post and on full column it will show 5 posts like this page shows: http://demo.tagdiv.com/newspaper/block-16/ http://screencast.com/t/Bthij1HFHoL
Thank you!
Hello ki64qw3,
Please notice that the image caption was hidden for design reasons for post template style 3. You should try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-template-3 .td-post-header-holder .wp-caption-text {
display: block;
bottom: 5px;
right: 25px;
position:absolute;
color:white;
}
The result you should see here -> http://screencast.com/t/yUW4ww00
Thanks for the message!
Hello,
Our theme has no such option. A category cannot be shown inside a block and you cannot assign a featured image to a category in order to show it inside a block. Our theme modules and blocks were designed to show posts or pages or even custom post types, but not categories. You will have to find another solution to this maybe by using redirects: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Thank you!
Hi, I would like to ask how to remove post offset from block 15, because it start from offset post 6, so the block 15 will skip to display 6 latest post and only display 7th post in block 15.
I want to show the latest post listed/appear in block 15 like Big Grid 5 that showing all the latest post start from the latest one. Thank you.
Have a look my website for detail : http://yolotube.xyz
Hello weezyworld,
The color of header can be changed from your panel when editing the block, like this -> http://screencast.com/t/3O1nZSOuy4 You should check the Widgets section and from there you can change the color of your header and text.
Thanks for your understanding!
Hello,
In order to know where to edit the code you must first figure out what that element is. it is a block. Blocks use modules as 1 block is made out of 1 ore more modules. In order to figure out which module is that, you can either use the browser inspector or the theme panel category tag list here: http://screencast.com/t/CxcUgpioMHis
Once you identify the module used, you can edit it;s code. For example if I want to modify module 1’s category tag, I would access this file: http://screencast.com/t/tvijQiZJxeTy
You can then use css to target the category tag and position it properly (after you modify the code)
I’m not sure what you mean by replacing the date on the social share links…please provide more details to what social sharing options do you mean and what date are you referring to.
Thanks.
Hi,
Blocks Option is not working properly like we have selected to use Block16 3 column layout in page but in it shows page single column layout. Let us know how to fix this issue.
Hi
I’m wanting the header block to stretch out (not the actual content but rather just the coloured bars) to 100% width of the screen. See arrows here: http://prnt.sc/czh1qa
The content can stay the current width, but the coloured bars could do with stretching out.
Is this easily done?
Thanks
I can adjust the font for h4.block-title, but not the font color or line height.
Example:
http://ea1.a87.myftpupload.com/
“Runway Reporter”
h4.block-title {
font-family: agxlt;
font-weight: 200;
font-size: 50px;
}
I’ve been at it for about an hour now.
Any ideas?
I need show in category template (with category filter) some iframe with content of other website but i don’t know if this is possible. I like to select different iframes block depending of category type.
I was told how to edit block 15 via this thread https://forum.tagdiv.com/topic/need-to-edit-block-15/
Is this not how it can be done? Is there a fix to this without changing the edit made?
Hello,
Why when i create my custom post type i don’t have the layout setting like the default post type “article” of WordPress?
In my cutom post type i have only sidebar option, i don’t have post template, smart list and so on…..and why if i create my custo post and insert my category in the block, i dont’see the article?
Hello,
Yes, this is true. Our theme elements have common functions. They do not have separate functions for each element. The get_header function works on all modules and blocks in our theme. If you change this, it will affect multiple parts of the site, not just the related articles section. It can be done but you will need coding skills to pull it off.
An easy way to do it is to duplicate the function in td_module.php and name it get_title_custom and then replace the h tag to the one that you want.
Make sure to call the get_title from the td_module_related_post.php to the get_title_custom function.
Thanks.
Hello,
If you want to have a custom footer design we suggest choosing an empty footer style, like footer style 5 and add your own blocks in the widget section. You can customize their block settings and have them display the content that you choose to. The predefined content cannot be changed and content will not position properly if you add to it. That is why we suggest a custom layout if you do not want to have a predefined footer.
Thank you!
Hello,
You can add html to the post tiel like so: http://screencast.com/t/agUiOWdM – result: http://screencast.com/t/ncXZ0SIJg
This however will only work on posts. On modules and blocks the post title will ignore html.
Thank you!
If you want a customization badly, the correct path to take is to hire a freelancer to help out, but since we are good guys I will show you how to do it 🙂 keep in mind though that customization is not part of the theme support; we try to help out where we can.
OK, for the headers to be like on the cars demo you will have to use this css:
.block-title{
background-color: #f77b33!important;
}
.block-title > span{
background-color: #f77b33!important;
}
.td-subcat-filter .td-subcat-list a {
color: #fff;
This should bring you pretty close to the cars blog headers.
Thank you!