- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- 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
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hello,
It is possible at tagDiv Blocks add and option on Category filter?
I Want on each article to get articles from same category!
Thanks a lot!
You would access that option by editing the page where those sub-headings appear. The screen shot I showed you is of the page builder (Visual Composer). If you had a developer build the site for you, I’d say he/she isn’t finished until that’s edited, but also that whoever setup your home page knows how to edit these block titles.

Can you please tell me where I can access the block section? I am accessing this from the url.com/wp-admin page. Where would I go on the dashboard?
Thank you!

Every block has this section boxed in green – the Block Title. That’s where you edit the sub-headings you’re talking about.
What code would be needed to make the first post in the block display a sticky post if there is one?
Thanks for the quick response.
How can I create other blocks if you need it?
Hi,
All blocks use this function, you can to modify that value but this will affect all blocks: http://screencast.com/t/1hmdyJfanU
Thanks!
Hi,
You use h1 title in a text block for this that’s why it doesn’t change the font: http://screencast.com/t/lAuOE2csPcV
That settings change the font only for titles that are directly add on the page like this one: http://screencast.com/t/LXbNIV6mg1 – http://screencast.com/t/EY4aO2qXogfW
You can create a custom css if you want to change the font for title that are in a Text block: http://screencast.com/t/2oJ9u1rl
Thanks!
Hi,
The author on blocks is hidden by default, please uncomment this line from modules: http://screencast.com/t/U3tIdOnq
Thanks!
Hi,
Using css you will only hide them and this will not reduce the number of requests to the server.
If you want to hide them please use this custom css: http://screencast.com/t/E4XuIhYN
.span4.column_container .td_mod3 img{
display: none;
}
.span4.column_container .td_mod3 .item-details {
margin-left: 0px;
}
Or you can delete this line from the module, but will affect all blocks that are using the module: http://screencast.com/t/DcdNaYYQUc
Also you will have to use css after that: http://screencast.com/t/iUd9Vx1Q
.span4.column_container .td_mod3 .item-details {
margin-left: 0px;
}
Thanks!
Alright, don’t kill me, but I really like three of the modifications they made to the theme.

The centered, high focus title text makes that grid looks a lot better than it already does.

The white overlay behind the title is a nice block option and compliments Block 13 well with a smaller version.

