- 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
Hello,
The block title style can be changed from the tagdiv composer: https://forum.tagdiv.com/block-settings-guide/
The color can be changed in the theme panel: https://www.screencast.com/t/kXQyEht7z
A block title can be removed if you do not type anything in the block title field when creating or editing a block.
As for the block meta info: https://www.screencast.com/t/galPz7r6Pa
Thank you!
Hi,
The theme will crop the thumbnails center top, this is considered the best overall method
– https://forum.tagdiv.com/featured-image/
You could try and use a module that uses a differ thumbnail size, and would display these images better
– https://forum.tagdiv.com/theme-thumbs/
Block types 2, 3 or 4 seems to display such images properly on one column
– https://www.screencast.com/t/GiE4ZnZQz7
Try different types of blocks, each module has it’s own thumbnail predefined size.
Thanks
Hi,
If you are referring to the block filtering, there are no options to sort the posts by taxonomy, only by custom post type
– https://forum.tagdiv.com/block-settings-tutorial/
To achieve something like this will require code modifications in the theme files. These are some similar topics that you could follow to try and implement something like that
– https://forum.tagdiv.com/topic/filter-blocks-by-custom-taxonomies/
– https://forum.tagdiv.com/topic/custom-taxonomy-or-custom-query-for-newspaper-blocks/
– https://forum.tagdiv.com/topic/how-to-add-taxonomy-filter-in-block-filter-settings/
Thanks
Need to customize header navigation. Here is some extra code. It would be great that a Main SUpport Forum Section Be Created Just for code like this.
#td-top-search{
display:none!important;
}
ul .children{
list-style-type:disc;
padding-left:20px!important;
}
ul .children{
list-style-type:square;
padding-left:20px!important;
}
.td-footer-container {
padding-top: 15px!important;
}
.sf-menu>li>a:hover{
background-color:
#001a3d!important;
color:white!important;
}
.sf-menu ul {
background: #d3d3d3!important;
}
.td-footer-container .td-footer-info {
margin-bottom: 10px;
}
.td-footer-container .td-footer-info {
margin-bottom: 5px;
}
.widget .block-title > span, .widget .block-title > a {
background-color: transparent;
}
.widget .block-title {
background-color: red;
display: block;
border-radius: 3px;
}
No it was with help here and I found it. What happens though is in the submenu the text gets highlighted blue and is underlined. I dont want that affect. I want the area when hovered to display a white background so it looks natural just like the main part of the3 navigation.
This was additional css if anyone ever needs it. I would recommend a section in the forum titled Additional CSS. The section should be pinned with what the css is styled for. This could be a great assett for all users.
#td-top-search{
display:none!important;
}
ul .children{
list-style-type:disc;
padding-left:20px!important;
}
ul .children{
list-style-type:square;
padding-left:20px!important;
}
.td-footer-container {
padding-top: 15px!important;
}
.sf-menu>li>a:hover{
background-color:
#001a3d!important;
color:white!important;
}
.sf-menu ul {
background: #d3d3d3!important;
}
.td-footer-container .td-footer-info {
margin-bottom: 10px;
}
.td-footer-container .td-footer-info {
margin-bottom: 5px;
}
.widget .block-title > span, .widget .block-title > a {
background-color: transparent;
}
.widget .block-title {
background-color: red;
display: block;
border-radius: 3px;
}
-
This reply was modified 8 years by
bformhals.
Hi,
This is unusual, the block title should have the color that you set when customizing the page with the composer
– https://www.screencast.com/t/3oqBQpjt
It seems there is an additional class that is applying on the title
– https://www.screencast.com/t/Z1OMYr7aoWVh
This could be the result of a plugin not functioning correctly, or miss-configured. I could give you a code as a quick fix, but you should identify what exactly is causing the issue. Deactivate all plugins except theme plugins as a test, and check if the problem is solved.
The fix would be this code, enter it in Theme panel->Custom CSS
– https://www.screencast.com/t/V49lzgTz
.block-title span{
background-color: transparent;
}
Thanks
Hi,
The category tags displayed on block modules have a predefined color, in the theme stylesheet. There is no option to change this color. However it could be changed with CSS.
A code like this will change the category tags background color and text color on the whole website for example
– https://www.screencast.com/t/NzsN4c15
You can change the colors to what you want, then enter the code in Theme panel->Custom CSS
.td-post-category {
background-color: red;
color:black;
}
Thanks
Hi can you help me with thumbnail images on my Blocks, I am trying to get the images of these coins in full view, as they are cut off at the edges, please click on this link for the snapshot: http://vards.net/our-services/
Thanks.
Gus
Hi,
I’m testing the theme at http://yyy.pl/kropka/ and I’m wondering whether the looks of boxes such as ‘Facebook’ or ‘NAJNOWSZE ARTYKUŁY’ could be somehow changed via ThemePanel (Custom CSS section?)?
Currently these boxes use black background with black bottom border and white text and I’d like them to look more like at http://zakupek.pl/ (grey background, blue top border, black text).
Thank you in advance for any help.
Hello,
The category tag on blocks will not grab the color of the category you set in the category settings. That is for posts only. On blocks, all of the category tags have the same color. You can only apply the color of the tag but it will affect all tags at once.
example:
.td-post-category, .td-meta-info-container .td-post-category{
background-color:Red
}
Thank you!
Hello,
Sorry but our theme is not compatible with RTL and we cannot provide any solutions in this regard. You will need coding skills to properly implement RTL with our theme. All of the theme modules and blocks and other theme elements have to be aligned to the new direction and it will be no easy task.
The logo and the menu will be the least of your problems. They are the easy part. You simply float them right with css.
Thank you!
Also check your host and htaccess for any blocked files. You can see them in your browser console when installing the demo. Ask your host for blocked theme files. Usually admin-ajax.php is being blocked due to many requests to it.
Thank you!
Hello,
Catalin meant to use the category id tag in the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello.
Our theme has a translation section where you cna translate all of the strigs that are not translated automatically by wordpress:
https://forum.tagdiv.com/loading-translations/
https://forum.tagdiv.com/customize-a-translation/
The blocks you mention can be filtered using our theme filtering system presented here: https://forum.tagdiv.com/block-settings-guide/
As for the video, it is a video playlist added through the page builder. Please use this guide: https://forum.tagdiv.com/video-playlist-2/
Thank you!
Hello,
1. In order to have the theme look like the demo, you will need a page builder. IF you do not have a page builder the content blocks will not work. The issues you are facing when using the page builder are probably because of the modifications or a simple plugin conflict.
2. The theme can only be used on a singele end product as the standard license specifies: https://themeforest.net/licenses/terms/regular
3. Sorry but we cannot provide any installation or customization services.
Thank you!
Hello,
-Yes you can switch from any demo to anyone you like.
– Our theme has a sorting option that allows to show just the posts from today but in a random sorting order. Please use this guide for filtering your blocks: https://forum.tagdiv.com/newsmag-block-settings-tutorial/
Thank you!
Hi,
Please note that the mega-menu is not intended to display like that. It would probably take some customization to make it display the way you want. You can use the browser inspector and identify the elements used and their classes, and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Something like this for example – https://www.screencast.com/t/taKiYgK3hN
You can further modify and perfect the code, then enter it in Theme panel->Custom CSS
.td_block_mega_menu .td_mega_menu_sub_cats {
float:right;
text-align:left;
}
Thanks
Great theme, and after 2 weeks I think I have answered most of my newbie questions!
A couple of things escape me though. On our newspaper theme site, below the ‘Must watch’ section on the righ hand side, there is a duplicate ‘follow us’ box and below it a ‘latest news’ box/ block which kind of duplicates the latest articles one to its left.
Try as I might I have not been able to remove or amend these boxes/ blocks. Even in TD Composer you cannot click on them, and whilst the Twitter account is linked for the ‘Follow us’ box at the top of the page, the one at the bottom below the ‘must see’ box remains in demo mode.
Ideally we would like to remove the second follow us box and amend the latest news to make it into a specific category.
Any one any ideas how we do this (apologies if it is relatively easy – as I said I’m a newbie!)
Thanks
Hi,
I badly need to add the Telegram channel icon/link to every social buttons block. Please advise how to make it the simplest way. Thanks on advance.
Hello
My site is http://www.snowsbest.com at the bottom of each block there is a prev/next arrow but it is in a feint grey and I want to change the colour to a darker grey almost black. I can change the colour of the prev/next arrow in the mega menu but I can’t find the way to change it on a block through tagdiv composer on the home page.
Any ideas please?
Rachael
@tagDiv: Why is td_block_text_with_title the only block that prints out such a message? It’s of no use! Instead, this block is the only one to add a heading – and only a heading -, which only works if this default message does not appear. Replacing it with or similar in the body is no option since it adds another paragraph and thus vertical space.
Therefore, please, please, remove this default message!!!
Hi,
The theme blocks and grids cannot be modified in that way. These elements are predefined in the theme, any change made to the way they display, may break them.
If by lower you mean to reduce the margin between the top 3 modules and the bottom modules, you could try to reduce the 10px margin set
– https://www.screencast.com/t/16ViZceirBB
Try a code like this – https://www.screencast.com/t/9zf9ryJdx
.td_block_big_grid_fl_7 .td_module_mx23 {
margin-bottom: 5px;
}
Thanks
Hello,
Please use this code to change the grey overlay with your preferred color:
.td_block_image_box .td-custom-image a:before{
background-color: add color code here;
}
Thank you!
Bogdan B
Hi,
Please set again you static page if you want to display tagdiv blocks to your homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
You can edit your homepage and configure any block using tagdiv composer – https://forum.tagdiv.com/tagdiv-composer-tutorial/ Please check also block settings tutorial – https://forum.tagdiv.com/block-settings-tutorial/
Thanks!
Hi,
You could use the offset feature, to make sure posts do not repeat in elements that share the same filtering
– https://forum.tagdiv.com/offset-feature/
Or use the unique articles feature
– https://forum.tagdiv.com/unique-articles/
Take note that the unique articles option should not be used if you have blocks with pagination, or any pagination on the page.
Thanks