- 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
Hello,
I’ve installed the Facebook Comment plugin and default is here: http://screencast.com/t/ZeGHVQzHY3
If this is not ok can be added manually with shortcode in td_module_1.php file where you want http://screencast.com/t/pgH7p6LpT8 using like:
&buffy .= ....add facebook here...
Thanks
Hello,
Please open that post and see what image size you have as featured image.
To check if you have GD library installed follow the steps from here: http://www.websitecamp.com/check-php-gd-library-installed-or-not
also check if you have appropriate permission on the UPLOAD folder
Thanks
Hello,
Everything seems to work fine with qtranslate except the prev article and next article button for each post.
The article title below the prev article & next article button will have all the language there
such as
< – Prev Article
<ENGLISH TITLE><GERMANY TITLE>
Hi Marius and Radu
I ask you if there’s a way to put more then just one in-line adv in the same post, for example after paragraph 0 and 3.
Thank you in advance.
yes but redirect where? mobile version i want to show the mobile responsive version of newspaper..
i need fixed for desktop.. and responsive for mobile (for example under 750px)
hi, i want to disable responsive, so for example set fixed to 980px.
at the same time i would like to redirect mobile traffic on m.domain.com showing the mobile responsive version…
how to combine?
yeah it’s an issue with HTML encoding of special characters. Trying to delete my sidebar that wasn’t working, the URL looked like this:
/wp-admin/themes.php?page=td_controller.php&td_page=sidebars&td_action=delete&delete_sidebar=Reports%20&%20Resources%20sidebar
I changed it to this and the deletion worked (swapped out %26 for &):
/wp-admin/themes.php?page=td_controller.php&td_page=sidebars&td_action=delete&delete_sidebar=Reports%20%26%20Resources%20sidebar
I have an ampersand (&) in the title of my sidebar that was causing the problems. I created a new sidebar with no ampersand and that one appears to be working fine. However, I am unable to delete the one with the ampersand, leading me to believe that there’s definitely a bug with any type of special character in the name of the sidebars…
I got this code for the Facebook Like Box:
<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/en_US/all.js#xfbml=1&appId=461169127325905";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
It says “Place the code for your plugin wherever you want the plugin to appear on your page.”
<div class=”fb-like-box” data-href=”http://www.facebook.com/biznesinteres” data-colorscheme=”light” data-show-faces=”true” data-header=”true” data-stream=”false” data-show-border=”true”></div>
How can I do it so that it goes under Social counter on my page? Thanks in advance!
Looks like Facebook like button (Recommendation Bar also) is not working. Where can I search for solution? Where can I find settings for social icons under posts? I’d like to remove Pin It button for example.
For example i have added this to the style.css in the backend but nothing changes;
.block-title a, .block-title span, .td-tags a:hover, .td-scroll-up-visible, .td-scroll-up, .sf-menu ul .current-menu-item > a, .sf-menu ul a:hover, .sf-menu ul .sfHover > a, .td-rating-bar-wrap div, .iosSlider .slide-meta-cat, .sf-menu ul .current-menu-ancestor > a, .td-404-sub-sub-title a, .widget_tag_cloud .tagcloud a:hover, .td-mobile-close a, ul.td-category a, .td_social .td_social_type .td_social_button a, .dropcap {
background-color: #C6B28F;
}
The speed booster plugin is for advanced users only. Users that require the absolute best speed and are aware of the implications of moving the scripts at the bottom of the site.
I’m sorry that you are having so many issues. Please contact me at contact@tagdiv.com and we will solve this.
Hi! I recently bought your theme and I have several questions.
My site: http://www.biznesinteres.ru
1) How do I make changes to author box on every post? It’s too big, I’d like to make it smaller. Or how do I turn it off completely?
2) The background image changes when you click on some article. Why does that happen? How can I keep it fixed and properly sized on all pages?
Example BG1: http://biznesinteres.ru/
Example BG2: http://biznesinteres.ru/featured/td_d_slug_17/
3) How do I add Facebook social widget and Facebook comments?
Thank you in advance!
Yes, I’ve been trying to work out the theme, and I’m having many issues. The slider revolution is not working when I activate the speed booster plugin. How does the refund process work?
Hello
The Version 1.7.1 is 1000X sloooooooooooower than the version 1.0.1
Example:
http://hdslr.com.br/ V 1.0.1 VS http://filmmaker.com.br/ V 1.7.1
Same hosting, same pages, same plugins, same posts, same videos, same images
I am completely disappointed
PS V 1.7.1 + plugin W3 Total Cache
Hi,
Please see here for previous
http://themeforest.net/item/newspaper/discussion/5489609?page=29&filter=All%20Discussion#comment_5112159
I want to be able to use this plugin which requires the theme to use native core wordpress get_the_post_thumbnail() or the_post_thumbnail() functions.
http://wordpress.org/plugins/featured-video-plus/
Is this something you are working on? I found this in helpers.php
if ( is_string($thumb_size) && ((!empty($_wp_additional_image_sizes[$thumb_size]) && is_array($_wp_additional_image_sizes[$thumb_size])) || in_array($thumb_size, array('thumbnail', 'thumb', 'medium', 'large', 'full') ) ) ) {
//$thumbnail = get_the_post_thumbnail( $post_id, $thumb_size );
$thumbnail = wp_get_attachment_image( $attach_id, $thumb_size );
//TODO APPLY FILTER
}
Why are u using wp_get_attachment_image?
I need this featured video plus plugin to be able to hook into the single post and replace the image with any of its 3 options
- Replace featured image automatically if possible (default)
- Open video overlay when featured image is clicked. Define width below!
- Replace featured image with video on click and auto play if possible
You told me its temporary until you add dailymotion support, will you have these options, will you also have support for dailymotion publisher id
http://publisher.dailymotion.com/en/backoffice/developer-kit#tracking_example
When do you think you will release these features? would it not be better to just make your theme use native core wordpress featured image functions and make it compatible/integrated with the existing featured image plus plugin?
thank you
Salutare tuturor,
in primul rand vreau sa va felicit pentru acest template reusit pe care l-ati creat.
Dar intampin o mare problema cu afisarea reclamelor, si ma vad nevoit sa va cer ajutorul:
– in Header ad nu imi preia reclama deloc;
– in sidebar, desi am specificat dimensiunea de 250×250 la rezolutia Portrait
(768 – 1018px) tot 300×250 imi afiseaza (daca dau refresh imi afiseaza corect).
De asemenea, meniul si titlurile se decaleaza la rezolutii mai mici, aici ma refer la ipad.
Si mai sunt momente cand site-ul nu se incarca deloc cu ipad-ul sau iphone-ul.
Este vorba de site-ul: Descopera Locuri.
p.s.: banuiesc ca oferiti si suport in limba romana, daca nu atunci pe viitor ma voi conforma.
Hi!
Was wondering how to modify single.php (if this is the right file) in order to have <–nextpage!–> quicktag above post content and centered like in this example ?
http://atlantablackstar.com/2013/10/29/10-fearless-black-female-warriors-throughout-history/2/
Please guide me through style.css also to change colors and/or heights.
Thank you.
i need to change color under category…
for example i selectd blue for sport catgory tub.. insiede category everything is RED… (see arrows)
how to set blue only in that category?
+1 – the same problem at my Cafetography
I had to turn off this option, but I really want it
-
This reply was modified 12 years by
Tom. Reason: link updated
Hi,
I’m using the latest Newspaper. From the beginning I’m struggling with Homepage CSS Issue. All feature post images all moved a little to bottom. First one is alright, but 2nd, 3rd etc are in different line. Please see attached screenshot.

My website: Cafetography.co.uk
Cheers!
Tom
Hi there, great theme!
I have followed the instructions here to make sure the main slide title is in one line http://screencast.com/t/844mdeDkB
What I would like to do now is make the three smaller slides display the whole post title without truncating the text. Right now most of the titles get cut off in the end “post title exampl…” Any help would be much appreciated. Thank you!
Hi! I had rich snippets working on my blog before I changed my theme to Newspaper. It showed rating and my photo from G+ profile in Google search but now I dont get it. I used to use a plugin for that but as your theme claimed to have the appropriate support, I removed. Now even with the plugin I don’t get my ratings and profile pic to show.
You can try this post for example.
http://www.makeupgeek.com.br/backstage-bambi-batom-pink-lindo-kat-von-d/
Wait on your reply and please also check my filter issue.
Thanks.
Hey team,
I’m having trouble getting both the short codes and visual editor to group the content into columns such as 1/2 1/2 and 2/3 1/3.
Here’s an example of the homepage with the visual editor template “homepage – Magazinely” applied. http://grab.by/ryy2
Any ideas why this is happening?
Cheers,
Ben