Having the title above the image and excerpt is a nice touch.
Shame on the dude for stealing the work, but I’ll be damned if he didn’t have a couple of good ideas though 😉
Hi,
If the script/stylesheets are already moved if don’t appear on desktop so for mobiles the test should be more rigorous that is why this notifications appear.
The js and css files are already moved to the footer so you don;t need to do it again.
I’m not sure what you could try to get rid of those errors, I suggest you try the recommendations from google insights:
* https://developers.google.com/speed/docs/insights/BlockingJS
* https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery
You can also try to find solutions for this online or search for other ways to remove the “render-blocking JavaScript and CSS” for mobiles.
Thanks
Hi,
Wordpress comes by default with a lot of queries, the theme modules-blocks-loading features and plugins add to that, combine them with a large traffic and you could easily hit 75k/hour. – http://wordpress.stackexchange.com/questions/154892/how-many-wordpress-sql-queries-per-page
If you use cache you can technically avoid this, but some of the queries (the ones which are done via javascript) are not caught by cache and if on page you have many items that load like that then the problem may still be there. In this case you could try to reduce the number of elements that load via js (Mega Menu, load more/infinite load, ajax pagination, plugin similar behaving widgets).
The alternative would be to upgrade to better hosting.
Thank you, Emil G.
Hi,
I will add this on our feature requests list and we will consider it for future updates, however we have almost 200 feature requests and we have to pick very carefully what we implement, if more people will request this we will consider it and do it.
You can replace the code provided to from td_ad_box with td_block_ad_box you can find here more info: https://forum.tagdiv.com/topic/how-do-i-add-ads-in-category/
Thanks for your suggestion!
Hi,
Sorry for the delay!
Please also make sure you empty cache as well and make sure the theme actually saves settings. The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file which I noticed you also get . Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned.
Hope this helps! Please let me know how it goes!
Thanks
Hi Chris,
If possible please wait a bit more until you modify the core of the theme (2 weeks – until we deliver the next update). We plan to bring another big update to the core of the theme and after that I hope we will have a stable core for at least half a year. We are also working to bring a new api that will allow developers to build a lot of nice stuff on top of the theme.
Here is a short description:
- the tgm plugin installer can be removed safely with the code under the require_once
- td_ads.php can be removed
- td_demo_site.php is used in the backend on the view that imports the content. That view will no longer work but I think the panel should work as normal.
- td_cake.php can be removed 🙂
- td_video_playlist_support.php + td_video_playlist_render.php – can be removed if you also delete the playlist shortcode td_block_video_youtube and td_block_video_vimeo in /includes/td_config.php – we will change this file in the next update to a new structure and I don’t have on this dev machine a old copy of the file
- in td_first_install.php, this line should remain in the theme: http://screencast.com/t/0Wxs8cejxYiE
- td_smart_list.php can be removed… but if you use a smart list it will give a fatal error. The part the calls the smart lists is here: http://screencast.com/t/yJoBHOMeC that should also be deleted
- td_login.php can also be removed
If you need more information please let me know
~ Radu O.
Hi,
The Big Grid like each block can be set to display posts from specific category: http://screencast.com/t/sfZ3vDmlU
It can’t display uncategorized posts if it is set to not display them.
Please provide your site URL so I can inspect this.
Thanks!
-
This reply was modified 11 years by
Lucian.
Hi,
Block13 use module 14 when is used on full width and for 2 columns layout, but in a single column it use module mx3: http://screencast.com/t/Rt0zOkETb
So you have to change the font for that module.
Thanks!
Hi,
Please add td-ss-row class to the row where you add the widgetisedsidebar: https://forum.tagdiv.com/topic/hitting-a-roadblock-to-achieve-infinite-scrolling-with-smart-sidebar/
Thanks!
Hi,
I’m not sure if I understant. If you want to show 3 posts on block8 like you have: http://screencast.com/t/w3ggt7hLIK
Just add reviews to those posts: http://screencast.com/t/LAIKHWaJ -see Screen options if you don’t have product review: http://screencast.com/t/UyOwqV574KXG
Result: http://screencast.com/t/NvgqlyjORrg
Please provide more details if this is not what you want.
Thanks!
Hi,
You can use Style 2 from block settings: http://screencast.com/t/3X4nAa6kYY
Or with custom css: http://screencast.com/t/wWmsMP8cxJL
.td_block_trending_now{
background: red;
}
Thanks!
Hi,
The code that you pasted here works, but it put the sidebar’s blocks in a Text Block:
http://screencast.com/t/Y9lYeUs39ALT
http://screencast.com/t/b35k0SbxY
http://screencast.com/t/qngfUIy4rQdo
Please delete the Text Block and add those blocks(ad box, block6 and block8) again using Visual Composer plugin.
Sorry again for inconvenience!
Thanks!
Hi,
Try to use this ID’s, inpect your page source, like this: http://screencast.com/t/5cpXIhxoPDxN and also use the function to inspect scripts presented at the second point under the “Remove render blocking css/js – using the TagDiv Speed Booster plugin (Advanced Users)” in the guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Make sure you do this right.
Thanks
Hi,
I try to Remove render blocking css/js According to the guide. https://forum.tagdiv.com/pagespeed-guide/
But that did not change anything for me. Errors still appear for Google.
Moreover, it made me a little trouble.
http://www.hayom.org.il/wp-content/uploads/2015/02/booster.php_.jpg
Hi tagdiv support team
I have used some blocks in sidebar as well as in footer widget area in http://www.wpdiv.com
How can i remove the post thumbnails to reduce the number of requests sent to the server?
http://oi57.tinypic.com/o7u0ck.jpg
Please help me