- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Had previously reported a problem with a loop in Theme Panel…something I took care of through my main site’s Wordfence settings.
But now I’ve got that loop problem in trying to use the Font Settings. Even deactivating Wordfence in my main domain makes no difference, nor does deactivating other plugins.
‘and yes, everything else is up to snuff in that the settings in WP Config and at my host are all as they should be.
BTW, it’d be extraordinarily tedious to have to manually go from one to another determining what colors to apply to what font in whatever sections. Doing a basic set of link hover colors in CSS does the job but poorly for the moment.
Please help.
The ad system supports multiple image sizes for mobile optimization, just like WordPress srcset.
You can put a simple ad unit in the sidebar widget as a text box, and if WP doesn’t scale in sidebar, just ad the normal CSS for responsive images (e.g., width:100%;max-width:300px;height:auto; ).
That’s what I do with locally hosted ads.
( I don’t work here; so feel free to ignore my input! )
Hey.
I tried to install site on wordpress but it gives me error that stylesheet.css is missing? Why is it not in the downloaded package?
The package could not be installed. The theme is missing the style.css stylesheet.
Hello sil2,
Unfortunately, please notice that our theme does not have any such an option that allows you to manage your ads according to WPML templates, sorry! You can filter your ads only if you will use page ID and you should select the page from where you do not want to appear the Ads and use a bit of CSS code for that. Sorry, but another alternative, in this case, our theme does not have.
Thanks for your understanding!
Hello raj-guru,
Unfortunately, notice that our theme does not have any such an option that allows you to set the background only for the homepage, but please notice that you can use the following trick in this case. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-stretch-width{
display:none!important;
}
.home .td-stretch-width{
display:block!important;
}
NOTE: When the background image was been setup, the theme layout will become boxed.
Hope this helps and let us know how it goes!
Thanks for your understanding!
I’ve noticed that related articles are enclosed in a <h3> HTML tag.

