- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
thanks for the quick response.
after adding !important . i got the required result.
.td_block_related_posts .td-related-right {
display:none!important;
}
Thanks
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Hi
This image seems more clear because it’s size is bigger, please check these screens: http://screencast.com/t/0PRf36xfRmb – http://screencast.com/t/aZl35QK17 Newsmag uses different thumbs then Newspaper. New uploaded images are directly cropped as Newsmag requires, while the old ones will be used to their full size if the required thumb is missing.
A possible way to increase image quality is to define bigger thumbs in td_config.php: http://screencast.com/t/TbMYJBef If you make any changes in this file you will need to regenerate the thumbnails in order to be applied: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ You can also try to increase the compression rate: http://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/
Hope this helps!
Thanks!
Hello
I’ve added a revolution slider on the front page to show our editor’s picks selection.
After that I realized some displaying issues, like misalingnment of blocks and labels display changes.
It seems that some css rules are lost when there is a slider revolution . If I remove only the slider, the theme looks ok… do you know about some issue?
You can check a sample of the problem here:
http://dev.calcioefinanza.it/ (front page)
http://dev.calcioefinanza.it/home-test/ (front page without slider, see labels named “Focus” and box alignments)
thanks
regards
Fabio
Hi Support,
Is there any way to show related post on the side bar instead of the bottom of the post, and how to hide the author post block at the bottom of each post.
Regards
HI
Yes you can control title’s length for each module from theme panel excerpt section: http://screencast.com/t/Ptve5z7Dr To check which module is used each block please check this section: http://screencast.com/t/xIJL2hTzN
Thanks!
I noticed in some areas, the number of characters in some title blocks are cut off. This does not appear to be a WordPress setting. Where can I change this? Is there a spot in the td_config file, perhaps, or is there an actual setting somewhere?
Thanks!
Is there an easy work around to make Post Template 6 work the same way? I find that I’m running into the same problem where the featured image blocks out the background color of the header. If there’s something like the code you recommended before, ie:
.home .td-header-style-8 .td-header-sp-logo {
background-color: black;
}
…but for Post Template 6 that would be awesome. Thanks for creating a great theme.
BZKL
Did some fiddling around with the main menu height size via the Theme Fonts menu.
Now, I really want to do the same with the top menu, but I can’t get it to work.
The problem is, that the black bar is too high. Isn’t there any way to change that?
Problem: 
Homepage: http://www.tabogvind.nu
Cheers,
underneath each post we have several extra fields: Quote on blocks, Source name, Source url, Via name, Via url:
First i insert text in “Source name:” and the url in “Source url:” and click in front-end the link, this opens in the same window. I dont like this, i want the link opens in a new window.
Then i insert in “Source name” the folowing code “© http://www.zellamsee-kaprun.com and click in front-end the link this opens in a new window but i have a small space before the link (in a small frame) where the code is a rel="nofollow" href="#"> </a.
I guess already to find out this code in /includes/wp-booster/td_module_single_base.php line 630 where i try to delete the small piece of code and put the .php file in my child theme, but without results. my question is where i put the file in child theme (maps) or is there another sollution to disable the code?
Thanks
I’m not sure … but …. i think maybe the top post box might be only showing the latest poasts and not from the category the page is referring to.
http://dev.ntv.ca/category/programs/features/
if you go to that category page, you’ll see in the big box block, that the posts are not from the ‘Feature’ Category. Can I filter the posts in the category template?
Hello, I just installed the newspaper theme on my staging site.
The featured images in the Big grid slide on the homepage does not look right.
Some of the images in my blocks also look dis-proportioned. Leaving a blank white space.
How can I contact the developer directly?
We had added the adsense code in header on desktop and tablet it is working fine, we had notice that for screen width less then 768, Ad unit height is maximum 50px but as per gogole policy up to 100px is allowed above the fold.
if ( td_screen_width < 768 ) {
/* Phones */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:320px;height:50px”
Also, we are trying to use the media.net ads which allows up to 250 height on top…Please advice how to increase height up to 100px if we use gogole adsense …..
and how to change height to 250px if we use media.net
Hello hakan1319,
This area might be edited from Social Counter because this is just a block from this counter, like this -> http://screencast.com/t/nDU4aBuIAv
If is not what you mean, please provide more details about what you want to achieve and also, please provide your website so I will be able to inspect it closer this section.
Hope this helps!
Thanks.
Hello hfrevolution,
Do you refer to Visual Composer plugin? Please ensure that you are using the latest version of the theme (Newspaper 7.3 with Visual Composer 4.12), clear all your caches and test it again. For more information about how you can install and use Visual Composer, please check here -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ -> https://forum.tagdiv.com/how-to-use-visual-composer/ -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hello rapfister,
Please notice that the width of your Block does not allow to display all your categories in that bar. It is too little space for them, do you understand me? If you want to display all of these categories, you will have to exclude the sidebar for this page for them to be held for display. The theme automatically calculates if these could be displayed in that area and if not, the drop-down bar will appear.
I hope that you understand this process.
Thanks for your understanding!
Hello,
Unfortunately i could not find the local life category on your site. Please provide a link to it so I can inspect the category. If it;s not a category but a page, you need to check the block settings and block filters. We have no reports of posts showing up in different categories.
Than you!
Hello,
Please try to use a bit of cSS code to do it. Place the code below in Theme panel->Custom CSS area.
The code is ->
.white-popup-block:before {
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
}
Thanks.
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Hi
Yes for the moment this is the only way as the theme will ignore featured posts, they don’t work fine with current system used for post filter in blocks.
Thanks!
Hello,
1) You can change the black header color from the mobile theme colors option here:
http://screencast.com/t/8aB3AuhalQ If you do not use the mobile theme plugin, but rather the responsive version of the theme the colors need to be set from the theme colors tab as there will not be a mobile theme tab in the theme panel.
2) The mobile theme does not use blocks so there are no block titles on the mobile theme. Please use this code to target the titles on mobile:
@media (max-width:767px){
.block-title span{
font-size:12px!important;
}}
Thank you!
Hello,
1) In order to disable the date on a specific block, you need to use css to target just the specific class of the block. In this case you can use this code:
.td-post-author-name span, .td-post-date {
display:none!important;
}
2) For this you can use another css code:
.td-category-header .td-page-title{
text-transform: capitalize!important;
}
You can add the css in the theme panel->custom css box.
Thank you!
Hello,
Unfortunately our modules and blocks were not designed to show the subtitle. They will only show the title and excerpt. If you require subtitles on modules and blocks you will need customization which unfortunately falls beyond what the theme support can offer you.
Thank you!
Hello,
Unfortunately our modules and blocks were not designed to show the subtitle. They will only show the title and excerpt. If you require subtitles on modules and blocks you will need customization which unfortunately falls beyond what the theme support can offer you.
Thank you!
Hi,
The default big grid 4 looks like this: http://demo.tagdiv.com/newspaper/big-grid-4/ The one you pointed out is the one from the say what demo. Each demo has it;s own unique style. If you want to have the style of the demo, then you need to install the demo or use custom code to customize the style of your grid.
You can try this css code in the theme panel-> custom css code:
.td_block_big_grid_4 .td-post-category, .td_block_big_grid_4 .td-module-meta-info{
display:none!important;
}
.td_block_big_grid_4 .td-big-grid-meta{
padding-bottom:20px;
}
Thank you!