Newspaper - Best News WordPress Theme

Newspaper - Best News WordPress Theme v12.7

No permission to download

domv

New member
Nov 20, 2019
18
4
3
@unicorn Nevermind I think I solved it, I have a question though...
When I add a stream from Techradar...it has many categories, is there a way the articles to be categorized automatically to mine?
 

orjiakor

Member
Jan 2, 2019
166
10
18
Hello friend, I'm afraid of damaging my license
with a new wordpress for another domain

But still I tried to know more

I searched for information
Traces of my key
in the database about the license used

sorry friend
really i would like to help you

Just upload the file without the licence
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
@unicorn Nevermind I think I solved it, I have a question though...
When I add a stream from Techradar...it has many categories, is there a way the articles to be categorized automatically to mine?

Hope the question you asked me is sorted (which needed to create a folder "plugins" in theme's parent directory to store all plugin's .zip files) .
 

ELLIO7

Well-known member
Trusted Uploader
Banned User
Nov 27, 2019
2,202
2,775
113
125
Mars
Hello, Everyone. I need help! I am currently using newspaper 9 and I want to switch to newspaper 10 without losing any kind of settings I use on my existing theme. Is there any way I can update the theme manually? I really need to know. Thanks in advance.
 

tripal

Member
Jul 19, 2018
84
53
18
www.gontripro.com

ELLIO7

Well-known member
Trusted Uploader
Banned User
Nov 27, 2019
2,202
2,775
113
125
Mars
I need help! I am currently using newspaper 9 and I want to switch to newspaper 10 without losing any kind of settings I use on my existing theme. Is there any way I can update the theme manually? I really need to know. Thanks in advance.
 

wzafar

Active member
Mar 6, 2019
191
132
43
Here is the solution according to tagdiv team:
25447 25448
@tripal Thank you so much you saved my life. I was so much worried if anyone will go the extra mile to help me but you did. Thank you so much

@CyberDeviL @Tomz Thank you for looking out for us here... :) Love you all...


For everyone who is facing the social icons not appearing after updating to Newspaper 10.2 use the above solution it works like a charm.
 

ELLIO7

Well-known member
Trusted Uploader
Banned User
Nov 27, 2019
2,202
2,775
113
125
Mars
I need help! I am currently using newspaper 9 and I want to switch to newspaper 10 without losing any kind of settings I use on my existing theme. Is there any way I can update the theme manually? I really need to know. Thanks in advance.

Can somebody please help me with this issue?
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
Can somebody please help me with this issue?

Update the theme as usual, then install the plugins "TagDiv Cloud Library" & "TagDiv Standard pack" , then your existing demo theme's installation or settings or modification will remain same .
 
  • Like
Reactions: tanierlyons

ELLIO7

Well-known member
Trusted Uploader
Banned User
Nov 27, 2019
2,202
2,775
113
125
Mars
Update the theme as usual, then install the plugins "TagDiv Cloud Library" & "TagDiv Standard pack" , then your existing demo theme's installation or settings or modification will remain same .

Hey, I am using the nulled newspaper 9 right now. How can I update to newspaper 10 nulled? I don't see any option. The only thing I can do is, I can remove my existing theme (newspaper 9) And install the newspaper 10. But I guess in that case my settings of theme panel will be restored which I don't want. Can you please tell me specifically is there any way I can do what I want.
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
Hey, I am using the nulled newspaper 9 right now. How can I update to newspaper 10 nulled? I don't see any option. The only thing I can do is, I can remove my existing theme (newspaper 9) And install the newspaper 10. But I guess in that case my settings of theme panel will be restored which I don't want. Can you please tell me specifically is there any way I can do what I want.

OK, , , WAIT , POSTING . .
 
  • Like
Reactions: ELLIO7

wzafar

Active member
Mar 6, 2019
191
132
43
Hello Guys,

I am facing another issue and need help please. Basically I would like to remove google default fonts from loading in the Newspaper theme. Even though setting my own custom font and using that throughout the theme panel it still loads the default google fonts like roboto and open sans and many variants of it. which slows down my site.