I would like to change this behavior and use normal font, with a CSS styling.
How to accomplish it?
Hi,
You can try a code like the one provided below. It will make the top menu display on mobile, and be sticky as well
– https://www.screencast.com/t/imk5KSLM
The code must be entered in Theme panel->Advanced CSS in then phones section
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
}
.body-td-affix .td-header-top-menu-full {
position:fixed;
top:54px;
}
Thanks
Hello TOPMagazin,
If you want to remove the pagination in Mega Menus and in above the Latest Articles Box, please use the code below and place it in Theme Panel -> Custom CSS Area.
The code is ->
.td_block_mega_menu .td-next-prev-wrap, .page-nav{
display:none;
}
Thanks for your understanding!
Thanks for the reply! I’m fine with editing the CSS, or even the code. (Child theme, here we come!) So, is the limit on the log size a CSS thing, or does the theme automatically resize the image to that size when uploading via the theme panel?
My problem is that I really like the look of Style 3, but want the logo look of Style 10.
Thanks again!
You don’t have to use TD Composer; you can keep using Visual Composer if you wish.
TDC is not a 1:1 replacement for VC. You would need to redo your layout for home page or custom page with TDC if you choose to use that instead.
Can’t you use normal HTML/CSS3/HTML5 tables?
You might be able to add CSS for the table classes you’re using.
(I don’t work here; just food for thought.)
-
This reply was modified 9 years by
simchris.
Hi i24gabon,
I’m not a pro in CSS, but I think the following code should work on your website.
/* Setting header to 100% */
.td-header-wrap.td-header-style-3 {
width: 100%;
}
/* Setting children size */
.td-header-top-menu-full.td-container-wrap,
.td-banner-wrap-full.td-container-wrap,
.td-header-menu-wrap-full.td-container-wrap {
width: inherit;
}
Add it in Newspaper>Theme panel>Custom code>Custom CSS
Please tell me if there is any problem with it !
Hello! On the category page, the tab bar spans the first 2/3 of the page, and then the rest go into a drop down menu. Is it possible, perhaps with css, to make the tab bar go the full width of the page so that a drop down menu is not necessary. Please see here: http://e50.4da.myftpupload.com/category/gallery/ Thanks!!
Hi to all..
I need to hide the initial description text on block 11 on my homepage? How could i do? Via Css code?
Thx a lot
Orlando
Hi there,
I’m experiencing a strange issue on my site: http://www.trailrunning-szene.at
On MAC computers everything is fine, on Windows the CSS file is not found and the page is broken.
Could you please help?
Thank you in advance!
Hi,
The view count is not displayed in the blocks and modules. The modules only display the author name, date and comment count. If you mean the comment count, try this code
– https://www.screencast.com/t/ErV2Ar9Se
The code will apply to all the modules on the website, enter it in Theme panel->Custom CSS
.td-module-comments {
float:none;
display: inline-block;
}
Thanks
Hi,
I could give you a code to center the header logo, in Header style 3. Or you could choose another header style that displays the logo centered from default. Like Header style 10 for example
– https://forum.tagdiv.com/header-styles/
Also worth mentioning is that for Header style 3 there is a limit for the logo size
– https://forum.tagdiv.com/logo-favicon/
While styles 9, 10 and 11 do not have a required logo size. You can upload any logo you want, and it will be displayed in full.
If you would like to keep using style 3, this code will center the logo
– https://www.screencast.com/t/R3UOo7YQRK
.td-header-style-3 .td-header-sp-recs {
display: none;
}
.td-header-style-3 .td-header-sp-logo {
float :none;
margin-left: auto;
margin-right: auto;
}
The code must be entered in Theme panel-Custom CSS, if you decide to use it
– https://www.screencast.com/t/20zf5kjHboXK
Thanks
Hello rsh2k1
Notice that you can change your blockquote from Theme panel, like this -> https://www.screencast.com/t/NlG21NW3yQ Also, if you want to change the default style of this element, you should do it from the style.css and find after blockquote p and from here you can change the default style of this -> https://www.screencast.com/t/EiabJ7eDxN Clear all the caches and check the results.
Thanks for the message!
Hi,
It could be caused by a caching plugin, or maybe a security plugin. Maybe these similar topics can provide some information
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-posts-returning-404-error/
– https://css-tricks.com/forums/topic/404-page-not-found-after-changing-permalink-in-wordpress/
Thanks
Thanks, i found there are 2 ways to do it. One is using the css method and other is from the theme options itself.
hi,
I am using auto optimize plugin for minifying javascript, html and css. I will remove it but please suggest me a plugin for the same purpose that have been tested with the site. Or if you have a manual code to accomplish this task do send it to me and I will copy paste it into my site.
Thanks
Hi,
You could try a code like this one, and it will make the top menu visible on mobile as well
– https://www.screencast.com/t/vLxErQSO6d
.td-header-top-menu-full,
.top-bar-style-2 .td-header-sp-top-menu {
display: block!important;
float:none;
text-align:center;
}
The code must be entered in Theme panel->Custom Css, if you decide to use it.
Unfortunately I cannot test this on your website at the moment, it seems to require login information
– https://www.screencast.com/t/jIKHfwgl5lf9
The top menu will be displayed at the top, it is not part of the main menu container and it cannot be displayed along inside it. Normally the top menu is not displayed on mobile, there is a possibility that this solution may not work properly.
Thanks
Are you using responsive ads?
If you’re using custom ads, you need to put in smaller image sizes for mobile devices or wrap the div in responsive css and/or the image with a 100% width plug max-width class.
Hi, I just bought the theme, I tried to load it in wordpress 4.8 but there is a problem, it looks like I miss the style sheet ‘style.css’..
How can I fix it?
Hello! Just working through switching to Newspaper from another theme. Have one question up front:
I would like to remove the header ad, and have the logo be full width between the top bar and the menu bar. Basically, use Style 3 with no ad. I set the header ad to not display under Ads, but of course the hole is still there and the logo is still shrunk.
I’m fine with editing CSS and such; just need to know where and how. Thanks!
Well, remember the “theme” is not slow with F Rating — your site/setup is. Two totally different things. You also need to test with adverts off.
You need to do all the stuff noted on GTmetrix for your setup, from time to live, to gzip, to regenerating your images with compression, limiting calls to outside sites as that all slows things down, if using avatar photos use a local gravatar plugin, make sure you have enough RAM allocated, try to avoid plugins that do popups or rolls downs, avoid large background images (anything over 40k will massively slow down a page), consider using web-safe fonts and NOT a bunch of Google fonts; don’t use child theme as it’s a redirect; make sure you’re using PHP 5.6 or higher with opcache turned on (5.4 is a dog and way out of date; 5.2/5.3 are obsolete and should not be used unless no other choice for old code — which doesn’t apply to WordPress). Stuff like that.
Don’t use the lazy load animation on your posts/pages – disable that ‘effect.’ Consider not using the extra modules like related/more from other, or story ‘more to read’ flyout.
Get a good baseline for streamlined site, good page score — then turn on bells and whistles, evaluate the performance hit, and make choices.
I just switched all my AdSense ads to text-only, as I got sick of the 20 stupid crappy image, cookies and poor optimization of Google’s 10 year old image serving system. Their own ad server doesn’t meet modern pagespeed requirements, so why use it?
For example: I just did an install here; starting speed with 78; regenerated all thumbs with a compression factor of 50; switched off Google fonts, and moved to text ads; speed went to 90 with ads ‘on’ ! All that stuff seriously adds up.
Not sure if any of that helps. I was early adopter of Newspaper, Newsmag, and WPion. So, kinda a dinosaur around here. You might find my ancient thread helpful in the documentation > tutorials > DIY > best of forums. Maybe not.
Anyway – I have a 90 score right now, with no caching plugin and have not yet compressed the main style.css or main .js files, which should gain couple of points right there.
-
This reply was modified 9 years by
simchris.