- 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, is there a way I could get the logo psd for the Health and Fitness demo content? Seems to be missing in the folder.
This is helpful on how to filter, but what if you want to weight them differently? We have 3 types of formats, but want to weight ‘standard’ (posts) higher than ‘video’ or ‘image’ (also posts, but the format of these are either video or image).
Is there way to make the ‘standard’ posts show up before the ‘video’ or ‘image’ posts? I don’t want to exclude them, just order the results differently.
If this is NOT possible, how do I exclude the ‘video’ or ‘image’ formats from the search results?
Thanks.

Hi,
I do not know what happened:
I am using Yoast SEO plugin.
As you can see the Google is indexing word “Close” in the Title of the articles / Pages etc.
My site URL: http://www.thecampingschool.com/
Posts
Title template:
I m using this Template in Yoast Plugin: %%title%% %%page%% : @The Camping School
Which does not have “Close” word anywhere.
Let me know.
Likely best way to see what modules are in the theme is to setup a blank “page” and then launch Visual Composer and look at all the modules — you can load content from any category you want like /articles/ — as we do on one of our websites which is a magazine and has no “news” — e.g., book/movie reviews, fiction, health articles, etc.
Pages are not posts — “pages” are typically referential like “about us” or “privacy” — and “Posts” can be anything from news to articles or fiction or whatever — so you can build layouts in VC to load content by topic from any category — build one section with fiction, build one section with lifestyle, build one section with music reviews — that’s all up to you.
Easy to play with, even build multiple different home page versions and test them by turning one on/off and asking staff to evaluate, etc.
See the theme docs for examples of different modules and “blocks” — and how you might use different ones in your layout; look at the example sites from users; look at the theme demos — all of that can be great idea starters for your layouts!
example of different “block” layouts which can be mixed and matched on your home page layout:
https://forum.tagdiv.com/theme-thumbs/
Hope that helped a little 🙂
-
This reply was modified 10 years by
simchris.
Hi
Really seeking your expertise to help on my site. firstly, I upgraded to 4.3.1 & bought the newspaper theme. the visual editor is not working, I can only use the “text” editor to writing any contents.
I tried the basic solutions:
1) disable all the plugin
2) Reinstall OS
3) Down grade version to 4.3
It still not working, please kindly help me to solve the problems.
My site is hosting on Hong Kong, have apply the cloudfare on it.
Hi,
The modal image use javascript code, for example the general modal image feature was added from version 6 to help user with old posts to force the light box for images. Here you can find the code – http://screencast.com/t/4XLw0IQI It adds td-modal-image for all images(on the image link more accurate) – http://screencast.com/t/mioTxc5sirb
Regarding external image, I have tested this on my side, added an image to a post – http://screencast.com/t/pqIzytWbokR enable the modal – http://screencast.com/t/XPKLr2Ik3 and the image is open in lightbox – http://screencast.com/t/ghd1cgKGg
Thanks!
Hi,
Do you have only the Big Grid block on your page and you use a page template with latest articles?
A solution is to use the offset feature, for example you have Big Grid set to filter posts from all categories – http://screencast.com/t/1rEcBxdbJf just set the offset option for Latest Articles to 5 so it will display the 6’th post – http://screencast.com/t/jDXSgE8jF
Also you can filter by different categories(or tags) on your blocks – http://screencast.com/t/FRgOuWrCGoR – https://forum.tagdiv.com/block-settings-tutorial/ or you can use unique article feature(it is from old docs but works the same) – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/ Please not that the unique articles feature was not designed to work with block pagination.
Thanks!
Hello,
It takes a bit of custom modification to do it. You can add an extra class on the row in visual composer: http://screencast.com/t/GDM4o7r7OjlN and you can apply styles to that row in CSS.
This is an example on a block 6: http://screencast.com/t/jAT3BC8n4X
You need to target every block you place on your page and set borders to it.
If you cannot manage on your own i suggest you hire a developer to do it for you from sites like studio.envato.com because at the moment we cannot provide any custom work. (We try to help out were we can if it does not involve lots of customization)
I hope this helps
Thank you!
Hi,
You can do this via custom css, for example – http://screencast.com/t/uQlEnbKc – http://screencast.com/t/VghrcvF1wV
.td-footer-template-3 .td_block_7 .entry-title a {
color: #F70C0C;
}
.td-footer-wrapper .block-title a, .td-footer-wrapper .block-title span, .td-footer-wrapper .block-title label {
color: #F70C0C;
}
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to change also the content background, you will have to use custom css to change it, for example – http://screencast.com/t/jWcZtCUm8ZKP And check every template you use.
.single .td-main-content-wrap, .post {
background-color: rgb(220, 170, 170) !important;
}
Thanks!
Hi cbur2107,
The theme has a various of header styles and you can set “style 10” for example, it has center main menu – http://screencast.com/t/lNpYzGCz2e
If you want to use the default header style(1), you can center the menu via custom css in Theme Panel > Custom Css – http://screencast.com/t/ZCRyK2Dv
.td-header-style-1 .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Thanks!
Hi,
The code is still there and it should work like before, I have tested this like in you example to see if it works. I have excluded the related posts by tags and excluded the current category:
* Before – http://screencast.com/t/8skxTr1t
* Exclude the Video category – http://screencast.com/t/d2LLt5ZQkM
* Result – http://screencast.com/t/hM21F16d1vh
Thanks!
Also, you can see that the page is broken on mobile here too.
https://developers.google.com/speed/pagespeed/insights/?url=vrux.co&tab=mobile
-steve
I’m having a problem with the font sizes below the posts. I have 3 related articles with images but the font below the images is compressed and unreadable. How would I change that?
For example check out this post http://www.fivevictory.com/top-15-nhl-player-rankings/ below the article. Thanks
Hi Chris, thanks for your answer.
I read some other articles that dont agree with your opinion, but the problem is that my categories are not really relevant for my posts and probably for my users searches.
In your example of a company, with pages, really could be useful.
Anyway, there´s any way to keep breadcrumbs in my site but not in serp?
Hi,
Today I have updated my theme to 2.2, but shortly after that I realized that there is a problem with smart sidebars. The problem was that smart sidebars are going up more that they should. And first widget in sidebar was always hidden.


