- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hi,
1. You could remove the More from author from the code so it does not display anymore. Just comment or remove this line of code from the file td_block_related_posts.php found in the theme folder->includes->shortcodes – https://www.screencast.com/t/vveTQPuDPSB9
2. If you want the block to display below the comments section in the post page, you must edit the single_template_2.phpfile like this – https://www.screencast.com/t/WXoV9CZ6yh3 and use the full Visual composer code with a full row – https://www.screencast.com/t/bnW23tVd2Pt This is the result – https://www.screencast.com/t/YJrBoBfBw
Thanks
Hello pablojmelian,
Here is talking about the block title, like this -> https://www.screencast.com/t/O0POl13w If you want to change this, you can do it from page editor, like this -> https://www.screencast.com/t/Or3P91erVAh7
Thanks for your understanding!
Hi stuartmasson,
I am aware of that CSS code but that’s against the policy of Adsense. The code will only hide the ads and will not stop the ads from rendering.
Hi Taco&co and ing Geek,
As of now, I am using Advanced Ads plugin which gives me the functionality to block ads on specific posts.
The only issue I am facing now is with the mobile header ad.
When I use a Advanced ads shortcode for Google ads, header ad is not displayed on mobile and is giving me an error:
No slot size for availableWidth=0
So, I am wondering is there any piece of code that can help me remove the error like setting the min width of header ad division?
Hi @ground-zero,
I use the following to block ads by category:
.category-miscellaneous .td-a-rec, .category-miscellaneous .td-g-rec{
display:none;
}
Where “miscellaneous” is your category name.
This hides Google ads (td-g-rec) and all other ads (td-a-rec) from displaying on inline and sidebar placements, but does not hide header and footer ads.
maybe you have an idea and experience about how to fix this issue
Access to Font at ‘http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2’ from origin ‘http://www.citizen6.net’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.citizen6.net’ is therefore not allowed access.
Hi Guys, I’ve updated from theme to 7.7 and vc 5.0.1 and the layout of my pages is now broken, and not looking like it did with the older version of vc running.
Before

After

