- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
Hi, I have purchased a newsmag theme and after the instalation in all post whit video the post have writed ” Suppressed”
Someone help me?
thanks seby
example link http://www.ilfattoweb.it/2015/06/test/
Hi. The only thing not working properly after the update is Woocommerce.
Site: agreekadventure.com
1. Product listing page was not working. I reconstructed it with same content and VC element and now works. http://agreekadventure.com/book-your-adventures/
2. However, when I click on a product to see details and/or order I get a broken page and an error message.
Solutions? I do now want to rebuild all products… Example product page:
http://agreekadventure.com/product/3-day-sailing-getaway-to-the-saronic-islands
With Newspaper 4 the featured images filled the placeholders in sliders and big slider gracefully , yet with the newest version – they look horrible . I look at the demo and there they work . Any idea of how to fix that ?
example from the version 4

My website : http://www.theskykid.com
ps : also what happened with the post type 4 with great images across the whole page with the title written over it ?
I have bought theme just now and I’m not able to make Infinite load work.
Here is my custom home page link:-
http://dailydoser.com/myhome/
Template Selected – “Homepage – blank”
Added 2 elements via Visual composer:-
1. Big Slide
2. Block 9 -> Selected Use ajax & Pagination – infinite load option
What am I doing wrong? This is brand new theme with no extra plugins but still infinite load is not working.
Any pointers in this regard will be appreciated.
I’m seeing javascript error in console while debugging but not sure why that error is coming.
Hello!
We have a problem with pagination. It looks very strange on a post page. Please help us to fix it.
Page example: http://metronews.net.ua/news/kubiv-prizyvaet-narodnyh-deputatov-podderzhat-zakonoproekty-po-besplatnomu-obespecheniyu-uchebnikami/
Thanks.
Hi,
You can use shortcodes in theme’s ad spots for example if you wnat to display social icons element from Visual Composer, you need to add social icons block to a page, add your social links in the blocks settings and take the shortcode – http://screencast.com/t/KEkzxO0Por8 – http://screencast.com/t/hWbnNa2emkb and paste it in header ad section – http://screencast.com/t/8k3R3aRII
Result: http://screencast.com/t/vymFVYAbd
Also if you want to edit the theme headers please check parts folder – http://screencast.com/t/Xfk5T4rxc5
Thanks!
Hi,
You can edit module files and move the title above the image, for example module 2 – http://screencast.com/t/FDJJlcSQ0
You may need additional customization as it may look like this – http://screencast.com/t/UNmzBYEC4 so you will need to use also custom css, something like this – http://screencast.com/t/S1R1hZOv5D
.td_mod2 .entry-title {
min-height: 60px;
}
Thanks!
On the single post pages the footer is displaying links to the current post instead of the footer menu I have setup. All other pages appear to display the footer menu properly. I’ve taken a look at the footer.php and functions.php but have not found where this error is located.
Example of footer error:
http://www.aroundhawaii.com/big-island-news/west-hawaii-today/weekly-gas-report-prices-up-nearly-a-quarter-since-february/
Example of correct footer:
http://www.aroundhawaii.com/category/big-island-news/
Any help is appreciated.
David
Hi Alin!
Thanks for update. But I don’t understand.
The sites had identical settings – both using inline ad, and its the exact same code from our revive server, but still its rendered differently. I’m not placing the ad in post content, only using the theme Ad functionality.
You also say that (in the docs)
The ad code is automatically detected by the theme and it will be rendered using the following rules:
Google adSense – If you enter a google adsense code, the theme will make it responsive and the ad will fill the available space.
Simple ad code (js/flash/images) – this is rendered as entered by the user
[shortcodes] – the spot will run do_shortcodes() on the ad. Using shortcodes you can add adRotate ads to that spot
Now on the same site – two different articles is rendered differently
OK: http://www.hooked.no/artikler/villmarkskampanjen-2015
Wrong: http://www.hooked.no/artikler/terje-fikk-kjempelaks-i-drammenselva
Please help out, this is driving my nuts.
You’re a champion! Thanks so much 🙂
I already did.
Basically the plugin do 2 things:
1. Shows how much time takes to read each post, as you can see here: http://remedioparaquedadecabelo.net.br/artigos/ (for example “10 minutes to read”, but this site is translated to pt-br)
2. When you scrolls the page, the plugin shows a progress bar of read content in the top of the post, as you can see here: http://remedioparaquedadecabelo.net.br/tratamentos-para-a-queda-de-cabelo/
I want to do the 2 things that the plugin do. I need activate action 1 in homepage and categories page, show how much time takes to read each post. For this I have to copy the code:
<?php if (function_exists(‘wp_time_to_read’)) wp_time_to_read(); ?>
to homepage and categories. But the developer answer me this:
Hello,
You seem to be using Visual Composer plugin to build up you homepage. It is slightly tricky in that case since you need to edit the modules in order to show the time to read in all modules. I would request you to ask your theme developer if there is an easier way to do it. Otherwise, you have to find all instances of this code in all files:
<h1 itemprop=”name” class=”entry-title td-page-title”>
<span><?php the_title() ?></span>
</h1>
and paste the code for Time to read below it.
-
This reply was modified 11 years by
paivadaniel.
“Pop Workouts” Celebrity Workouts & Videos:
Hello guys, my site is http://concursospublicos.ninja,
I installed the plugin “WP Time to Read”, you can see this plugin here: https://mythemeshop.com/plugins/wp-time-to-read/
but I have to add a code in some pages to plugin works correctly. So I opened a topic in the forum of the developer of the plugin, and they answered this:
Hello,
You seem to be using Visual Composer plugin to build up you homepage. It is slightly tricky in that case since you need to edit the modules in order to show the time to read in all modules. I would request you to ask your theme developer if there is an easier way to do it. Otherwise, you have to find all instances of this code in all files:
<h1 itemprop=”name” class=”entry-title td-page-title”>
<span><?php the_title() ?></span>
</h1>
and paste the code for Time to read below it.
Basically the plugin do 2 things:
1. Shows how much time takes to read each post, as you can see here: http://remedioparaquedadecabelo.net.br/artigos/ (for example “10 minutes to read”, but this site is translated to pt-br)
2. When you scrolls the page, the plugin shows a progress bar of read content in the top of the post, as you can see here: http://remedioparaquedadecabelo.net.br/tratamentos-para-a-queda-de-cabelo/
So, please answer this question to me.
Hello!
I have found through google (https://forum.tagdiv.com/theme-thumbs/) newspaper documentation about how to configure thumbnail sizes, and there says you can disable what you want in Theme Panel > Block Settings > Thumbs on modules & blocks but in my theme panel i can’t found that option (Version: 4.6.3)
How can I enable it? is there any new update since april?
Thanks!
Hi,
Trying to get form submission to be redirect to the home page after its been filled out. (Contact Form 7).
Ive tried to add this line : on_sent_ok: “location = ‘http://example.com/’;” to the Additional Settings but it doesnt work. It wont redirect to the home page
Hi,
You can enable author box on articles – http://screencast.com/t/OypSRQiHM and add profile description from User profile – http://screencast.com/t/Wq5Opf8yM so you will have author on all articles created – http://screencast.com/t/OeFBgfJOXJBL
You can also display author box on top of the article for example – https://forum.tagdiv.com/topic/add-author-box-to-top-of-post/#post-50446 this solution is for newsmag theme but it works also on newspaper.
Please provide more details if this is not what you mean.
Thanks!
I can’t figure out what is killing the page and menu background on this post: http://seattleglobalist.com/2015/06/08/transgender-teen-brooklyn-buenaventura-crowned-renton-high-school-prom-queen/38098
I thought it was because we have a video and instagram embed on the page, but the background is missing even when I remove them.
If you look at any other posts on our site (e.g. http://seattleglobalist.com/2015/02/27/nestora-salgados-family-prepares-for-long-court-fight-in-mexico-in-vigilante-case/34329), you’ll see how the background is meant to appear.
Thanks for any ideas on what this could be!
Newspaper v 4.6.3 w/Child Theme
WP v 4.2.2
Hi Alin,
I’ve found that my page only updates immediately if I delete my cache, For example, each time I make a change it would only be visible immediately if i delete my cache immediately after making the change, otherwise I have to wait 5-10 minutes before it takes effect.
Do you know the reason behind this? Is there a setting I need to do?
Regards
Nhan
Hi, to do that you you can go to SEO > Titles & Metas > Other and enable “Noindex subpages of archives”. The pages on my site /page/2 , /page/3 …. have always been deindexed (noindexed) but the duplication error still appears on Webmaster Tools.
Hi,
Unfortunately theme doesn’t contain a demo for Woocommerce as the plugin is not a part of the theme. That appear on our demo just like an example that Newsmag theme is compatible with Woocommerce plugin.
After you install the plugin and add your products, you can create a page like on our demo using Featured products block – http://screencast.com/t/2U9OwZ9VfP
Thanks!
Hello,
if I try to use the style 4 post template, the featured image is not visible.
How to solve?
Example here: http://intraprendere.net/305/il-mito-di-lavorare-duro-vs-lavorare-smart/
Thank you
Giuseppe
Hi,
Unfortunately image style doesn’t work properly, but it will be fixed in version 5 of the theme. Sorry for inconvenience!
Untill then you can use custom css to stylish the image for example if you set circle – http://screencast.com/t/yiFsxWZZNm – http://screencast.com/t/GMrSeQt1
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img {
border-radius: 50%;
}
Please provide a link and I will try to provide a css solution.
Thanks!
@radu
hi … swamped with trying to update our business site and our new ecom system; have to ‘ignore’ my magazine sites for awhile … so I will be a bit of a ghost for a bit 🙂
Bună seara,
De când am actualizat tema și pluginul tagDiv social Counter întâmpin probleme cu Open Graph-ul Facebook. Atunci când introduc un link într-o postare nouă, Facebook nu mai afișează titlul articololui, descrierea sau imaginea, ci doar „itutorial.ro” de două ori. Asta se întâmplă indiferent de linkul de pe site pe care îl inserez și nu știu ce trebuie să fac.
Am accesat Facebook Debugger, iar acolo îmi apare că trebuie inclus og:type și og:url, însă habar nu am unde trebuie făcute aceste modificări și ce trebuie, mai precis, să adaug. Facebook afișează următoarea eroare: http://www.screencast.com/t/hzXXftZQ7Vb .
Ce trebuie să fac?
Mulțumesc!