- NewspapertagDiv AMP Plugin Tutorial
- 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
- NewspaperAutoptimize Plugin – install and configuration
Hi,
I believe traffic drops are a common issue with websites, and they may be temporary. The cause can be many factors as well. Try analyzing the issue further, use this guide for example
– https://blog.kissmetrics.com/diagnosing-traffic-drops-using-google-analytics/
Try to identify what exactly is the cause for the problem. There are some similar topics on the forum here that you could read
– https://forum.tagdiv.com/topic/google-analytics-reporting-drop-in-traffic-after-updating-to-6/
– https://forum.tagdiv.com/topic/eye-opener-and-advice/
Update the theme using this guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Verify the analytics code in the theme panel to be set properly, and monitor the development over a period of time. Check if everything works and displays properly after the update.
Thanks
Hello juniorcalazansdcsj,
If you are referring to these images from here -> https://www.screencast.com/t/T8k4YEBQFy I have noticed that you are using the Single Image element which required to add a height fix and that’s why your images are not full or resized displayed. You should use another way of adding your images from MCE editor using the Text Block and using the WordPress thumbnail when you add the image. This is a simple example -> https://www.screencast.com/t/Qaw515osQbS7
Thanks for the message!
Hello Hubert,
Please provide a link to your site and an example of exactly what h3 you are referring to so I can provide the proper solution.
Thank you!
Bogdan B
Hi,
With the browser inspector you can inspect any element on the page. For example Block 9, right click the article title and click inspect
– https://www.screencast.com/t/KXcqgRTCe29
This is a guide about using the browser inspector to identify elements and classes used, in order to make custom code, or simply inspect them
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please let me know if you need further help, and thank you for your appreciation of the theme.
Thanks
Hi,
For the post pages you can set three article ads
– https://forum.tagdiv.com/article-ads/
You can use other ads, Adsense is not a requirement. Enter the ad code in the article ad sections in the theme panel, and the theme will display the code as it is.
More useful information here
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
You can display for example different adds based on device, like shown in the guide.
Thanks
Thanks Chris. Had most of those set already, but it just started working today. I disabled all plugins, reset htaccess and cleared/disabled CloudFlare. Then re-added custom htaccess and re-enabled plugins one-by-one. Everything seems fine now, thinking it was a combination of old DNS hanging around + caching conficts with WP Super Cache & CloudFlare. Whatever, it’s working fast now, thanks!
Lots of factors impact those “stats.”
Generally if your site is optimized and loads at the same speed/performance, and with same content, your readers should react same way — regardless of theme ‘version.’
Why would one version cause somebody to stay on your site +/- 60 seconds.
The reason *most* theme devs on 100 different theme foundry sites don’t have much of an answer to this is due to it not being directly theme related unless you have an actual F12 console error, or bug causing page not to load properly — and taking into account that viewer stats are affected during site revamp, especially if not using a custom ‘maintenance mode’ plugin to let viewers know you’re working on site, and that it’s not busted.
For example if you serve busted stuff, it gets cached on mobile, and when somebody comes back to check, they might still get served busted version and leave. A maintenance plugin tells people “hey, we’ll be back soon, once we do some house cleaning…” and so they never get served broken/mish-mash code.
So, take all the sky is falling nonsense on all theme forums with major grain of salt.
Enjoy!
Hi,
I use the pratical example in order to use a plugin and use API to make new category template (for only one category).
It works, but I would like if it’s possible to disable pagination in the category which use the category template with the plugin?
As I see on the forum, certainly we could make a modification of category.php with a IF (and the good ID category)… but before I prefer to know if it’s possible to use a code… because if one day I will update the theme with the category.php, so I don’t lose this function.
Thank you in advance for your help!
Regards
Hello.
An example of two images that the link does not work. Imagnes you are on the right side on the Sidebar. This is in the home of the site. Example link: abar.org.br
Another case shows that the image does not fit in the size you select “medium”. This occurs everywhere on the site which is a unique image. Example link: http://abar.org.br/x-fiar/
Hi,
Try a code like this for example
– https://www.screencast.com/t/fyfi6PMh
– https://www.screencast.com/t/edWioJAPe
Enter the code in Theme panel->Custom CSS if you decide to use it, I think that is what you wanted
.td-header-logo {
position:relative;
top:40px;
}
.td-header-menu-wrap.td-affix .td-header-logo{
top: 24px;
}
Thanks
Hi,
You could set a background color in the theme panel
– https://www.screencast.com/t/tYo5a4Oj
It will apply on all the website including posts. A shadow could be added like this for example
– https://www.screencast.com/t/Dfa71d5VcSk
This is the code used in the example if you want to use it (modify the values how you want), enter it in Theme panel->Custom CSS and it will apply only on post pages the way it is now. A theme background must be set in the theme panel for it to work properly.
@media (min-width: 1180px) {
.single.td-boxed-layout #td-outer-wrap {
width: 1164px;
margin: 0 auto;
-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
-moz-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
box-shadow: 0 0 5px 0 rgba(255,0,0,1);
}}
Please correct me if I misunderstood something.
Thanks
Hello jorgeocampo,
Unfortunately, please notice that our theme does not have any such an option that allows you to add some ads to your posts on category only if you will make some adjustments in the code which involve custom work. If you want to add some ads in your categories pages you should edit the theme core files and add it to the code, according to our documentation here -> https://forum.tagdiv.com/topic/advertising-block-in-category-page/
After this, using a bit of CSS code you should adjust it to have a good look. Also, if 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 custom services at the moment, sorry!
Thanks for your understanding!
Hi,
In that smart list style there is only one ad possibility in the theme panel
– https://www.screencast.com/t/Zf9T48IQM7iS
You could try and insert a do shortcode for example or other implementation with a custom ad in the smart list template file
– https://www.screencast.com/t/MppY25RDB
Check this topic for more information about shortcodes
– https://forum.tagdiv.com/topic/ads-shortcode/
Thanks
Hi,
You could try a code like this to change the color for example of the breadcrumbs, only on category pages
– https://www.screencast.com/t/L9zLVYtjdMl
.category .entry-crumb,
.category .td-bred-no-url-last:not(i) {
color: yellow;
}
Thanks
Hi, thanks for a great theme. Imported 30k articles from a legacy news site which slowed the theme down a little (big DB, makes sense I suppose). Problem is when we transferred the domain and the 2k daily active users, it hits the server very hard & quickly.
Now I’m monitoring the server and a single pageload is spawning 100+ php-cgi processes. A couple hits after restarting the server will burn through 4gb in a few minutes and bring it to a halt. MySQL crashes too once things slow down. I’d set all the environment variables as suggested. I’m sure it’s hard to diagnose, but would love any support you can give. Maybe you’ve come across a similar issue already?
But it shows up differently and I can’t wrap my head around making it look the way it does in the example.

