- 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 ajax filter is added from the page builder. Please use this guide: https://forum.tagdiv.com/block-settings-guide/
Also the ajax filter on some block headers is hidden. Please select the block header style from the theme panel: https://www.screencast.com/t/DlyUYCZDlRQ
Thank you!
Hi,
Maybe the server does not meet the requirements for the level of load it currently has
– https://forum.tagdiv.com/requirements-for-newspaper/
Try to test while having no other plugins activated, except the ones provided with the theme. You should install this caching plugin with these settings
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also here you can find a guide to further improve the website
– https://forum.tagdiv.com/how-to-make-the-site-faster/
And maybe redesign your homepage using the tagDiv composer, and keep it as light as possible, like Bogdan suggested. Try using less block pagination, and ajax filters
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi Catalin, i just see one possible solution, but i need to know if you think it´s right and tell me how. I explain you
If i go to Pages-Homepage newspapper (Homepage) and in Visual composer open block2 settings, i see a filter like ‘post type’. Can I use this filter for example this way?
1-Post with no image i choose like ‘post template’ the style_7, no contain image on design
2-In visual composer, block2 settings, i choose style default or other, an so don´t show post template ‘style_7’
It´s possible that solution, in case yes, how write the only shows default style?
Thanks for your help
-
This reply was modified 9 years by
marcunix.
Hi,
It seems the theme is not creating the necessary thumbs for the gallery to display
– https://forum.tagdiv.com/gallery-2/
You could try to regenerate the thumbnails using this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also see the important note in the guide, and check if the server has the required GD library installed.
The slide gallery is not intended to be used on pages, only on posts. It may not work properly in this situation. On pages you can use elements from the tagDiv composer.
Thanks
Hello Kley,
If you move CSS to the footer, all of the styles will be loaded later and you will see each CSS re-write. In order to avoid this, you need coding knowledge and place your CSS styles directly in style.css and there is no way of adding it automatically. Alternatively, you can use speed booster and simply remove style.css from its files so it will not get moved at all but you still move other render blocks. As a hint, you can comment the line which moves the theme style to the footer from here -> https://www.screencast.com/t/QSGiwVyg6C
Hope this helps!
Thank you!
Hi,
After further inspection of the Full Big Grid, it seems that the modules are not displaying properly. An important class is not applying when it should, that is why the modules have a different look. I could give you a code to fix it, like this
– https://www.screencast.com/t/3OWW8Gv5uM
.td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 14%;
}
.td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 28%;
}
But this should apply and work as intended by default. Maybe the theme did not install properly, you could try a fresh install using this method
– https://forum.tagdiv.com/install-via-ftp/
Or you can just use the code from above if it is working for you as well.
Thanks
Hi
I would like to use the Exchange block with the Vietnamese currency (VND), but there’s no Vietnamese currency in your exchange block, can you add this currency please ?
Best regards
Under Newspaper > Theme Panel > Post Settings, then Default post templates (site wide):
I have selected default for the default site post template.
All other options in this page except the two boxes in Featured Images are turned off (for the purpose of testing).
I go to Posts and click Add New, then verify that the Post Template selected is “From Panel.”
In scrolling down, I notice that there’s a lot of stuff in my Visual Composer.
I go back up and select the Classic Editor and notice a bunch of short code on the page.
Without adding anything at all to the post, I click on Preview. What I see appears to be three columns of post previews. On the third column, a sidebar is covering the column with other content.
Clearly, I have something fouled up in the setup (and it was going so well).
No matter which template I select in the Post Settings panel, I still get three columns of post previews with the third column covered by a sidebar containing ads.
Here is the short code in case that helps:
[vc_row full_width="stretch_row" parallax="content-moving-fade" parallax_image="iii_td_pic_homepage_iii" el_class="td-travel-header"][vc_column][/vc_column][/vc_row][vc_row el_class="td-travel-features"][vc_column][td_block_5 custom_title="" sort="featured" limit="3"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_id="custom_ad_1" spot_title="- Advertisement -"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 custom_title="Trip ideas" category_id="" limit="3" td_ajax_filter_type="td_category_ids_filter" td_ajax_filter_ids="" td_ajax_preloading="preload" sort="random_posts"][vc_separator style="dashed" border_width="4"][vc_empty_space height="2px"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 custom_title="Travel guides" category_id="" limit="3" td_ajax_filter_type="td_category_ids_filter" td_ajax_filter_ids="" td_ajax_preloading="preload" sort="random_posts"][vc_separator style="dashed" border_width="4"][vc_empty_space height="2px"][/vc_column][/vc_row][vc_row][vc_column][td_block_5 custom_title="Latest from blog" limit="3" ajax_pagination="load_more"][/vc_column][/vc_row]
To make a normal post, I can delete the short code and start with a blank page. then and only then do I get a post that’s what I expect to see. I also notice that I can make other changes using the backend editor if I want to add to the content in some pretty significant ways.
Any thoughts would be appreciated as to why I can’t seem to control the default single view post template like the documentation says I should be able to do??
thanks,
Hello, Adrotator was not the solution. My problem was that the site is on a htpps server and the banner server was http. The browser blocked content not https. Thanks anyway!
That removes the Author’s name. I only want to remove the comment count from the author’s block on the author’s page here: http://e50.4da.myftpupload.com/author/audrey-woodhams/. For example, it says “3 Posts” and “O Comments” but I want to remove the “O Comments” item. How can I do this? Thanks!
Hello gh03083,
You should use the code below ->
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks.
Thanks for the reply.
I haven’t been using the tagdiv composer so I wasn’t using both at the same time.
I did a test page using the single image using tagdiv composer where the heigh settings work but the image isn’t responsive to different screen sizes, it just gets cut. Any settings I’m missing?
Going back to text block – I believe in tagdiv composer, its not column text.. When I tried adding an image and it did not go full width. The text did.
Sample here: https://rmn.ph/test-ad/
Hi,
Thank you for your appreciation.
1) I’m not sure how you want the big grid full to display on mobile. It is the same element if you do not use the mobile theme plugin. if so, then the page will get converted as mentioned here: https://forum.tagdiv.com/the-mobile-theme/
As for the tabs you mention on that site, they are present on desktop as well. They are not a mobile only element. Tit is a simple tab element under the grid that will show up on mobile as well as desktop.
2) Only the big grids get hover effects. Standard blocks do not have hover effects.
Thank you!
Hello,
There is no need as this issue will also happen on the previous version. It is not a theme version issue. It is a simple coincidence that it happened after the update. The calls to admin ajax are many because of the many complex elements you use on your site. Meaning lots of different blocks, modules with ajax pagination and ajax filters. This can cause quite a few requests on admin-ajax. In order to cuyt back on the calls, yopu need to use simpler blocks and not use pagination and ajax filters on all the blocks. Also try to not too use many different blocks on your site.
Thanks.
Hi,
The article titles in that widget (Recent Posts) inherit the theme global color set here
– https://www.screencast.com/t/iZU4TVGci5k
There is no options to change the article display in that widget, if I understand correctly what you mean.
You can also use a block in the sidebar, with the same name and with the sorting options and filters you want. And also customize it the way you want. More about the available block settings here
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
The font properties can be changed for the article title in the Big grid. You can do that in the Theme panel->Theme fonts->Modules MX and Other Blocks – Article Title
– https://www.screencast.com/t/NzmxZlJkvoV9
For the menu item, try removing it, and then add it again in the Appearance->Menu section. Add your category and make it a mega menu by selecting the desired category. More information here
– https://forum.tagdiv.com/mega-menu/
Thanks
Hi,
Please check if you have these thumbnails enabled in the theme panel
– https://www.screencast.com/t/lfgUM439
If they are not, please enable them. Then using this guide regenerate your thumbnails
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also take note of the requirement for the server side and see if the mentioned GD library is installed on the server.
Thanks
Hello Pavel,
Please notice that setting change only the Page Content which has manually add through your editor, like this -> https://www.screencast.com/t/urTV2CI2 Also, if you want to change the other fonts for the Block elements, you should change them from here -> https://www.screencast.com/t/VD2mj2xfI according to your module used by you.
Thanks for your understanding!
Hi,
The mentioned page editors have their own predefined elements and widgets that you can use. There is one for almost any purpose. Other widgets may not work properly and cannot be placed using these composers.
If you could provide a link to your website, I will try to give you a code that will make Block 9 display as you want. Then you will not need another plugin for this.
Thanks
Hello ilsa807,
2)Sorry, but the theme does not have any such an option for the social button on blocks! You should do it yourself or you can try finding a plugin which has this functionality and checks the results.
Thanks for your understanding!
Hi
Can you please tell how to reduce the white space between the two rows as shown here on http://www.womensgolf.com?

