- 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,
I’d like to know if it is possible to alter the individual post page layout to look similar to the Image/Header combo featured in Block 13. As of now it only gives that option for the list of posts but when you click on an article the only layouts available have either the title above the image and then the text below or the the title above the text but the image is enlarged (making it necessary to have certain quality and sized images). Could it be possible to have an article with the title/author/date below the image, above the text and for the image to not be blown up? Please let me know, thanks!
Кстати, как вы думаете избавлятся от разрыва (большой перенос появился между строками) в заголовках-названии товара в списке товаров? У меня такая же проблема.
Добавьте в Custom CSS:
(Add in в Custom CSS)
/* The Title of Woocommerce */
.woocommerce-loop-product__title{
line-height:20px!important;
}
Плюс в похожих товарах появилась плашка-подсветка под заголовком товаров – тоже не смог побороть.
I don’t know too.
Hello,
I have just tested this on my end but it works as expected. Are you sure you have any posts marked with the tags tag33 and tag55? Here is my example: https://www.screencast.com/t/ySz7m7VGMU
All the posts that have one of these 2 tags show up in the block. Please also chack your post sorting options as you may have selected a sorting option that requires an extra setting like the 7 days popular.
Thank you!
Hi,
Please make sure you are entering the correct tag slug – https://www.screencast.com/t/OKX0cJe9b and you have posts that are assigned the tags that you enter in the filter field. If there are no posts that have these tags there will be nothing to display in the block.
Thanks
Hi,
If you want to create your own module, here are some guides to help you do it, and an example
– https://forum.tagdiv.com/api-modules-introduction/
– https://forum.tagdiv.com/td_api_moduleadd/
– https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
The existing modules can be found here – https://www.screencast.com/t/xCw4hd8E
You could create you own if you do not find one of the predefined modules suited for your website, but this requires decent coding skills and could prove to be a difficult task. Or you could modify one of the existing modules the way you want directly, or through a child theme.
Thanks
Hi,
Please provide more details about this problem, and what exactly is preventing you from editing the blocks. We have no other reports or similar problems regarding using Visual composer on the Firefox browser.
The Visual composer provided in the theme package is tested and works properly on our end.
Thanks
Hello ImSoCute,
I have inspected your website and I saw that you are using a lot of untested plugins, as you can see here -> https://www.screencast.com/t/TWoST6Iy which can interact with your core theme and cause a lot of unknown issues, like this, sorry! Notice that we cannot provide support for untested plugins and before any deeper investigations at your backend, you should try the theme without using any untested plugins. Disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme core file and rule out any conflicting plugins. Please keep in mind that our theme works as expected with blockquotes and we do not have any bad reports in this regard, sorry! Also, we cannot inspect your website if you will not provide your credentials.
If your problem is still there after you have disabled all of your untested plugins and if you need more assistance in this regard, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your website.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hi,
The top menu is hidden on mobile, please try this code and it should display the menu on mobile devices
– https://www.screencast.com/t/JFTBMiLY
The code must be entered in Theme panel->Custom Css
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}}
Thanks
hello,
i have a problem in sidebar. i m not using smart sidebar. i m using widgets [tagdiv]block 6 in Newspaper defult sidebar.
Category filter: all categories
Filter by tag slug: tag33,tag55
when i go to preview it shows nothing. i have checked so many times. all filters are working except only tag.
kindly help me if i m doing any mistake.
here i m showing my setting.


