- 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
Hi,
You could select header style 10 for example, which has a centered logo like this
– https://www.screencast.com/t/6fGepKCcL
To make it similar to header style 3, you can enter this code in Theme panel->Custom CSS
– https://www.screencast.com/t/cJBYh9BjcLb
.td-header-style-10 #td-header-menu .sf-menu > li > a:after {
height: 100%;
z-index: -1;
}
.td-header-style-10 .td-header-main-menu {
background-color: #282828;
}
.td-header-style-10 .td-header-menu-wrap-full {
background-color: transparent !important;
}
.td-header-style-10 .td-header-gradient:before {
display: none;
}
.td-header-style-10 #td-header-menu {
display: block;
}
This could be a solution for what you are trying to achieve.
Thanks
Hello, after an update i have all the block that are converted in “text block” with code like [td_block_21 custom_title=”example” category_id=”5″]
what’s happened ? I have updated the theme but the problem persist.
thanks
regards
we slightly beat the block , now we faced another question . Please tell me how to reduce the font size . Screenshot 1 Screenshot 2
Warning: Illegal string offset ‘limit’ in /var/www/html/artenaserra.com.br/web/wp-content/themes/Newspaper/includes/shortcodes/td_block_big_grid_9.php on line 20
Hi,
My mobile menu is not working properly. It takes few minutes to actually have the mobile menu slide out. When first entered the page and click on the hamburger icon, it just zoomed out and does nothing.
I think the problem might be we have to remove these lines:
.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg’);
}
.white-popup-block:before {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg’);
}
If not, can you provide me a solution?
Thanks,
Tina
Hi Bodgan.
I’m using the theme v8.0 and want to use “Tagdiv Composer” i download ionMAG Free theme. In the ionMAG plugin folder i find:
td-blocks-red-pack.zip
td-categories-red-pack.zip
td-composer.zip
td-grids-red-pack.zip
td-header-styles-pack.zip
td-posts-red-pack.zip
td-smart-lists-red-pack.zip
plugins/td-social-counter.zip
What plugin i need to install?
Only td-composer.zip OR also the rest?
Thanks for reply!
The error only on homepage. I’m try to turn debug true and get this:
Notice: id was called incorrectly. Product properties should not be accessed directly. Backtrace: require('C:\wamp64\www\dev\wp\test\wp-blog-header.php'), require_once('C:\wamp64\www\dev\wp\test\wp-includes\template-loader.php'), include('C:\wamp64\www\dev\wp\test\wp-content\themes\Newspaper\page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_row->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_column->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, DHVCWooCommerce->dhvc_woo_products_shortcode, DHVCWooCommerce->_render_product_loop, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This message was added in versio in C:\wamp64\www\dev\wp\test\wp-includes\functions.php on line 4139
Hi,
Sorry about that, I though that this was about the latest articles, my mistake. That is a filtered block that displays related posts
– https://www.screencast.com/t/OEVn0qne
– https://www.screencast.com/t/gaodgo75q
Thanks
Hello thebackpackertravels,
Try the code below and place it in Theme Panel -> Custom CSS area.
The code is ->
.td_block_social_counter {
font-size: 15px;
}
Thanks for the message!
Hello nuuk,
When you edit a block, in Visual Composer or TD Composer at the Block Settings. Check the following documentation here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for the message!
Hi,
The related articles section displayed on the post page, will inherit the global block header style set in the theme panel
– https://www.screencast.com/t/gvvNvOqw9aJ
– https://www.screencast.com/t/APvhZ2Sos
The template set there in the theme panel will be overridden by the individual block settings, in the page edit screen
– https://www.screencast.com/t/DeoQV290MVb
And also by the settings in the widgets section
– https://www.screencast.com/t/zvdYiVRP
Thanks
Hi,
It seems to be coming from a plugin maybe, like Simple Custom CSS and JS
– https://www.screencast.com/t/NeFly3JE2
The code might be entered in the plugins custom code fields. The theme already has the options to use custom code, in the theme panel
– https://www.screencast.com/t/50nJkSwGR
I could give you another code to make the titles display on the homepage, if you cannot find the source of the one that hides them
– https://www.screencast.com/t/QheNUvrlp09
.home .entry-title {
display: block;
}
You must enter this code in Theme panel->Custom CSS section
– https://www.screencast.com/t/xtr71DskYx
Thanks
Hello nuuk,
Please check the block settings, Limit post number and set up your desired number, like this -> https://www.screencast.com/t/quOcqXBMG0l
Thanks.
Hello Matias,
You should try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-a-rec-id-sidebar{
display:none;
}
.single .td-a-rec-id-sidebar{
display:block;
}
.home .td-a-rec-id-custom_ad_2 {
display:none;
}
Thanks.
Hi, I would like to edit the “Header template” of related articles, passing by “Block Header 1 – Default” to “Block Header 9”.
How can I do? Thank you
Hello Alinadomino,
Try the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}
Thanks for the message!
I tried to change to TD Composer but the two composers are clashing hindering login. They had to login from the webhotel and disable one of them. It doesn´t matter what I´m doing TD Composer is not working. And something more happened after that….when you look at the page in a smartphone it shows the blockcodes….
Roger
Hello Bassinbrian,
I have inspected your website and I saw that you are using the Visual Composer 5.2. Why do you have updated this plugin? Notice that’s why you have errors with your blocks in the backend. Try to roll back to the 5.1.1 version of Visual Composer because the 5.2 version is not yet tested with the theme.
NOTE: Use only the plugin’s version which comes bundled with the theme core files!
Thanks for your understanding!
Hi,
Is it possible to limit the maximum number of posts for block 4?
Currently I decided to display all the items and most popular. I only want to see the first 12.
can you help me ?
Hi,
That probably happens due to the modifications. All the modules and blocks display the post title. I have inspected your homepage and there seems to be a code that hides all the titles on the homepage
– https://www.screencast.com/t/Rc9ESxsopoM
If that is not what you meant to achieve, you could remove that code and the titles will be displayed on all the blocks from the homepage.
Thanks
Hello Erythros,
Yes, it is possible to target specifics elements after ID or extra classes. For example, if you want to target the homepage, you should begin with .home class or if you want to target the posts, use the class .single. Also, if you want to be more specific you should use the post ID or page ID and also if you want to target a certain block you should add it a certain class from backend, like this -> https://www.screencast.com/t/XWWTabuT9v
Thanks for your understanding!
Help Please!
In the part where it is abbreviated, the title in the blocks is very short
screenshot

Hello debarup,
If you want to change the color of your blockquote, you can do it from Theme panel, like this -> https://www.screencast.com/t/D19szfK6tVBs Also, for changing the color hyperlink text, please use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
a{
color:red!important;
}
Thanks.
Hi,
By editing your page with the tagDiv composer editor, you can manage what the Big grid on top displays. There are many options to filter and sort the posts
– https://www.screencast.com/t/nsnW4NeMN
You can choose the category or categories from which the posts will be picked, exclude specific categories, set a sorting order for the posts etc.
This is a detailed guide about all the available block settings and options
– https://forum.tagdiv.com/block-settings-guide/
Thanks
