- 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
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/u9WxwSCEgWi
.td-pb-row .td_block_text_with_title .td_mod_wrap{
margin-bottom: 0px;
}
.td-pb-row iframe{
height: 681px!important;
}
Note that I’ve used .td-pb-row class to target the elements to avoid the style being applied on unwanted elements so this css will work only if you keep the smart-sidebar enabled.
Thanks!
I have done everything that is possible to reduce the page load speed. The render blocking js/css is the only thing that is holding back the google page speed. There is nothing left for me to do other than reduce the size of the css and JS files. I definitely understand the advantage of limiting the requests, but it wouldnt hurt to give us some options. I use the same blog theme on every page and im quite happy with this. the page size is the only issue i have left with this theme. i want to do every last thing i can to make it run better
Hello all,
If you want to display the top-bar menu on your mobile version, you have to use a bit of CSS code to dod that. Please try the code below and place it in Theme panel->Custom CSS area. Also, please notice that the mobile menu will remain with the same structure because this is the own design for the mobile version and cannot be changed to be displayed as on desktop version, because it is not a simple task and require more additional customizations that involve custom work.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}
Thank you for your understanding!
Hi
I’ve checked your site with google mobile friendly tool and noticed that is not fetched properly. Here you can see how google’s result when fetch your site: http://screencast.com/t/U4HBJK6dcP5 – https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fwww.tycoonzfitness.com%2F
I’ve also checked you robots.txt file and noticed that you’ve blocked some of site’s resources from being visited by online robots. This could affect the result from google so try to remove the restrictions then check your site again. You can find more detail about setting up robots.txt file here: http://www.robotstxt.org/robotstxt.html
I hope this helps.
Thanks!
Hi Bogdan,
I want to mention here you take too much time in replay. According to your reply, I have just test your theme demo http://demo.tagdiv.com/newspaper/, at the mentioned link. https://developers.google.com/speed/pagespeed/insights/
But the soooooooo many problems as was in case of mine. Both for mobile and desktop.
You can also check directly from the above mentioned link as I am not sending screenshot with this message. I am mentioning some issues that are same for all the websites that are using newspaper theme.
The most important that needs removal immediately.
- Eliminate render-blocking JavaScript and CSS in above-the-fold content
- Size tap targets appropriately
There are several others but I am just talking about these two because I don’t know how to tackle & go through with it. Where JavaScript and CSS going to block & what is meant by above-the-fold content? Which tap needs adjustments?
I am mentioning something about me that I am Electrical Engineer and I’ve purchased another domain http://www.tycoonzit.com/, I’d just thought to purchase newspaper again to use it for this site too. But these issues looking huge problem with the theme? If there is any solution then please provide us as soon as possible. Especially the first one needs immediate attention.
I’m not posting it somewhere or themeforest except here, also I don’t want to give -ve reviews about newspaper. As, I know that this stage required so much effort that you’r team and you had made.
If possible then replay in today’s time.
Seeking for reply.
Regards
-
This reply was modified 10 years by
Akif Hameed.
Hello bestword1,
This error -> http://screencast.com/t/XW2ZouO2hQe comes up in the search/block 21/module 16 when a post has no featured image set to it. This is the case because the search uses the default WP thumbnail. We are working on a fix for this and until we can implement it, you can use this workaround:
You need to edit td_config.php and add this code:
td_api_thumb::add('thumbnail',
array(
'name' => 'thumbnail',
'width' => 150,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Big grid 1, 3, 7 - small image'
)
)
);
It should look like so: http://screencast.com/t/RTkWKH6me
Basically, you are just adding another thumbnail to the list in between the existing ones. Then the error will not display anymore.
I recommend you to change the module for Search from Theme panel, like this -> http://screencast.com/t/I0AmPRbybZZN
Hope this helps and let us know how it goes!
Thank you for the message!
Hello gilean,
For your first request, please notice that this type of pagination is only available for post pagination, pagebuilder+latest articles page template and not for block pagination, sorry! For more information about this post pagination, please check our documentation here -> https://forum.tagdiv.com/posts-with-pagination/ If you want to change the structure of block pagination, please notice that is not a simple task and require additional customizations through code that involve custom work. If you want to display more levels in our theme and you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
For your second request, please notice that this is our mega menu feature and if you want to set it on your front page, please check our documentation here -> https://forum.tagdiv.com/mega-menu/
Thank you for the message!
Hello paolom83,
If you want to create your own custom Big Grid, as my colleague Bogdan said you above, you will have to use the API method for this implementation and all the steps which are needed to take in this regard are presented in our documentation here -> https://forum.tagdiv.com/the-theme-api/ -> https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ Also, please notice that this is not a simple task and addresses only for ADVANCED USER that have a solid knowledge of PHP/HTML/CSS/JS. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment and also, the API implementation is not covered by our support, sorry!
Usually, we recommend the developers from studio.envato.com.
Thank you for your understanding!
I can’t use that setup because my block setup is like this http://www.screencast.com/t/LqJxel4L
can I use the one that “related article – more from author” from the post page tab style on the homepage ?
http://www.screencast.com/t/4HVfI0Kzu
Hi
The theme don’t have any element similar with tabs but you can use try to use two blocks on 1/3 rows like here: http://screencast.com/t/08Q3rIQhSIh – http://screencast.com/t/kBiFdJNQrVjm
Let me know how it goes and if this is not what you mean please provide more details about what you’re trying to do.
Thanks!
I applied this http://screencast.com/t/RvqvczK4hiJ and popular past are work now.
then, can i disable this?
Hi,
I don’t know php so i am not able to understand how could it happen. Can you tell me step by step, and one more thing i don’t want to show all categories name, i just want a specify a single category name with their child category name in the block i used.
Hello VoZz,
Now I understand what you mean, sorry for my misunderstanding! Unfortunately, as you can see, this is the behaviour of the theme for smaller devices as the image size will be stretched with a bit of CSS (width 100%), even if the quality of the image was loaded in the bigger one. Please notice that is not a simple task to change the structure of this block and if you want to change this, is required to do some additional customizations through code in order to achieve as you wish. This was our developer decision. Also, we work hard further for new improvements and in near future update maybe our developers will find some solutions in this regard but we cannot say for sure the date when this will be available.
If you want to display more levels in our theme and you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
I am about to lose my mind… I have RSS feeds pulling in news, but images get TINY. I am sure its something easy,but cant figure it out.
So, the image is about 150 x 150,in upper left corner. silentmajority.news- i opened it for you to take a peek.
How can i get the images to fit the blocks?
Also,
The shortcode look normal on the homepage Homepage.
When I use that block shortcode into the single loop page, the layout look different with 3 columns instead 2 columns with medium thumbnails Single Post page
Hi,
I have tried using the shortcode to add the blocks into the single post layout loop-single.php.
It does work well but how do you make it corresponding to the category of that particular post.
Hey guys-
I’m using a few custom functions to manipulate the output of some posts. I’d like to able to target posts that use the smartlist format.
What do you suggest as the best way to do this?
Is there an identifier I can add to this code block (or some other workaround)?
if(is_single())
Thank you!
I have follow all steps on tutorial.
But, doesnt appears anythings
https://forum.tagdiv.com/newsmag-7-days-post-sorting/

