- 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
The site name is not showing automatically after the page title – for example:
Your Page Title Here | Site Name
I can’t get it to show. it’s in general settings but it still won’t show.
Can you help please?
Hi Radu,
i’ve found the issue, i’ve deleted this part of code and now it’s work perfectly : <div id=”fb-root”></div> and i keeped this part:
<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/fr_FR/all.js#xfbml=1&appId=…………….”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
I don’t know why but it works lol
Thank you !
Salut!
Felicitari pentru tema grozava si pentru efortul depus in a oferi actualizari constante si imbunatatiri.
Doresc sa adaug un forum site-ului meu si am ales sa incep cu bbPress care este integrat in tema Newspaper. Problema cea mare pe care o intampin este legata de modul in care este afisat layout-ul paginii. Imi doresc sa afisez continutul forumului in pagina exact cum l-ati afisat voi in exemplul: http://demo.tagdiv.com/newspaper/forums/ . Pagina forumului meu este: http://itutorial.ro/forum/ .
Am incercat diferite metode dar nu am reusit sa ajung la rezultatul convenabil. Mentionez ca am creat pagina in care am selectat Template-ul “bbpress forum”. Astept un raspuns, daca se poate.
Multumesc anticipat!
Alex
Adding this code in functions.php:
add_filter( ‘author_link’, ‘my_multi_author_link’, 10, 2 );
function my_multi_author_link( $url, $user_id ) {
if ( 1 == $user_id ) {
return home_url( ‘flaten’ );
}
return $url;
}
…messes everything up and gives med the following warning/fatal error:
( ! ) Warning: require_once(includes/td_wordpres_booster.php): failed to open stream: No such file or directory in /Users/areflaten/Documents/Websites/www.amerikanskpolitikk.dev/wp-content/themes/Newspaper-child/functions.php on line 16
( ! ) Fatal error: require_once(): Failed opening required ‘includes/td_wordpres_booster.php’ (include_path=’.:/Applications/XAMPP/xamppfiles/lib/php’) in /Users/areflaten/Documents/Websites/www.amerikanskpolitikk.dev/wp-content/themes/Newspaper-child/functions.php on line 16
Hi Guys,
Just want to share my two cents, I am a non-coder so couldn’t do any technical stuff. When I installed Newspaper, my pagespeed score on GTMetrix was 43. I realized there was some hack in my php files, so cleaned them up bu the speed reached only around 48.
I changed host from Site5 to KnownHost with SSD drive and extra RAM. The reading did reach 75-80 with that.
Following this I installed P3 Plugin Profiler and found out that Jetpack and Yoast SEO (1.5.x.x) was eating 90% of the total plugin resources. I unisntalled Jestpack; it was useful plugin but not indispensable.
I also removed Yoast SEO. The decision was easy as I felt it didn’t improve my SEO. Yes, I said it! I know how big a name Yoast is, but it didn’t work for me. May be I didn’t use it the right way but hell I would rather not use what I don’t know how to use and the cost opportunity was too high as speed was important to me.
And her is the result:
Hi,
Thanks for the reply Marius,
Actually the blog is old, and i was not aware much about seo, that’s why set the permalink structure with .php, like
http://www.example.com/category/sub-category/post.php
Now please suggest what to do, as when i try to share post with the help of share buttons below the content, the page not found error occurred as the share buttons picks url without .php
Kinds Regards
i need to show, on sidebar for example, a block with title and photo but from another site.
for example a blog3widget showing title and featured photo from a specified url or category from another site.
how to? it’s possible to change code creating a new blog or use a plugin?
Hi,
You can’t , because that button are provided by the social network(facebook)
Hello,
I am wondering if there is a way to add another one banner next to the other one (for example an 120X60 px image) on the header ad space.
http://tinypic.com/r/eqwigw/8
The code that I have allready in the header ad containing some text and the ad is:
<div align="left">
<a href="http://aeknea.gr/aetos">
<b> Ο αετός λέει: ερχομαστεεεεεεε</a> </b>
</div>
<div align="right">
<script type="text/javascript" src="http://media.mybet.com/ad.aspx?pid=61566&bid=2845"></script>
</div>
Can you please tell me in which file I can edit the dimensions of the Facebook like button?
https://www.dropbox.com/s/f85a6y261xmkp0b/Screenshot%202014-03-27%2022.48.20.png
Thanks Cristopher. That you says has sense, but I’m using this theme some months before with custom css and I’ve never seen this happens.
I’ve always seen it as my style loaded directly, without any kind of flash of the original.
And before when I use custom css to replace some styles works fine. Now, the example that I told you before. The first meta-info is the original, the second is that I want to replace. But when I join to my website I only see the original. And the second appears when I inspect the element, like this:
.meta-info {
font-family: ‘Ubuntu’,sans-serif;
color: #CBCBCB;
font-size: 12px;
}
.meta-info {
font-family: ‘Roboto’;
color: #4B4B4B;
}
Some elements of my custom css works fine. But others, like this .meta-info, don’t work. I don’t know why.
Thanks again
I have the theme style modified by CSS, but now I have some problems with customs CSS.
Some custom CSS dont work.
Example: If I put a different color in .meta-info my new color doesn’t appears. I have to modified style.css to getting this color.
And other problem is when I have my theme with changed fonts and color grey. But when I join to my website the first 1-2 seconds I see blue theme color and original fonts, like the demo.
What happens?
In my prev post I had a problem with css in bbpress, and you recommend me to upload all files via FTP to solve it. I solve my problem with forum, but I’ve new problems now.
I understand that UberMenu doesn’t work with this theme, and although that’s something you might need to look at in the near future, I need to ask: how can I make columns of things in the menu of the theme as I’d do in ubermenu? Have a look here for an example
hi,
1) this is a little difficult, as the page is made from 3 components.
the first component is the header where the logo is, the second is the menu part
and the 3 is the rest of the page. so you need to apli shadow to all of this elemets.
2) soon we will relese a new version of the theme with a new fonts solution.
right now you need to do this from css. in the theme panel we have a panel for custom css : http://screencast.com/t/stb3BvsajWwc .then in the same panel add your custom css for fonts and the css to target what element you what to apply the font too.
3) only the log In and Socials have Style 1. this is how the disign was made. no solution for this.
sorry I could not help you more.
Thanks for you message.
Radu A.
Hi,
I have a strange problem. When i put the facebook code in the header.php (at the beginining) to make the facebook comment works, the favicon desapears on chrome and internent explorer, it only works on firefox.
The facebook code is :
<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/fr_FR/all.js#xfbml=1&appId=…………….”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
Do you know what to do ?
Thanks for your great theme and very great support 🙂
Hello. Newspaper is Amazing. The most complete theme I’ve ever encountered. A couple of questions:
1. I was wondering if you have any custom css that would allow me to put a gradient shadow around the main body of my pages.
2. Also, I would like to customize the fonts output by the widgets (body text). How can I do this?
3. Some widgets do not have an option to use Style 1 header. Do you have a solution for this?
Thanks in advance. Hope you respond soon.
Philip
Hi, I am a Senegalese journalist, and I manage my online Newspaper.
I do not speak well the English. But I try to be more clear as possible.
I have two problems.
-First, I can no longer upload images to a new post. I can not publish a post on my website. I do not understand why?
-Second, i would like to know, how can I publish a post in another section? For example, if I publish a post, I’d like it goes directly to another area and not on the feature. I wished to keep the featured image while posting in the other window.
Thank you and congratulate for your beautiful theme!
Every time we copy the code from development to staging we loose all of our Theme panel settings for Newspaper. For example each time we move to a new environment we copy the entire database over but it doesn’t remember that we want to hide all the social media icons, views and comments. We want to turn all of these off each time we copy the database for testing. Is this a config file stored somewhere? If so, can you tell us what directory it is located?
Hi,
Try with this:
.fb-social-plugin iframe {
max-width:600px !important;
}
Thanks!
I sent you via email
1. in old version, I can add javacript code in copyright text but in new version it appear “/” for ” from javascript, how put javascript after copyright text in new version?
2. Can I add javascript or iframe code in other area such as after a footer bottom menu ?
example : http://i.imgur.com/6tuLtEh.jpg
3. I try use javascript in Top Footer but it appear in middle, can I put in low bottom and right instead of middle ?
http://i.imgur.com/roMtdGV.jpg
4. How to change text and link color in Top Footer ?
Hi,
@per123 please give us your site URL to see the issue.
Hello,
is there a way to hack the code in order to put a banner above the header? Just like the example on my site, here.
Thanks,
Mario
Here are some javascript errors which are occurring on the theme panel page:
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:843
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:860
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:878
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:932
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:950
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:968
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:986
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:1004
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:3264
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:5747
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:5876
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6005
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6134
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6263
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6392
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6521
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6650
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6779
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:6908
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7037
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7166
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7295
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7424
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7553
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7682
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7811
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:7940
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8069
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8198
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8327
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8456
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8585
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8714
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8843
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:8972
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9101
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9230
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9359
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9488
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9617
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9746
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:9875
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10004
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10133
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10262
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10391
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10520
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10649
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10778
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:10907
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11036
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11165
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11294
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11423
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11552
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11681
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11810
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:11939
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12068
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12197
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12326
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12455
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12584
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12713
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12842
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:12971
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:13100
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:13229
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:13358
ReferenceError: td_upload_image is not defined
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:13487
TypeError: Object [object Object] has no method ‘backstretch’
http://welfarenewsservice.com/wp-admin/admin.php?page=td_theme_panel:13588&host=welfarenewsservice.com
Thanks.
@gekonstudio is right, but im talking here about croped share window which opens when you like an article
as you can see here: http://screencast.com/t/cExAyBrgc