- 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
Found the solution: it was due to Ad Block! It doesn’t block ads but show them in a weird way. Once disabled for that website, everything went back to normal. Hope it’ll help some other people.
Hi,
It seems that all the block pagination is doing the same. Even if you use the ajax filter on blocks, the posts that are filtered are redirecting to the homepage. That is not how the theme works by default.
I suggest that you deactivate all plugins except theme plugins, clear all caching next. Temporarily remove theme files modifications and code added in the theme panel. Also check your htaccess file for redirects.
Analyzing one of the posts links, on your website, this redirect chain is displayed
– https://www.screencast.com/t/Aynq9LJh
The theme will not redirect anything, so either this has been done in the htaccess, by a plugin or other redirect tools.
Thanks
Hi!
Its posible to use elements and blocks of TagDiv Composer in a Category page? How?
Thanks
Hi,
I’m trying to edit my website and finding some problems. I have four posts that were written before I bought the template. The images aren’t adjusting to the space. On the Grid they don’t fit the space, so I see a gray area, and on the block the images have different sizes. Where can I adjust this so they fill all the available space?
Thank you.
Hello Simion C.
Thanks for responding, that’s exactly what I wanted. However it is configured correctly in the places where you showed it but still gets the thumbnails of different sizes (even using the Regenerate Thumbnails plugin).
As you can see in the pictures below it seems that everything is alright. I’m trying to leave the same sized thumbnails in block 5