I just found it your theme panel seems like bugs.
When i click Block Settings, background, etc not response. Is your theme compatible with WPML ?
Hi, how can do a pagination that shows the number of pages? i didn’t find any options in blocks, only load more, next previous and infinite loads.
http://s32.postimg.org/4oq28mrl1/Schermata_2016_05_03_alle_16_19_40.png
Hi,
Please provide more details about some server settings that could affect this, so we can also check it on our side.
Also do you use a cache plugin? Did you optimized your site using this guide? – https://forum.tagdiv.com/how-to-make-the-site-faster/
Please make sure you meet the theme server requirements – https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ and also check the System Status parameters – https://forum.tagdiv.com/system-status-parameters-guide/ especially the php memory.
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load). To improve the loading speed look the MySQL query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Please create your own topics as this one was created one year ago..
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
I disabled my plugings but everything continues as before. I only have: W3 Total Cache, WP Smush, Yoast SEO, Loginizer, Contact Form 7, tagDiv Social Counter, akismet and Poll, Quiz & List by OpinionStage.
Also I’ve discover a new problem with the youtube block. I’ll show you the image, the border is in the upper block (on PC browser is ok).
Example
my web
Thank you!
-
This reply was modified 10 years by
BrunoBerlanga.
-
This reply was modified 10 years by
BrunoBerlanga.
-
This reply was modified 10 years by
BrunoBerlanga.
Hello efaq,
I suppose that you are referring to this layout -> http://screencast.com/t/JOJcA0Rb9 Please notice that it can be done only from panel -> https://forum.tagdiv.com/topic/write-review-from/#post-37849
Please notice that this is the ajax filter from the block which is using on Sidebar. For more information about how you can change this option, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Also, please ensure that you have correctly followed the tutorial in order to achieve the same result as Travel Demo design. You can check and this topic here -> https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/
Thanks.
Hey Catalin,
Maybe I’m not explaining it the right way to you.
I’m not using a 700px image. I upload every image with a size of 1920 x 1080px. I understand that the theme makes different sizes images.
On the homepage I use block 4. The theme uses the 324x160px created images for this block. For bigger screens you have 3 posts next to eachother on regular sized screens. Looks perfect. For the smaller screens you get one post under another screen wide. This works perfect to.
Unless the screen is between about 400px and 750px. You still get one post under another screen wide, but because the theme uses the 324x160px created image, that small image has to cover a width of up to 750px on for example a tablet. And thats when it looks bad. And that’s what I want to fix.
Hi,
You can use this code:
@media (max-width:767px){
.td-header-sp-top-menu {
display: block!important;
}
.td-header-top-menu-full {
display: block!important;
}
.td-header-style-8 .td-header-top-menu{
display:block!important;
margin-left:auto;
width: 100%!important;
}
.top-bar-style-1{
display: table!important;
margin-left: auto;
margin-right: auto;
text-align: center;
}}
Add this code in the theme panel->custom css box. http://screencast.com/t/bzS1a7P5
Thank you!