Here is the code for the page
[vc_row full_width="stretch_row_content td-stretch-content"][vc_column tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00OCIsIm1hcmdpbi1ib3R0b20iOiIwIiwiYm9yZGVyLXRvcC13aWR0aCI6IjAiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCJ9fQ=="][td_block_big_grid_fl_3][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00MCJ9fQ=="][vc_column][td_block_big_grid_fl_3 post_ids=”11893,11767, 12459″][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content"][vc_column tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCJ9fQ=="][td_block_big_grid_fl_4 tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00MCJ9fQ==”][/vc_column][/vc_row]
Thank you
Richard
http://www.womensgolf.com
Hello marcunix,
I have inspected your website and I saw that some posts do not have any such a featured images setup and that’s why you do not bring any images on your homepage in the block. Add your featured images for these posts, clear the caches and check the results. Should work as expected.
Thanks for your understanding!
I am having same problem after theme update to 8. The single image block in visual composer is not displaying correctly and the links don’t work when using it as well.
A work around that other people suggested is disabling TagDiv Composer. Then images will display properly that use the Single image block. The only problem is that post created/updated when plugin was active will not display any content.
I’m becoming quite disappointed with this theme. There are ALOT of issues happening for my site.
My tagdiv composer is not work on the home page- I click on it and it keeps showing the loading circle thingy. When I try to edit text in a block using the grids (again on the homepage but in the wordpress frame not the composer frame), I click on save changes and nothing happens. Ive been trying to edit all day ( see medcrunch.net). This is really really frustrating
I’ve done the following:
* We are not using the Yoast plug-in.
* Switched to a different header, as we are going to use a custom header
* Removed the most recent block shortcode that had been edited before the problem happened, saved file
* Replicated the problem in a different browser
* Looks like a Javascript/Ajax fail where you can’t click on a block to edit its options. By block I’m talking about a left column features block like “FASHIO AND TRENDS.