Do you know how I can solve it?
Hi,
The search link is not working, also the more from author link in posts is not working, block pagination, maybe others.
There seems to be a javascript error in the page. That is usually caused by plugins or code entered in the theme panel, theme files or child theme.
I see that all the links are opening inside a new tab, how exactly did you do that? try to temporarily remove the plugin or modification made and return to default. Maybe that is what is causing the links to not function correctly.
Thanks
Hi,
You can use ad boxes everywhere you want in the page structure. So you can place ads in the homepage where you want them to appear. If you mean like posts as in a block, that will not be possible.
The ads will be displayed as they are intended to by your ad provider, you can add titles to them however
– https://www.screencast.com/t/rBV3V0TceD
Rows can also be stretched to accommodate ads if needed
– https://www.screencast.com/t/iBxlUSsSmApC
So you can experiment with ads and layouts until you find the result you are satisfied with.
Thanks
Hi,
1. In some cases 500 errors were produced by insufficient resources, mainly WP memory. Increasing the limit fixed the errors.
2. Your ID works for me, with the same plugin used
– https://www.screencast.com/t/1x2qe9o5
Try clearing the cache plugin you have installed and also purge CDN cache if used.
3. That is the latest articles page template
– https://www.screencast.com/t/wXoH35F5uI5
The section of posts it displays at the bottom of the page has only numbered pagination. You could select a different page template for the page, then add at the bottom a block of your choosing. Blocks have infinite loading pagination
– https://forum.tagdiv.com/block-settings-guide/
4. The mobile theme may not work as intended or at all with the caching plugin you use. Caching plugins are the number one cause for mobile theme problems. We recommend the super cache which works properly with the mobile plugin. The mobile plugin is optional however.
6. The footer template you use has it’s own predefined widgets
– https://forum.tagdiv.com/footer-templates/
So your widgets will be displayed below them. Use empty footer templates to display only your desired widgets.
Thanks
Hi,
That is possible. Simply hide the respective element for the devices you want. Example to hide a block on desktop
– https://www.screencast.com/t/a5ZOGWtnjemV
– https://www.screencast.com/t/YHlsVRdzFDL
Thanks
Hi,
Yes there is, you can place an offset in the block with a value of 1
– https://forum.tagdiv.com/offset-feature/
Then the first post will be skipped, it will start from the second.
Thanks
Hi,
I don’t quite understand what the problem is. The theme has infinite loading for block pagination and also category pages, but you can choose a different form of pagination if you do not want infinite loading
– https://www.screencast.com/t/UxYi97CeRMhZ
– https://forum.tagdiv.com/block-settings-guide/
– https://www.screencast.com/t/GZlgbNsb
What exactly is happening on your website? Provide a link to your website if possible and details about where the problem is. If the website is not public, you can send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
Each module has a predefined thumbnail size that it will use. These sizes will be created if enabled in the theme panel.
Here you can see which modules each block or grid uses
– https://forum.tagdiv.com/theme-blocks-modules/
What template exactly are you editing? You cannot change the thumbnail size by modifying the module only.
You will also have to create a new thumbnail size, or modify an existing one
– https://www.screencast.com/t/VIlsRrMNRm
Then regenerate the thumbnails. Please correct me if I misunderstand something.
Thanks
Hello broinfo,
Sorry but the theme does not have any such an option that allows you to hide the post titles on the blocks but you can try using some custom CSS code for that. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-module-title{
display:none;
}
Thanks.
Hello
Please try to make a new post with the following code ->
[td_block_video_youtube playlist_title="" playlist_yt="dpma-J68Etc, lGApxPyjOzE, 45QBhq7sE7U, jhCPincElC4" playlist_auto_play="0"]
I have checked on my website and everything works as expected.
Thanks for the message!
Hi,
You could edit the block and modify it like this
– https://www.screencast.com/t/47gmF2DEM
Use the category IDs you want to exclude.
Or you could hide them with CSS, with a code. Example down below
– https://www.screencast.com/t/DII02arD
– https://www.screencast.com/t/Ez7D0H8iK
.td_block_popular_categories a[href*="travel"]{
display: none;
}
Thanks
Hi,
By a theme setting it is not possible. It could be possible if you use a plugin such as Adrotate, or maybe the ads could be hidden with CSS if you do not use Adsense only
– https://forum.tagdiv.com/topic/ad-blocks-ways-to-includeexclude-per-catagory/
I believe the AdRotate plugin has options such as the one you need, based on user feedback it works properly with the theme. Here is some documentation about it
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
Hi,
So you would like to display time ago in the module you created, the time difference. There are some topics with solutions you can try
– https://forum.tagdiv.com/topic/the-time-ago-in-block-3-is-correct-but-another-block-is-wrong-time/
– https://forum.tagdiv.com/topic/show-time-ago-views-and-share-under-all-content-when-public/
Thanks
Thanks. I think I didn´t explain correctly, but maybe there´s not solution either.
I use a grid for a category I only use when there is a VERY IMPORTANT news. If there is not an important news, there id no post at all in that category. ¿is there a way to not show that block or show it empty with minimal height? Thank you very much
Hi,
My site https://next.blue/en/ starts with a full screen rev slider that shows the latest post. If you scroll down you see “New on the site” built with tagdiv composer block 4 and sort by latest. Is it possible to show the latest posts, excluding the last one, because that one is already highlighted above by the full screen rev slider?
Thanks
hi can i disable topics(title) on blocks. if possible please tell me how to do it.
That happens because you have a limit of three posts per block, on smaller devices the block will display two modules per row. If you were to use 2 or 4 post limit value, then there will be an even number of posts displayed
– https://www.screencast.com/t/imlIHD6jo
Hi,
I have a weird issue whereby;
1. I can create a new post with a featured YouTube video that works perfectly
2. I can create a new post with a Vimeo Playlist that works perfectly
3. I can NOT create a new post with a YouTube playlist
4. All my previously created posts with YouTube playlists work perfectly
5. On inspection it seems that whilst I am adding info correctly into the YouTube playlist shortcode, when it comes to the HTML rendering there is no playlist data. For example;
Here’s a playlist shortcode and HTML from a previous post that works fine
Shortcode
[td_block_video_youtube playlist_title=”” playlist_yt=”dpma-J68Etc, lGApxPyjOzE, 45QBhq7sE7U, jhCPincElC4″ playlist_auto_play=”0″]
HTML
<div class=”td_block_wrap td_block_video_playlist”>
<div class=”td_uid_1_5b0d581b3b56c td_block_inner”>
<div class=”td_video_playlist_column_2″>
<div class=”td_wrapper_video_playlist”>
<div class=”td_wrapper_player td_wrapper_playlist_player_youtube” data-first-video=”dpma-J68Etc” data-autoplay=”0″><iframe id=”player_youtube_0″ frameborder=”0″ allowfullscreen=”1″ allow=”autoplay; encrypted-media” title=”YouTube video player” width=”100%” height=”100%” src=”https://www.youtube.com/embed/dpma-J68Etc?autoplay=0&enablejsapi=1&origin=http%3A%2F%2Ftwatr.com&widgetid=2″ style=”height: 391.5px;”></iframe></div>
<div class=”td_container_video_playlist “>
<div class=”td_video_controls_playlist_wrapper”>
<div class=”td_video_stop_play_control”></div>
<div class=”td_current_video_play_title_youtube td_video_title_playing”>Into The Universe With Stephen Hawking The Story of Everything</div>
<div class=”td_current_video_play_time_youtube td_video_time_playing”>01:26:35</div></div>
<div id=”td_youtube_playlist_video” class=”td_playlist_clickable “> <div class=”td_video_thumb”>
</div>
<div class=”td_video_title_and_time”>
<div class=”td_video_title”>Into The Universe With Stephen Hawking The Story of Everything</div>
<div class=”td_video_time”>01:26:35</div></div> <div class=”td_video_thumb”>
</div>
<div class=”td_video_title_and_time”>
<div class=”td_video_title”>Cosmology’s brightest star Stephen Hawking dies aged 76</div>
<div class=”td_video_time”>03:09</div></div> <div class=”td_video_thumb”>
</div>
<div class=”td_video_title_and_time”>
<div class=”td_video_title”>A Brief History of Time</div>
<div class=”td_video_time”>01:20:11</div></div> <div class=”td_video_thumb”>
</div>
<div class=”td_video_title_and_time”>
<div class=”td_video_title”>Hawking’s Space Travelling Dreams: Daily Planet</div>
<div class=”td_video_time”>02:36</div></div></div>
</div>
</div>
</div>
<script>;if (undefined === window.td_youtube_list_ids) {window.td_youtube_list_ids = {}};window.td_youtube_list_ids[‘td_dpma-J68Etc’] = {title:”Into The Universe With Stephen Hawking The Story of Everything”,time:”01:26:35″};window.td_youtube_list_ids[‘td_lGApxPyjOzE’] = {title:”Cosmology's brightest star Stephen Hawking dies aged 76″,time:”03:09″};window.td_youtube_list_ids[‘td_45QBhq7sE7U’] = {title:”A Brief History of Time”,time:”01:20:11″};window.td_youtube_list_ids[‘td_jhCPincElC4’] = {title:”Hawking's Space Travelling Dreams: Daily Planet”,time:”02:36″};</script></div></div>
If I create a new post with the exact same shortcode here is the HTML I get;
<div class=”td_block_wrap td_block_video_playlist”>
<div class=”td_uid_1_5b0d58bb4e5fd td_block_inner”>
<div class=”td_video_playlist_column_2″>
<div class=”td_wrapper_video_playlist”>
<div class=”td_wrapper_player td_wrapper_playlist_player_youtube” data-first-video=”” data-autoplay=”0″>
<div id=”player_youtube”></div>
</div>
<div class=”td_container_video_playlist “>
<div class=”td_video_controls_playlist_wrapper”>
<div class=”td_video_stop_play_control”></div>
<div class=”td_current_video_play_title_youtube td_video_title_playing”></div>
<div class=”td_current_video_play_time_youtube td_video_time_playing”></div></div>
<div id=”td_youtube_playlist_video” class=”td_playlist_clickable “></div>
</div>
</div>
</div>
<script>;if (undefined === window.td_youtube_list_ids) {window.td_youtube_list_ids = {}};</script></div></div>
Hi,
We will reply as soon as possible, please check the support hours and also note that there was no support on Monday (banner shown at top of forum).
Also please do not reply in your own topic after the initial post if possible, unless absolutely necessary. This will only renew the topic and delay the response, we answer from oldest to newest which is fair.
1. The tagDiv composer is the main page builder now, but you can not install it if you use WPBakery page builder. If you decide to use it, all the pages have to be recreated with it
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
2. The Twitter in the social counter had an issue, we provided an updated social counter plugin which should fix the Twitter count
– https://www.filedropper.com/showdownload.php/td-social-counter_1
3. There is infinite loading as block pagiantion
– https://forum.tagdiv.com/block-settings-tutorial/
Or for category pages, either in general or per/category
– https://www.screencast.com/t/7uXKzRXs3m
4. The mobile top grid will display featured posts
– https://forum.tagdiv.com/featured-posts-2/
– https://forum.tagdiv.com/the-mobile-theme/
Then a latest articles section will be shown. The mobile theme does not provide many settings or customization, it is meant to be kept as simple as possible.
5. You can display a page in the footer if you wish. This will be displayed on desktop only, if you use the mobile theme plugin. The mobile theme will not display it. Note that the mobile theme is optional, you can simply not use it. Then the same content from desktop will be shown.
We try to implement at least basic SEO in the theme code, settings for SEO do not exist in the theme however. You can use our recommended plugin, Yoast SEO plugin
– https://forum.tagdiv.com/facebook-share/
– https://yoast.com/wordpress-seo/
Thanks
Hi,
We will reply as soon as possible, please check the support hours and also note that there was no support on Monday (banner shown at top of forum). Also please do not reply in your own topic after the initial post, if possible. This will only delay the response, we answer from oldest to newest.
The theme will create thumbnails from featured images and also videos. It will not display the original image or video in blocks for example. Thumbnails have advantages, most notable would be page size. Instead of serving the original image resized, a cropped thumbnail is used.
These thumbnails will be displayed in blocks/modules/grids
– https://forum.tagdiv.com/theme-thumbs/
For each size is specified where it is used, you can disable the thumbnails sizes you are not using
– https://www.screencast.com/t/2yUReiQUkMY
Thanks
Hi
i am using td-api-plugin to create a new block in website, for i am looking to display and compare today’s date with post published date and also compare today’s with advance custom field date.
but i have no clue how to do it or all my attempt went with errors.
Also not able to fetch advanced custom filed date of each post
Could anyone help me to do so.
Thanks in advance