Regards
Hello ImSoCute,
The block 16 uses more modules, depends on where exactly this block is used. If the block is used on sidebar, for example, is used the module_6 which do not have an excerpt and for the other sizes, is used the module mx_7 which has the Excerpt option and which can be found here -> https://www.screencast.com/t/o7DoOo3Tv
Pay attention with our modules/blocks.
Thanks for your understanding!
Hi,
You can modify or remove the “All” in the same settings screen
– https://www.screencast.com/t/HYYLP6mlDT
So you could just delete the text from there, and it will not display on the block.
Thanks
hello,
i have a problem in sidebar. i m not using smart sidebar. i m using widgets [tagdiv]block 6 in Newspaper defult sidebar.
Category filter: all categories
Filter by tag slug: tag33,tag55
when i go to preview it shows nothing. i have checked so many times. all filters are working except only tag.
kindly help me if i m doing any mistake.
Regards
Hi,
The color setting work like this.
If you have no other color selected for the heading background, the related articles and other blocks will grab the color from the theme accent color.
If you set a headers background color and text color, they will grab the color from there, not the theme accent anymore.
The related articles though does not grab the color as it has 2 colors. A black one for the non-active element and a white color for the active element.
If you want to change the color of the active element, please use this css code in the theme panel-> custm css box to change the related articles header text color:
.td_block_template_1 .td-related-title .td-cur-simple-item{
color: #ffcc00!important;
}
Thank you!
Hello,
This practice is not recommended (having all posts inside one big category) as you will loose the ability to filter them based on their category. It is best to have separate categories and filter separate categories on your blocks. The unique articles will not work with pagination.
The offset is used only if you filter the latest posts and the same category on all of the blocks. It will not work well with other sorting options except ‘latest posts’
When using a featured sorting option, there is no way of removing the post from the other blocks except the unique articles option.
Unfortunately there is no simple solution because the featured posts will show up in the block that sorts the category they belong to as well. The unique articles is the only option that can prevent this but it will not work with pagination. Sorry.
Thanks.
Hello,
If you can see the changes on the phone, but no on pc, then it is most likely the pc is the cause of your issues. Try it on a different machine. Try a laptop or tablet and see if the changes are there. Our theme does not influence the content you add to your site. It should be visible on all devices one a post is created and published. There is a possibility you sorted the blocks in a different way than on the mobile version. If you use the mobile theme, the most recent posts will always show up as the homepage gets converted to a predefined one: https://forum.tagdiv.com/the-mobile-theme/
Try to disable the mobile theme if you use it and check to see if the changes take place without it. If you cannot see the post on mobile as well without the mobile theme, then it;s the post sorting of your blocks that most likely cause the issue. This guide should help with the settings: https://forum.tagdiv.com/block-settings-guide/
I hope this helps.
Let us know how it goes.
Thank you!
Hello,
You probably did not enable the new thumbnail used for the big grid full 1. Please enable this thumb from the theme panel->block settings->thumbs on modules and blocks: https://www.screencast.com/t/wJidz8WmRUzw
Thank you!
The issue is because there is a Visual Composer related code present in your theme added by the theme author. You will have to get rid of it. I would advise you to do so with the help of theme author, otherwise you might loose the extra elements added by him. Once this is done, you can install the standalone plugin and it will work fine. Kindly check.
From VC Support
Hi,
There is no option to add blocks in the post content. However, you can try to use a do_shortcode to insert it
– https://www.screencast.com/t/MvdKju9Y58
You must edit the corresponding file to the post template that you are using. For example post template 2, you need to edit loop-single-2.php and insert the block you want in the post structure (below the related article section if that is what you want). Please note that this may not work properly, and cause unexpected results since blocks were not meant to be used in posts. You can try this solution and see if you can manage this, maybe with additional modifications.
This is the code used in the example
<?php echo do_shortcode ('[td_block_1]'); ?>
Thanks
Hi,
Up until now I had no Problem edititng blocks in Firefox. But it seems i can’t edit them anymore that’s unless I switch to edge or safari. Support from Visual Composer said to ask you how to solve this problem. I disabled every plugin I have. It doesn’t seem to be linked to one of them.
Website: igs.krantz.lu
I would like to have my featured images, similar to Post Style 7 but with the title/meta below the image so the text does not block the photo.
So, I would like to have this post with the text under the image in the post:
http://northendwaterfront.com/2017/05/24th-taste-north-end-fundraiser-fills-skating-rink-capacity/
Is that possible?
Thank you.
https://forum.tagdiv.com/topic/when-will-newspaper-be-compatible-with-php-7-1/
PHP 7.0 is compatible.
PHP 7.1 not yetFrom the next theme version we plan to add full compatibility with the latest version of PHP.
Hello,
1. You did not find any as no one use them because we have problem using them.
2. How are you going to inspect the problem without access to our backend? (you never asked for it).
3. I have created a test post on another domain for testing purposes where is the same problem. Please see screenshots in my previous post or here is the link: https://pokertexas.net/wywiady/test-blockquotes/
4. Do you have more efficient way of solving customers’ problems then this forum? It is going to takes ages this way.
Regards
This will probably happen this week or the next.
Any news about this?
This week?
Hi, I’m trying to set border around the grind/blocks, but the don’t reflect. After updating the settings refresh to default. See this screnshot; https://snag.gy/RhpWjr.jpg. Am i doing it right?
Hello Catalin,
Thank you for your answer, however I consulted documentation before I reported the issue.
1. I confirm I have selected ‘On Words’ Screenshot_1
2. There is no settings on Module 6 regarding excerpt length (just title lenght), however…
3. There are settings on Module MX7 regarding both title and excerpt length and also clearly shows td_block_16 on there. Screenshot_2
4. As I have mentioned in previous post It is possible to change title length by amending options on MX7 (which means I changing correct one) but it has no effect at all when changing ‘content length’
Edit: additional info:
I simply want to achieve this look: https://demo.tagdiv.com/newspaper/block-16/
Instead of what I have now: http://prntscr.com/f39pb9
Thanks for understanding.
-
This reply was modified 9 years by
ImSoCute. Reason: added additional info what I want to achieve