- 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
Hiya,
Below is a screenshot of the problem I am having. I recently moved hosts and since then my visual composer has stopped working. I have tried disabling plugins to resolve this problem. I have tried deleting and reinstalling visual composer.
In the past it brought up all the blocks to edit. In this case I want to edit the front home page blocks, but I cant, they no longer come up for me to edit.

Link to full sized image. https://i.imgur.com/GW2mY0z.png
I am adding a custom module and a custom block. I want to add in these a custom_field I have created. I could not find an existing function. can you help.
Open up the console and that was there:
was loaded over HTTPS, but requested an insecure script ‘http://api.tagdiv.com/user_translations/get_translation?callback=jsonpCallback&language_code=pt&_=1464400386052’. This request has been blocked; the content must be served over HTTPS.send @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:4
can you guys enable https?
I recommend letsencrypt.
If you’re using docker, with a nginx-proxy there’s even a docker for that:
https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion
Another thing thats going wrong is that if I try and do a “2 Column Block” like the block indicates it is… it only does 1 column.. I’ve tried switching the options to 3 columns etc and it still only shows 1.
I’m trying to build a custom homepage and I’m adding Blocks and they arent appearing as they should…
For example I’m trying to use “Big Grid 1” http://screencast.com/t/3H2gJUs5x and only 3 of the articles show, when 5 of them are supposed to show. If I click the arrow to move over, another 3 show…
(Yes I have more than 3 Articles)
I may have edited blocks in the theme (I was messing around) is there a way to restore all the default block settings etc without completely screwing up what I’ve already done to my website?
Instead of WP Super Cache, try https://wordpress.org/plugins/wp-fastest-cache/ and check on the minify options in the simple settings for WP Fastest Cache.
Worry about the render blocking after you’ve done some of the easier things. Currently there are over 106 requests going out to the server. The plugin should lower that number for you by combining files and getting rid of several other “optimizing” plugins currently active.
I want to use Block 3 with Infinite load… http://demo.tagdiv.com/newspaper/block-3/
I see it here, but… how do I get the codes to do that to paste into my wordpress site?
Hello
I currently have this code in the loop-single.php to show the same category articles.
<?php
$category_detail=get_the_category($td_mod_single->post->ID);//$post->ID
foreach($category_detail as $cd){
$cat_name = $cd->cat_ID;
}
echo do_shortcode('[vc_row][vc_column width="2/3"][td_block_13 category_id="' . $cat_name . '" limit=""][/vc_column][/vc_row]');
?>
How do I combine this code
<?php
$exclude_current_post = $td_mod_single->post->ID;
echo do_shortcode('[td_block_13 post_ids="'. -$exclude_current_post .'"]');
?>
So it won't get conflicted.
Thank you for your support.
Thanks for answer !!
1) Leverage browser caching: You mean i should put this code on .htaccess file ? http://prnt.sc/b968i7
02 ) As you said the Render its blocking javascript and css http://screencast.com/t/ilbp7Ug6XL So how i should fix it ??
Previously before updating to newspaper, i was using the technews demo, after the update there were new demos added. I uninstalled technews demo and imported recipe demo, after saving the recipe demo, my homepage visual composer still had the previous settings regarding the categories.
But recipe demo wasn’t showing, the homepage block contents properly, so i uninstalled the recipe demo and switched back to previous demo, still homepage blocks aren’t showing visual composer contents. But the backend editor shows different blocks.
How do I fix this?
how to create a title block like this http://www.screencast.com/t/EUPP8tgcO
Thanks, but I mean that are displayed on the main page in the blocks that are on one column.
Hi.
I am using smart list 6 on my website http://myformat.club/health/beauty/10-aktris-s-nestandartnoj-vneshnostyu-kotorye-stali-ikonami-stilya/
But I did not find in settings the option for the ad block insertion into the smart lists. And now I have to copy and past adsense blocks in every single smart list.
Is the a solution?
Hello,
I got custom post types workable, even showing up in blocks. There is one problem though: I have set the Category tag on in all blocks. This is working perfectly, but not on posts that are made with a custom post type. This post is set to a category, which is visible after opening the post. At that point the category tag is showing above the post as inteded. Any idea what I can change to achieve this?
Thannks
Hello,
The blockquotes font size can be changed from the theme panel: http://screencast.com/t/q4GIAaAA
Thank you!
Hello,
The fonts section of the theme panel offers options for every part of the website. You need to identify the parts of the site you want to change. For pages or categories, if you want to change the blocks and module fonts, you need to use these settings: http://screencast.com/t/NJndLshK You can see a list here of what block uses what module: http://screencast.com/t/uX6luQWb
Thank you!
Hello,
You can change the ALL name from block settings here: http://screencast.com/t/W0XIxgf5hu
Thank you!
Hello TagDiv team.
I want to change the language on the website in the category filter section block. exp, “all” to “semua”. Where can i find the settings?
thanks.
Hello. How can I change the font size in the Quote on blocks?
Hi,
Are you sure you applied every step from our guide?
1) Leverage browser caching: http://screencast.com/t/6D9hVHoTwj- http://screencast.com/t/73POoNuNMn
2) Improve server response time: https://developers.google.com/speed/docs/insights/Server
3) Render blocking javascript and css: http://screencast.com/t/ilbp7Ug6XL
Please check to see if speedbooster is active after you enable it and follow this topic to learn about speedbooster’s compatibility list for other plugins: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Also please try to disable any untested plugins. as plugins could also slow your site down.
4)image optimization: http://screencast.com/t/FByp3GN4UkT – http://screencast.com/t/aSJkSNAnRn
Nopne of the things I mentioned here are not done properly as they are still detected by google. please follow each step of the tutoprial proiperly and your tet results will increase. Here is what the theme will score if they are set properly: https://developers.google.com/speed/pagespeed/insights/?url=demo.tagdiv.com%2Fnewspaper&tab=mobile
You just need to improve your site a bit further.
Thank you!
Hello,
The block you pointed out is a block 23. That is how it displays on the ‘say what’ demo. Here is the default block 23 : http://demo.tagdiv.com/newspaper/block-23/
Hope this helps.
Thank you!
Hi,
Unfortunately the theme has no such options so that will not be an easy task as the blocks must be changed and conditions added to them to exclude the specific category only for mobile phones. You can replicate this method to apply to your blocks on the homepage if you have the proper coding skills: https://forum.tagdiv.com/topic/exclude-specific-category-from-big-grid-on-category-pages-and-mega-menu/
Thank you!
Hi,
I’m using the demo “say what” and I’m trying to do a post block like this
block 18 seems to be the closest, but that creates some odd semi-transparent empty stripe on the bottom of the image.
regards,
Yucca
Hi,
The blocks can be configured from block settings and a specific category can be set to it. Please try to filter just a specific category for a block or a sorting option to see if the block responds to the new settings. Also make sure you clear your cache as sometimes cache can affect any setting on your site.
You can also try to disable all plugins except visual composer, clear cache and reset cdn files in order to rule out a plugin conflict.
If you still have trouble with this, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect the issue.
Thank you!
