- 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
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi, two quick questions regarding blocks.
1) Can I create my own custom blocks and register them to the available ones?
2) Can I define different block number depending on the screen dimensions? (tablet or phone or desktop). In other words if I can display lets say block 1 for a specified area when I am in desktop and block 2 when I am in phone.
Hi,
Please use this css code: http://screencast.com/t/GlwTVEUz28mt
@media(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}
}
Thanks!
Hi,
Please use this custom css: http://screencast.com/t/msttUAx5
.td-header-main-menu.td-affix .sf-menu {
display: block !important;
margin-left: 21px !important;
margin-right: 38px !important;
}
Thanks!
Hi, great themes!! Would like to know if somehow I can shows up the category name at homepage for my website for every single post. You can view it at http://www.buzzcapt.com .. I would like to enable it like the big slider title block. Is it possible to do that? Hope you can help me with it.
Thanks a mill!~
Hi,
Unfortunately blocks have only 3 types of pagination, that you find out. You have this of pagination for Latest Articles if you use “Pagebuilder + Latest Articles + Pagination” page template.
Thanks!
Hi, I searched the forum/documentation a lot and couldn’t find an answer to this. In the blocks that have the titles overlaid on the picture (Big Grid, Block 14, etc.) there is a shading gradient so the white post title text can be read. Unfortunately this really dulls down the pictures and makes them look dark. Especially when compared to a non shaded block like Block 5.
Is there a way to stop the gradient from going so far up the pic and just be behind the title or a way to just have a solid color background for the text?
thanks!
Brad
I try block 7.

Maybe try block 7 ?
Why Block 4 is 3 colum ? I need 2 colum.

I want is

hi again!
when i use this code… it hides the 3 slider columns but it leaves a gap between the big slider and the content block
@media (max-width: 767px){
.td-big-grid-post-1,.td-big-grid-post-2,.td-big-grid-post-3{
display: none !important;
}
}
what should I do? to fix it?
Hello, TagDiv,
Our VC doesn’t allow us to rearrange blocks. For example moving a Block 10 results in a js error:
Uncaught TypeError: Cannot read property 'length' of null
../wp-content/plugins/js_composer/assets/js/backend/composer-view.js?ver=4.3.4 line 570
The block container expands, but blocks cannot be re-arranged.
Thoughts?
Thanks — Patrick
Hi, how i can change page navigation from load more to 1,2,3,4 etc ?
I checked block 3 settings but there is no option for this..
http://prntscr.com/68x21q
website: http://beast.lt
thank you
Hi Lucian. The URL is http://www.podcasts.dk
User:User3, pass: user33.
Note how the different the samme images are handled as thumbs at the middle of the page, block 7 and block 16.
Working fine at block 7. Also problems with block 12. I have tried to renegerate thumbnails.
Hi,
@shoutershub You can’t add 2 sidebars to the Latest Articles if you use Page with Latest Articles.
But you can use this solution:
-set page template to Default and split the row like I said above: http://screencast.com/t/jDQQtAI9
-use a block with pagination to display Latest Articles: http://screencast.com/t/eNra5Ii2g – http://screencast.com/t/lMr0eIG40tjz – http://screencast.com/t/gwNnhhxccqQ
Result: http://screencast.com/t/dk6l0aG36
Hope this helps!
Hi,
The render blocking JavaScript and CSS notifications are solvable using the speed booster plugin and the guide you’ve mentioned (4-th point).
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
Regarding the second issue, that usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page.
I suggest you update the theme to the latest version and also update the speed booster plugin then let me know if you still have this issue.
Thanks
Hi,
Please try this custom css:
@media(max-width:479px){
.td_block_big_grid{
display: none;
}
}
Thanks!
Hi,
Block 10 use module 10, so please edit this module and add excerpt’s code like in modules that use it: http://screencast.com/t/It3HD7nD
Result: http://screencast.com/t/6y0lBHMrQ6O
Hope this helps!
Hi,
You can set block’s title color from here: http://screencast.com/t/yqwKQlIS
Result: http://screencast.com/t/qJi8yrme
But if you want set background to entire width of h4 you can use css code: http://screencast.com/t/2HVaoYUkFeQ1
.td_block1 .block-title{
background-color: red;
border-bottom: 2px solid black;
}
.td_block1 .block-title span{
background-color: red;
}
Hope this helps!
Hi,
If you use Homepage with articles you can create a custom sidebar: http://screencast.com/t/52yLvSn8I add widgets to it: http://screencast.com/t/tUjeCu0Z4
And use Widgetised Sidebar block to display it: http://screencast.com/t/pmxFUUAfLE
Result: http://screencast.com/t/sdJSfFcf
Thanks!
Hi,
Please try to add an extra class to that block(text block) that you are using: http://screencast.com/t/fQhD1Ye2O
And use css code to hide it on mobile in Theme Panel > Custom Css: http://screencast.com/t/awayBCam
@media(min-width:767px){
.author{
display: none;
}
}
You can also add an extra class to the column, if on block settings don’t have extra class field: http://screencast.com/t/mMyiDOZN4YZ and css to hide it.
Thanks!
In some of my modules, fx Module 16, the correct sized thumbnails are not shown.
However, I have checked in folder at server, and they correct size thumbnails to use in block 16 have actually been created, they are not just used by theme.
What might be the issue, I have also checked that thumbnail size for module 16 have been correctly set.
Hello,
I have a problem. I installed the WP Job Manager plugin and I cant see the ads in Internet Explorer and Firefox (you can check this out: http://dojczland.info/praca-w-niemczech/). There is an error: Uncaught ReferenceError: td_block is not defined
site.js?ver=4.5d:1224 Uncaught ReferenceError: td_ad_background_click_link is not defined
site.js?ver=4.5d:814 Uncaught ReferenceError: tds_more_articles_on_post_pages_distance_from_top is not defined
If anybody know how to fix it, I would be glad for an answer!
Best regards,
Adam
I would like block 10 to show excerpt of posts in it. how can i add this future?
Or first – which modules is block 10 made from? I checked this: https://forum.tagdiv.com/modules-and-blocks/ but there isn’t block 10 on the list…
In blok1, blok2, etc. you can set on the admin panel the background color of the title, but this is assigned to the a tag . I wish that were assigned to the background h4 tag so that it extends along the length of the block. Will you help me do this?
In the block can not be assigned a unique class so that I can give the background h4 with css?
Thanks Emil for the reply…
Could you please help me to solve this issue?? this is giving a really hard time….
I have two other issues that i would like to have your support.
1. Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 2 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
http://www.magscroll.com/…y-social-share-buttons.min.css?ver=2.0.3
http://fonts.googleapis.com/css?family=Roboto%3A400%2C700&ver=4.1.1
I tired this guide i am not sure what to do? as i am not so good with technical knowledge
https://forum.tagdiv.com/how-to-make-the-site-faster/
2. When I load the site it loads 3 – 4 times of different fonts before it actually loads the the font that i have selected for my website… i feel that it’s also taking time and making the site slower… is there any just to load one type of font which is selected from the backend?
Thanks!