Then I have replaced tagdiv_theme.js with old js file from 2.1 and everything was working normal. Finally, I have found what is causing the problem and decided to share it with you, so you can fix it. If you want of course.
If you check row 5002 in tagdiv_theme.js, you will see this: td_affix_menu_computed_height = td_affix.main_menu_height + td_affix.menu_offset;
If you remove + td_affix.menu_offset and row 5002 become td_affix_menu_computed_height = td_affix.main_menu_height; then this problem is gone.
Regards.
Just as general note Google doesn’t “require” anyone to put the word “advertisement” before their ads, or they would be doing that themselves. We do add that on the sidebar ads on our site, but not the full width header ads since it’s self-evident it’s an ad.
However they do NOT allow text like “sponsors” or “sponsored by” or “click ad to support us” or stuff like that.
Andrei
the above examples you provided would be super cool to add to the theme docs for the ad modules since it comes up so often.
theme works fine with mod_pagespeed …
you just need to setup a proper config file either at server level with dedicated box, or by manually specifying in htaccess file what to turn on explicitly — for example I found that CSS and JS minification does not work well — so it’s a “tuning” process for what is compatible with WordPress and what is not, a bit by trial and error, and also see my posts on this topic the past 18 months in forum as I have used it on our server since Jan. 2014 with TagDiv themes.
e.g.,
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
see the docs for mod_pagespeed on which settings you may wish to activate other than the default “safe” batch of MPS settings.
Hello,+
I wan’t embed a Facebook posting in a wordpress post but it don’t work. Here’s the code which I get from facebook. On my old theme I just copy this code and paste it in the wordpress post…than it work.
<div id=”fb-root”></div><script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = “//connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.3″; fjs.parentNode.insertBefore(js, fjs);}(document, ‘script’, ‘facebook-jssdk’));</script><div class=”fb-post” data-href=”https://www.facebook.com/AwayFromLifeZine/posts/1605851999676551″ data-width=”500″><div class=”fb-xfbml-parse-ignore”>
<p>Am Freitag haben The Hollowpoints ihr neues Album 'Rocket To Rainier' veröffentlicht. Fans von Born To Lose und Street…</p>Posted by AWAY FROM LIFE on Samstag, 3. Oktober 2015
</div></div>
Whan can I do?
THank you and greetings, Simon
Wait for tagdiv support …
typically if something “randomly” stops working, it’s not a theme issue as the theme doesn’t auto-magically change stuff — so, that usually means the code you’re using from Twitter is timing out, or unable to connect, or some other error.
Put another way – if there is no error on the page without the code, but adding the code causes error, generally means error with code, or conflict with some java or CSS being loaded by the code.
I’m sure you already know that — just commenting.
But if you posted link to example, I’m sure tagdiv folk will take a peek come Monday if you don’t solve by then. 🙂
Sorry no super duper awesome answer for this one!
Hello,
We put a new ad on the header:
<script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=14974408&PluID=0&w=728&h=90&ord=[timestamp]"></script>
<noscript>
</noscript>
There is no problem on desktop but a large gap appears below the banner on mobile site:

Is it because the code or the theme? How can we fix this?
There is no such problem with AdSense, by the way.
Thanks!
This is a bundled version not a commercial version of plugin.
I think you can “request” the examples, if compatible with theme, from tagdiv…
I think it’s contact@tagdiv.com
I want to import the demos of revolution slider but there is no example-zips in downloaded folder.
please read the 2.3 step on there documentation page
http://www.themepunch.com/revslider-doc/first-steps/#newslider
Hi, I am having a problem I cannot resolve yet.
When I to to Post Settings and I turn off the author name, date, post views, and comments number. There is a very large white space resulting where the info is no longer showing and I don’t know how to remove it… I assume via CSS but I don’t know how to define the area correctly so it will work site-wide.
See example: http://wordpress.mauimagazine.net/category/maui-magazine/maui-dining/ – Under each article title, there is a gaping white space. It looks bad. I want to reduce the white space between the article title and its image.
I appreciate your help!!