Upon searching I found it has been answered in the tag div forums but being a nulled user I have no access can you please check and paste that content here in the forum.

Here are the links I found for the solution posted by tag div team. If you @Tomz @CyberDeviL @tripal or anyone else from the forum could paste the content from below links this will be great. Thank you so much.



 

tripal

Member
Jul 19, 2018
84
53
18
www.gontripro.com
Hello Guys,

I am facing another issue and need help please. Basically I would like to remove google default fonts from loading in the Newspaper theme. Even though setting my own custom font and using that throughout the theme panel it still loads the default google fonts like roboto and open sans and many variants of it. which slows down my site.

Upon searching I found it has been answered in the tag div forums but being a nulled user I have no access can you please check and paste that content here in the forum.

Here are the links I found for the solution posted by tag div team. If you @Tomz @CyberDeviL @tripal or anyone else from the forum could paste the content from below links this will be great. Thank you so much.



Here are your answers:

Do I really need to change all the text fields for fonts?
Unfortunately, our theme does not have such option to change the fonts for all website. The theme uses by default Open Sans and Roboto. The simplest way to achieve this, would be to search/replace these kinds of fonts with your desired font in style.css, like this -> http://screencast.com/t/QqveC5k0B

Hope this helps and let us know how it goes!


How to Disable Google Fonts?
To do so you have to edit following two theme files

1 – td-config.php (located in themes includes folder)
2 – style.css

Remove the following code from td-config.php

/** * the default fonts used by the theme. For a list of fonts ids @see td_fonts::$font_names_google_list */ td_global::$default_google_fonts_list = array ( '438' => array( 'css_style_id' => 'google_font_open_sans', 'url' => td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,700' ), '521' => array( 'css_style_id' => 'google_font_roboto', 'url' => td_global::$http_or_https . '://fonts.googleapis.com/css?family=Roboto:500,400italic,700,900,500italic,400,300' ), );
Refer – http://prntscr.com/cgub4l

Now edit style.css file

replace:font-family: 'Open Sans', arial, sans-serif;

withfont-family: Verdana,Geneva,sans-serif

and

replace:font-family: 'Roboto', sans-serif;

withfont-family: Verdana,Geneva,sans-serif

That’s it. Upload both files and clear cache and browser cookies to check result.


How change DEFAULT fonts

You will have to check your Theme panel->Theme Fonts and from there you will have to push the Clear Button and Default because the theme will automatically set the Default font, like this http://screencast.com/t/YtuUwMYs2W3 and here -> http://screencast.com/t/8g2jL6Mw7v2

Hope this helps!

and this one

Unfortunately our typography system is built in such a way that there is no “one font to rule them all” Each element has it’s own font and it’s own settings. You can bypass a few settings with the general option for each category of fonts: http://screencast.com/t/9LhScR8wY4
There are however a few workaround methods by changing the default font of the theme. Please follow this topic to see how it can be done: https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/

Thank you!
 

wzafar

Active member
Mar 6, 2019
191
132
43
Thank you @tripal. You are so helpful. Really appreciate your help. May God bless you Man... :) This solution works also and the default nature of Newspaper theme to load 4 or 5 variants of Open Sans and Roboto can be removed using the above solution.

My advise based on personal experience to everyone using Newspaper theme to speed it up don't use google fonts disable them, download the font from google or anyother source, change ttf or otf font to woff format font using https://convertio.co/ttf-woff/ then upload the font in custom fonts and use that see the difference yourself.

Thanks @tripal again for such great help.
 

reufjaha

New member
Nov 8, 2019
4
2
3
Hi guys, I am new one here and I was reading about tagdiv cloud. I figure out that we must import demo to get a category template for example but problem is that i have live site already, if I import demo i will lose all my existing data ? Anyway if i import demo without content, cloud template is empty :( , any solution ? Thanks

I think i figure out, just in case if someone needs it, when you import demo to your live site, go to cloud templates and duplicate that template, then go back to import demo and uninstall demo. After that you will get your clean data plus tagdiv template for example for category :)
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu