- 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
One note is that while using AdSense for testing PageSpeed Insights lowers your score, that is the tested score, not the actual score for ranking signals, which discounts the advertising from their own network in calculating the speed for their purposes.
Put another way, Google doesn’t really lower your ranking based on speed for loading their own content on your site, as related to their ad system(s).
So, test with AdSense OFF, but you can then switch ads on, but choose text ads vs image ads (in your AdSense account), to derive minimal revenue from your site effort (neccessary for most bloggers and newspaper/magazine sites). Additionally, using only two ads vs 3, does help with overall user experience.
One way to “guess” the version is to look at the td-bootstrap.css file and look for any of the styles unique to BS3 such as for tables, the semantic changes to button classes, etc.
Yeah but who wants to think that hard on it? lol
I have yet to find anyone, outside of office and corporate networks, still running <= IE9, even with XP, which is fine because FF and Chrome work on those systems. Let’s call this the giant label on my forehead that says I hate IE and do not support it for my users. Some of the best technological minds in the world at Microsoft, and they’re still spending too much time trying to increase market share instead of making the most of a market that refuses to cave.
Come to think of it, I’ve already come across 3 premium plugins on Envato that I bought for use with Newspaper, and bootstrap was the source of the conflict. Wasted $68 already so trying not to make that $90.
I know Newspaper uses some of BS3 based on the viewport meta tag use, but that isn’t everything. I need to know what version Newspaper customized to really answer this one, I think. The plugin author has some questions on it as well, basing it off of the 2.3.1 version of BS, so we’ll see how much it matters from his point of view too.
Always a pleasure, Chris.
I thought the theme works on a modified/custom version of Bootstrap 3. However worth noting that BS3 is not compatible with Internet Explorer prior to IE9 at all, which is why some still use 2.3x (which we do on our business site actually, so the large existing userbase on WinXP can still see the pages at all vs a mangled list of bullet lists).
So, keep that in mind; some people do want compatibility with IE6,7,8, which BS3 has ZERO support for.
And of course remember the theme is not built on the “full everything on” version of Bootstrap but custom version which anybody can build out based on choosing components at the dev portal.
That might not help, just food for thought on this topic.
One way to “guess” the version is to look at the td-bootstrap.css file and look for any of the styles unique to BS3 such as for tables, the semantic changes to button classes, etc.
Hi,
I am looking for a way to set the module 9 excerpt length using custom CSS code.
(I know I can also set this using the theme settings, but this conflicts with custom CSS code I already use).
Can anyone please supply me with the custom CSS code to set the excerpt length of the modules (in my case Module 9)?
Thanks 🙂
Anecdotal: I had same issue with light box on my main business site (not running WordPress). We worked hard to explicitly conform everything to the validator back in 2011, but now with the CSS3/HTML5 stuff the validator throws a LOT of errors, hence why the HTML5 validator is labeled “experimental.” It tells me my light box pop up code isn’t supported in HTML5, and yet it works and is correct for CSS3/HTML5, but not CSS2. Soooo, even with correct doc types, etc., it gets confused on some stuff. It’s also a bit funky with mod_pagespeed elements. I got our main site to only throw 2 errors simply by changing couple of things (oh, like the old ASCII code for the trademark symbol should be the four number version not the old three number version, etc.).
That may not help, but Lucian can help sort it if he can see link to your website page.
Here is somemore tips on what can give you a very bad google pagespeed score…
1. Ads (Google,amazon, etc) Ads really put a slowness on ur site that’s why i don’t use any ads on my site what so ever.
2. Sliders make ur site look very nice but they make ur site slow as well and i don’t use any sliders on my site.
3. Social sharing Bottons is something every one want on there site to get more traffic,but there is a lot of social sharing plugins that make ur site very slow because they don’t render correctly also they not coded good,if you want too use social sharing bottons on ur site my advice is to use the build in theme sharing bottons are find a good coded social sharing bottons like what i done that you will not even notice there even on ur site when it’s loading.
Recommendation from me for social sharing plugins as follow…
4. Ultimate Social Deux plugin i’m using on my site it’s coded correctly and very lightweight and look very nice on ur site with out slowing ur site down, in this case you will have no issues what so ever on ur pagespeed.
This plugin is not FREE you can buy it from this URL http://codecanyon.net/item/ultimate-social-deux/6556073
5. A lot of unnecessary plugins can also put a lot of stress on ur site speed and server and make problems with ur theme etc,try to find a plugin that have many things in one,in this way you cut down the total of ur plugins also the load on ur server.
6. A good hosting company is the main factor of a good google pagespeed as well,some people will go for very cheap hosting to save money but they don’t get what they pay for,some cheap hosting don’t care about ur speed etc so before you pay for any hosting make sure you know what they giving you and if there good are not.
My site is hosted with the same company that i’ve host my radio server and domain with and they give you more then your money can buy..they called “Listen2myradio.com” i was with them for a few yrs now and i never had problems what so ever with them and my site and radio always up 99.9%..
My hosting company give they users the max on every thing with they hosting packages which will make ur WP site run smooth with no issues with speed..
PHP Memory Limit: 256M
MySQL Version: 5.5.37
PHP Version: 5.5.14
PHP Max Upload Size: 2000M
PHP Max Post Size: 8M
More tips coming soon..
P.S. Rather than use mb_strtoupper, why not style text-transform on the block titles so it’s easier to just change via CSS? (This is half a suggestion and half me actually asking because I don’t know which way is better.)
Yes, the issue is there. I added this css as for some reason div class/id added to ad code in Header Ad box don’t work. Also the css given by you didn’t work.
So I ended up changing this:
.header-content-rec {
height: 122px;
}
It did work, but I am not sure if that’s a good idea or if its breaking something else shomewhere.
Hi,
Yes, use this css:
.td-sub-footer-wrap {
position: fixed;
bottom: 0px;
width: 100%;
z-index: 3;
}
Thanks
Hi,
Please remove this: http://screencast.com/t/JDHcaDGrnSJ
After you can use custom css to change it.
Thanks
Hi,
Please use this custom css:
@media (min-width: 420px ) and (max-width: 767px){
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 300px;
height: 48px;
}
}
@media (max-width: 420px) {
.header-search-wrap #search-button .td-sp-ico-search {
position: relative;
left: 0px !important;
}
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 200px;
height: 48px;
}
}
Should fix this like this: http://screencast.com/t/9cPrnFAQRU
Thanks
Hi,
Please use this custom css in theme panel > custom css:
.home .span4 .td_block7 .td_mod2 {
margin-bottom: 0px;
}
Set a larger value for margin if you want some space there.
Should work like this: http://screencast.com/t/8Ay8xJoj8
Thanks
The most important plugins you need to even get this close to getting those scores..as follow
1.tagDiv speed booster
2.Speedbooster Pack Plugin (Don’t use the feature Disable all above CSS options on mobile devices) all the other features can be use but it all depends on ur site.
3.WP Super Cache Plugin this work better with the theme and don’t cause any issues with the theme code.
4. Optimize Database Plugin http://wordpress.org/plugins/rvg-optimize-database/
5.EWWW Image Optimizer Plugin
6.CloudFlare Go to “performance settings tab” and make sure you choose every thing in there…
A.CDN & Full optimizations
B.Simplified
C.Rocket LoaderThis play a very big important role in ur google pagespeed test as well make sure it’ turn on..
D.Auto Minify (JS,CSS,HTML)
E.Minimum expire TTL Make sure it’s set to 5 days not more are less..
A very important tip,early in my post i recommend to use a “Leverage browser caching plugin” well i was using that for a while but it was not working the way i thought it should, i’ve deleted the plugin and add the “Leverage browser caching code” to my .htaccess file make sure this code is at the very top of ur “.htaccess” file…this code works great and do the job better then a plugin also save you from another to install..
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
Hey Guys!
Is it possible to add css to have the sub footer fixed so it is always visible?
Thanks!
Because my post is about removing the “render-blocking CSS and JS files”from google pagespeed test…
I’ll like too show you my results that you can see all my tips in this post work and if you take them and use them in the right way, I sure think you will get the 95% score like me as well…here is some more screen shots of my results to let you know what will give you that 95% score for mobile and desktop..


Please don’t output any text in uppercase format.
For example, the category of the block, I would like to make it capitalized, but the text comes from the output already in uppercase format. I can’t make it capitalized with CSS.
Hi,
For the default post style, you have to add the comments template into loop-single.php file, like this: http://screencast.com/t/A2kFaUiXi
This is the line you have to add: <?php comments_template('', true); ?>
Also go to single.php file and change this: http://screencast.com/t/twEebRktgC0
You will get this result: http://screencast.com/t/UDt5hXijKHrQ
Use this custom css to remove the space from below and add some space above:
.next-prev {
padding-bottom: 25px !important;
}
.single-post .comments #respond {
padding-bottom: 0px;
}
Thanks
Hello!
I solved the error! It was CSS error in style.css file of new version of theme.
On the line 2988:
.td-post-text-content img, .mce-content-body img {
display: block;
}
I commented the line:
display: block;
Now it all looks OK!
Hi there,
I have migrated our WordPress website to live servers and the Newspaper theme looks great. Except for the fact that when viewed on Mobile, the logo doesn’t seem to resize. I’ve looked through almost every forum I could find via Google and tried a whole bunch of custom CSS code, but nothing seems to work.
The URL is: http://www.balukoo.com/.
Could you please let me know what else I can try to do?
Thanks.
Haresh
Hi,
I have tested your site using chromes mobile emulators for iPhone 3/4/5 and found no problem with your site: http://screencast.com/t/loyxqZkwIA
Also tested it on iPhone 4 and 5 and also on iPad devices and also found no issue.
It could be a temporarily server issue or something like that or like Christopher the issue could come from mobile data service providers.
I found though some issues with the video icon on your site: http://screencast.com/t/1DuPRD4Jkk2m
You could try to hide it on mobile screens using this custom css: http://screencast.com/t/8VKcoJrpq1DF
@media (max-width: 767px){
.td_mod8 .thumb-wrap .video-play-icon-big {
display: none !important;
}
}
Thanks
Hi,
I’m not sure if I understood right what you want, I believe you want that the post author to appear after the date of the post and not at the bottom of the posts where the author box it’s positioned. If this is way you want it please make sure you remove the comment from the loop-single.php and loop-single-1.php files. Edit each file and remove the two slashes “//” like this: http://screencast.com/t/VLf3DkCMw
For the other post style 2/3/4/5 you will have to edit the single_template_2/3/4/5.php files and remove the slashes “//”, like this: http://screencast.com/t/T8R4KFZhhnZl
If you want the author to appear after the date switch the line between them, like this: http://screencast.com/t/VJeSEWnwM4
Then go to td_module.php file and do this: http://screencast.com/t/kIj3H0yWMW like this: http://screencast.com/t/ZzzuRQLpfGG
After this add this custom css in theme panel > custom css field:
.single header .meta-info time {
font-style: normal !important;
margin-right: 0px !important;
}
You should get this result: http://screencast.com/t/58xJxjP1pDUW
You can disable the “author box” on post pages from theme panel > post settings: http://screencast.com/t/GM3BPolH
Hope this helps!
Thanks
Hi,
Glad you figured it out!
Regarding the sidebar, I have noticed that you are using the default page template: http://screencast.com/t/spbVpGtN
In that case you will have to add you custom class in page.php template, like this: http://screencast.com/t/m4NUcTZNv
You will not find a different class on sidebars on templates, that is the point, you will have to add it yourself so you can target the sidebar you use on that template and customize it like you want using custom css:
Result in my example: http://screencast.com/t/Y8d2bUtFwaz
Thanks
Hi,
Please remove the css I gave you before and add only this one:
.home .td-page-title {
margin: 0px 0px 3px 0px;
}
.home .td_980_not_resp .td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
This will apply only on homepage and will not affect the other pages.
Hope this helps!
Thanks!
Hi,
The menu loaded on mobile screens it’s different in appearance and functionality from the one used for the tablets and desktop screens so the mega menu dose not work on mobiles. In order to have an category with it’s subcategories you will have to add them like this: http://screencast.com/t/y9FnwtA0g which will be displayed like this in the mobile menu: http://screencast.com/t/lh5kwtedaaUP
A workaround would be to add the category twice in the menu from appearance > menus, once to display the subcategories as a mega menu and once to to add the subcategories as sub-items then use custom css to hide one on desktop/tablets and the other on mobiles.
Sorry about the inconvenience.
Hope this helps!
Thanks