How Mine Looks:
http://imgur.com/a/whYvT
Hi guys,
I’ve been playing a lot with colors, settings and I can’t seem to figure this one out. How can I get an effect similar to this site https://stronglifts.com/barbell-row/5 where the content of the posts sits on color A (white) within color B (gray). And also, if that above is possible, how could I make a frame around color A (i.e. red thin rounding line around the white area) so there’s a transition between color A & B?
Much thanks!
Hi I’m new, how you can image. I would customize the template that i’ve install to the follow address http://www.magnificatoscana.it. with that structure. I need to pay you for unlock the template or i just can replace your sample with my data?
If you don’t understand, tell me where i can send you a screenshot.
Regards Simone
No you dientes understood what i said. Sorry if i dientes explained myself well.
Here is a more easy example.
Right now, i have my Live website and a Staing website where i am runing the Newsppaper theme with the old settings (that worked). I Will post the screenshot of the 2 panels configuren so you Will seee that it makes no sense for it to be like that.
Live Website (With Black text) Panel: https://www.screencast.com/t/kuYXwPqRQyUd
See this article (LIVE)
Staging Website (With White text) Panel: https://www.screencast.com/t/7Wkz9HhDc
Also see the articles so you Will get a more cleaner explanation. It doesnt make any sense
-
This reply was modified 9 years by
j0suedaniel.
Hello ctiborv,
I have inspected your website and the big grid animation seems to work as expected on IE Edge, for example. What kind of IE version do you are using? Ensure that you test your website only for this IE version from here -> https://www.screencast.com/t/vwgfhmmQIov
Thanks for the message!
Hello,
I’m having a problem with the social counter widget – for example on http://news.hexcom.cz/valve-oznamilo-vydani-nove-hry-nesouci-nazev-artifact-the-dota-card-game/ … When I click on “I like this” then it redirects me to the Facebook page, cool, but it says “0 fans” all the time even through I have some on here already. What should I do?
Why my post view error in every post? For example if there are visitors visiting my post and the post view counter does not increase, it really becomes a problem for me. Please check on my site: http://satelitpost.com/
Hello paul,
Notice that in theme exists three cases and you will have to add your do_shortcode method where exactly you want (no sidebar for example if you do not have the sidebar), like this -> https://www.screencast.com/t/xnswobbz
Hope this helps!
Thanks for the message!
Hey everyone, just after installing the theme, no images have been showing up other than the advertisement header. Updated to the newest version and it’s still not working. The theme worked flawlessly on my test server.. Examples below:
https://postimg.org/image/87v2dg46j/
https://postimg.org/image/4qt0ah54b/
https://postimg.org/image/400a4p2qz/
Is this in result to some poor CSS error by default? After trying to upload featured images myself, those still don’t show up either. Could this be a server side issue?
Thanks!
Hello STBW,
Unfortunately, please notice that our theme does not have any such an option that allows you to add in that place of post your desired ad, sorry! For example, if you are using the post template style 1, you should edit the theme core file where this template was written and add there through do_shortcode method the ad you want, like this -> https://www.screencast.com/t/xdKEJdFd5orl After this, ensure that you have added your ad in the Custom Ad 1 field from Theme panel, Ads, section.
Hope this helps!
Thanks for the message!