Big Block 1 is running in a full width row but since the update is broken, the page/column paddings are also all over the place.
Is there a specific way to update VC?
Thanks
Matt
Update: problem solved; for security reasons my dedicated server has a rule blocking access to files that have “wp-admin” on the directory way; it seems the newspaper have something on that way; then admin removed this rule or changed this file, i don’t known haha.
Anyway, thanks
Hi, I am using the mobile theme and it works great! I appreciate how you added a special block on the page admin to insert specific elements for the mobile pages. I am just curious about the functions.php file; I had to add a function to it so that my shortcode would work in posts displayed in the mobile theme, so I created newspaper-child/mobile/functions.php and added the code there, but it turns out I had to do it in newspaper/mobile/functions.php, which is fine except that your next update is going to wipe out my change. Is there a way to do this in the child theme so that my mods are retained following a theme update? Thanks for any guidance you can provide.
Hi
Is it possible to be able to set up a post category, that will display posts, using the style of Block 16, but without the images?
Thanks
1. how to hide author box in post
2. how to make after post raleted content like block11 infinite scroll
3. sticky sidebar ad widget
4. i want to make post page as full width when post is finished that page becomes full width
Being a News & Media website, we often have to cover sensitive topics which are against Google Adsense policies. Despite being the No. 1 News theme in the market Newspaper lacks the functionality to block ads on specific posts. Please consider the case in your future updates.
Is there any other way around to do so(code or anything else)?
Thanks.
Hello i want to ask can i change this > i.is.cc/2reTUKLt.png ? i want change or delete!
/*
Theme Name: Newspaper
Theme URI: http://tagdiv.com
Description: Premium wordpress template, clean and easy to use.
Version: 7.7
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Tags:black, white, one-column, two-columns, fixed-layout
*/
/*_ _
| \ | ___ _ _ _ ___ ___ ___ ___ ___ _ _
| |/ ._>| | | |<_-<| . \<_> || . \/ ._>| ‘_>
|_\_|\___.|__/_/ /__/| _/<___|| _/\___.|_|
|_| |_|
~ tagDiv 2017 ~
Also, does the theme support having infinite article loading? Basically when the user goes to the end of the article, scrolls a little more down, it shows another article.
If that is not possible, I am trying to add the following code:
<?php echo do_shortcode ('[td_block_16 limit="5" td_filter_default_txt="All" tdc_css=""]'); ?>
to the end of loop-single-2 but the lowest i can go is below related articles. How can I make it show below the comment section but above the footer? Also, is it possible to make it full width of the page, so it goes from obe side of the page to the other side, so it is 1/1 width?
Hello Igor,
Please try using the Block 7 for your Sidebar and from theme panel you can disable the Category Tag for this type of block, like this -> https://www.screencast.com/t/bynkuJWw and the result is here -> https://www.screencast.com/t/quTyThSK
Thanks for your understanding!
Hello,
Please provide more details to how you want to increase the length of a row? Do you mean the number of posts that can show up? This is controlled by the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
Well there is a way actually in that case. You could use a do_shortcode to insert a block or big grid in your blog page. First get the shortcode for the element you want – https://www.screencast.com/t/sjVAkPkp4eC – https://www.screencast.com/t/2DeamXzFMKT1 then insert it in the index.php file located in the theme folder – https://www.screencast.com/t/jnuloZiEtqg with this result – https://www.screencast.com/t/NO3pj4kbwdCd
This is the code used
<?php echo do_shortcode ('your shortcode here'); ?>
Thanks
Hello Zynesteri,
Please notice that the Block 16 uses the 300*194px for thumb, as you can see here -> https://www.screencast.com/t/7smuFvmv1 Provide your website URL so I can inspect it closer. Notice that we do not recommend to change the size of block thumb because you can damage the theme layout, sorry!
Thanks for the message!
Hello,
I made a few changed to the related articles block on post page, and I set “More from author” to display: none; so only Related Articles were shown. However, Related Articles is still clickable and it follows this link: http://www.example.com/post-title#
Anyway to fix this?
hello, when I create a post I always start with the title in H1 tag for SEO purposes. The title will then appear twice. Above the featured image (post title), and below (I manually write the title in H1 tag).
When I use block 4, it gives the introduction of the article next to the picture with the title already there. But then it shows the title again (with my H1 tag) as the first sentence, and it’s a little repetitive.
Should I continue to have the H1 title in the beginning or is it not really necessary since the title is above the picture anyways? For the user experience it’s better to not have it twice, but does it still help for SEO purposes?
Thanks!
Hi,
Well if it is in chronological order, meaning sorted by latest posts (blog) a newly published article should appear on top of the list of articles. If you want to use a static page as homepage use this guide – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and create your page using Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/ Here is a tutorial on the blocks used to create your pages – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hey!
Since this moring I realize that my homepage is broke (http://www.awayfromlife.com). The sidebar doesn’t work and it seems that the post block looks faulty. Also the category pages with the infinite load are also faulty – sidebar broke and faulty post blocks (http://www.awayfromlife.com/news). The posts seems to be okay. Other normal pages withouth post blocks also seems to be okay (like http://www.awayfromlife.com/info/kontakt/).
What could be the problem?
Thank you!
Salut Incrosnatu,
Ti-am verificat site-ul pe Google Pagespeed si se pare ca nu prea este optimizat mai deloc, dupa cum se poate observa in rezultatele de la Google, aici -> https://www.screencast.com/t/xckds10A1rzL. Ai consultat ghid-ul nostru despre cum sa iti optimizezi website-ul? Daca vrei sa obti un scor mare in viteza site-ului tau, trebuie sa lucrezi putin la acest aspect deoarece este un lucru delicat ce necesita unele customizari. Din test reiese faptul ca imaginile tale nu sunt optimizate, trebuie sa elimini render-blocking JavaScript si CSS si multe altele care sunt foarte bine explicate in ghid-ul nostru de optimizare aici -> https://forum.tagdiv.com/how-to-make-the-site-faster/ Te rog sa citesti cu atentie toate etapele care sunt prezentate acolo si sa le si aplici pe site-ul tau daca vrei sa obti rezultate bune cu tema noastra. De asemenea, am observat ca folosesti un plugin de mimificare, dupa cum se poate vedea si aici -> https://www.screencast.com/t/jT88f0hMVL care este un plugin netestat cu tema si care s-ar putea sa nu functioneze corespunzator cu ea. Foloseste Speed Booster, pe care daca il vei activa, tema va folosi varianta mimificata de catre noi pentru JavaScript iar pentru CSS va trebui sa o mimifici tu manual cu un tool ce are aceeasta functionalitate.
Te rog sa observi ca aceste customizari de optimizare nu depind de tema si nu sunt acoperite de catre suportul nostru, imi pare rau! Trebuie sa le faci singur si sa incerci sa urmezi toti pasii pe care i-am prezentat in documnetatia noastra. Stiu ca aceste customizari nu sunt simple si necesita ceva studiu si munca in plus in aceasta privinta. Dupa cum se poate observa, acest tutorial este explusiv pentru utilizatorii avansati in acest domeniu. Daca crezi ca nu te descurci in aceasta privinta, va trebui sa angajezi un freelancer/developer care sa te ajute cu aceste customizari suplimentare!
Multumesc pentru intelegere!
El sitio web me avisa de estos errores:
PHP Warning: Illegal string offset ‘td_post_template’ in /home/NN/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_single_template_vars.php on line 75
PHP Warning: A non-numeric value encountered in /home/NN/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 1009
Quisiera saber como solucionarlo. Gracias.
defualt on visual composer Block 16 = size 160px : http://prnt.sc/efflmu
visual composer i used = http://prnt.sc/effmwf
i need to resize to = http://prnt.sc/effmsg
but images was defualt size
how i change images and css to 180×260 px
Hello,
You can use for example a block 18 and set it to only show 1 post: https://demo.tagdiv.com/newspaper/block-18/
You can check the other blocks our theme provides as you will find one closer to what you are looking for as there are 25 to choose from.
Thank you!