- 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
here i found a screenshot of how it looked like before the update: http://gyazo.com/ae36da14bf3184fe2b29fed1a45ee822 here you can see the custom title “QUOTEN CHAMPIONS LEAGUE FINALE 2014” with custom color
After updating to the newest version of Newspaper i had to reinstall the wp-backery plugin as it was gone.
after activating the plugin the homepage is working again (without plugin it was a mess).
but now the headlines (custom titles) for the rows which NOT use categorys, but for example the “raw html” the headlines are gone.
http://gyazo.com/aba61de4d233c3b1ab24613b0d4d1728
when editing the row the possibility to define an individual title is gone.
http://gyazo.com/a508fe8a24aa45371f6b63cc3dbec63b
http://gyazo.com/baf40a2a74cea08d3e87322341c6dec9
so, where can i define an individual headline for that type of content (with indivdiual styling)?
Hello,
I want one of the menu buttons to be permanently highlited. Kust like on the example below. Could you please give me instructions, i’m not that good in coding.
Thank you.

Works perfect. thanks!
Hi,
Use this:
.td-menu-background.affix {
background-color: #FF0000 !important;
}
I was wondering also if it is possible for the entire main menu bg color to change once scrolled down?
Could you please add in your ZIP more than only 1 minor release patch? i’ve had the same problem; the last two patches were too fast to get&install them sequential
Hi there!
First I would like to thank you for developing an awesome theme! Really simple to work with, while amazing in design.
I have placed a list (with bullets) in my post, which is visible when I’m working in the Wysiwyg-editor. But when I save the post and look at it on my website, the bullets are not visible anymore. Here’s an example: http://sitare.nl/no-cannes-do/
Today I have updated the theme to the latest version, and before the last update these bullets were visible. Can you please take a look at it and tell me how to resolve this issue? Thanks in advance for your effort!
Kind regards,
Tom
Hi there, congrats on a wonderful theme…keep up the good work!
Ok two things….
1. I want to change the case that appears in the browser tab. For example…when i direct the user to the category NFL it appears as “Nfl/Spo…” in the tab, I would like to appear “NFL” ; uppercase. Any ideas? Or better a solution?
2. I want to set up an rss feed but never done it before…could you guide me to start the process of implementing this.
Many thanks in advance!
@fabriciosahdo
I don’t work here, just trying to be helpful.
No theme can help you optimize your hosting, or web server setup. No theme can optimize the content you’re uploading automatically. No theme can customize the settings needed for your htaccess or nginx config file. These are things YOU need to do in optimizing your or any WordPress-based website.
Just like the demo shows an example of how your site might look, YOU still have to configure it to your needs.
A theme is only a set of content styles running on top of your WordPress install, which is running on top of your domain account, which is running on top of the web server setup.
You should contact the theme developer for any refund issues.
You may want to hire a WordPress developer if many of the elements of managing a WordPress site are new to you. You should definitely explore how PageSpeed works for a better understanding of what is involved, as you will need to optimize your system with *any* theme you choose to use.
-
This reply was modified 12 years by
simchris.
Thanks a lot!!
hi,
I have found this class on some elements on your site: arevicofancy-overlay. we don’t have something like this in our theme.
please disable all plugins and try again. for W3 Total Chase please be sure to delete it because we had issue where we disable it and it was still active.
if you don’t want to modify your live site, try installing the theme on your computer and do this test to find out witch plugin add the extra css code, then remove it from the live site.
Thanks for you message.
Radu A.
Hi,
Add this CSS in Theme panel -> Custom CSS
.menu-item-12304 img {
height: 45px;
position: relative;
top: -3px;
width: auto;
}
also if you don’t use the above header you can hide it via CSS with this:
.td-header-bg {
display: none;
}
To change the logo when scroll use this:
1. Hide the original logo when scroll:
.affix .menu-item-12304 img {
display: none;
}
2. Add a new logo:
.affix .menu-item-12304 a {
background-image: url("put here the link to the new logo image");
background-repeat: no-repeat;
background-size: auto 47px;
width: 202px;
}
Adjust the 47px size and 202px size to fit like you want.
Hope this help!
Thanks for the message!
Anyone?
I am not the OP :D, just wanted to get some information while you were around 🙂
this is mine.
Thank you that worked perfectly!
Hi, you should check your server is running gzip/deflate first, as this makes a huge difference as everything is compressed when sent to web browser. Looks like a bunch of your stuff coming off Cloudfront is not compressed enough.
Simplest way to compress all your NEW images is to edit your functions.php file (see my notes about this in the pagespeed sticky thread in forum), but downside you have to update this each time theme updated. Popular plugin: SmushIt.
Looking at your report, there are some fairly big files for that page …
But you should be compressing/optimizing your images in Photoshop or something BEFORE you upload them … e.g., you have
1) 233.9 kB image
2) 115.9 kB image
3) 120.1 kB image
typically you shouldn’t see images larger than maybe 50kb if done right. I try to keep my article featured images no more than 25-35kb for example.
You might try scanning your page here
http://gtmetrix.com/reports/savvymantra.com/aqtDyX98
as it will tell you how and which images are too large on your page!
YOu still have a great PageSpeed rating, though. 🙂
Hi Radu, i have similar problem about that.
I added &subset=latin,latin-ext to the end of declaration as you can see below:
wp_enqueue_style(‘google-font-rest’, td_global::$http_or_https . ‘://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700&subset=latin,latin-ext’); //used on menus/small text
but it is not worked for me.
Before i add &subset=latin,latin-ext my web site looking like this:
http://i.imgur.com/fkHd8L6.jpg ( some problems with Ĺź,Äź)
After i add &subset=latin,latin-ext to the end of declaration, my web site looking like this:
http://i.imgur.com/h8sOEqd.jpg
Thanks for answering Radu
Have a nice day.
Hello,
I am somewhat new to the forum, but I did not see anything on this topic. The search feature on my site is hit and miss (works most of the time though), but the issue is that both the search and the comment buttons are not displaying correctly, they look out of focus or something. I am not sure what to do.
Please note: I am an absolute beginner!
Thanks,
Mike
Website: t4cnews.org
Hi, This is my first time to post here. Just purchased this theme last week.
My site is http://www.goarchers.com/ .Please advise how logo will fit in with the menu.
Also, will it be possible for this logo to change to a different one when scrolled down?
THanks
-
This reply was modified 12 years by
bigdeal.
why we have these differences? I have same problem. How can do my website performance like on demo page?
check my website stats:
Thanks.
-
This reply was modified 12 years by
maxu.
hi,
use this css:
.item-details .more-link-wrap.wpb_button.td_read_more {
padding: 0px 8px 0px 8px !important;
margin-top: 15px;
}
here : http://screencast.com/t/4tOfAnyr9
if you want to remove the button :
http://screencast.com/t/3sGvygxCxoh
http://screencast.com/t/qM0curZ2
Thanks for you message.
Radu A.
How can I make the CONTINUE button smaller and add more pad between it and the excerpt?
And, if I needed to exclude it from Blocks 6 & 9, could I do that?
Thank you! You guys provide the very best support!
How does one remove the calls to Font Awesome?
URL: http://example.com/wp-content/themes/Newspaper/includes/wp_booster/external/bootstrap/td-bootstrap.css
http://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3
It looks like all this does it allow one to use icons? Right? I just want to make my page faster, and these calls are usually 239 & 775ms.
Thanks!
Fudoki
If you’re using IE, switch to Chrome. I have this issue with IE11 on Win7/64 .. endless spin. Works fine in Chrome. Not sure related to your issue, but this was what happened to me 🙂
Seems some weird Ajax thing in IE … not related to theme, as it happens on other websites too, including Twitter’s ad module … entire div was missing with “create new campaign.” So, Chrome is “best for webdev” at the moment, unless you’re a Firefox fan.