- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
@neotrope Thanks, i’ve selected the option ‘Compress all content’ in my cPanel, this should do the trick. Thanks for all the tips guys 🙂 Will report back soon.
several of your errors should be set on on the server/hosting side of things and not via WordPress / plugins
1) gzip/deflate must be set to “on” for your server; contact your hosting provider
2) browser caching is controlled via expiration headers for content; with Apache it’s easy with htaccess file (see the pagespeed sticky topic for my settings)
3) vary/accept encoding header, set at server
Note that is why these items are marked “server” when doing test check on speed. These items are good for about 20 points alone and should be done first before doing anything else as these are necessary for ANY website, especially WP, to run faster (or really, to run properly).
@Orlando
you likely have some conflict with a plugin, or your server may be slow. I’ve not seen this issue on our sites at all. You should try deactivating plugins to see which one is causing the flash of unstyled text, or something inserting CSS in the head that is causing a delay to load rest of page such as slow ad network, complex jetpack element, or whatever. The plugin has been very highly tested with the theme, the recommended plugins, and on hundreds of websites (thousands?) and works very well when everything plays nice.
Sorry I don’t have better suggestion, but that’s the best advice I have. I went through these issues in January when we moved to new server. Couple of crappy old plugins simply no longer worked with WP 3.9 at all, and was not a theme or speedbooster related issue.
Hi,
Please add this CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.mobile-logo-wrap img {
top: 0px;
width: 157px;
}
}
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
Known issues using speed booster is that is used to be in conflict with Revolution slider but we fixed it, of course it may be incompatible with some plugins, i also think it moves script to the footer as a feature to improve page loading speed.
Try it and see what’s happening.
You can read more about moving css and js here: https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
Thanks
Hi,
You have no menu because you use the top one and that one it’s hidden on mobile, If you want you can add a menu or you can add this
CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.td-header-menu-wrap {
display: block !important;
}
.mobile-logo-wrap img {
top: 0px !important;
}
}
This way you will set the top menu to appear on mobile too. Unfortunately it will look like this: http://screencast.com/t/h2aWk9lQDKOS
Thanks
Hi,
You have to replace the breadcrums code of the theme with yoast code for breadcrumbs.
This is an e g for post pages: http://screencast.com/t/5aa5b1Js1
Also you have to remove the theme’s breadcrumbs, you can do it from page template by deleting th code or from Theme Panel > Post Settings > Breadcrumbs > Show or hide breadcrumbs on post.
You will get this result: http://screencast.com/t/beNVjuXWcnr
You also have to add this csutom CSS in Theme Panel > Custom CSS if you want to move the breadcrumbs a bit higgher on page:
#breadcrumbs {
margin-top: -30px;
margin-bottom: 20px;
}
You will have to do this for every template on which you want yoast breadcrumbs to show.
Here is an e g for Search Template : http://screencast.com/t/tEPahwPEauR
Thnaks
Hi,
Not exacly, module 3 has a diffrent layout, if you want to add this for module 3 you have to add it in td_module_3.php like this http://screencast.com/t/pEMMzPz0c and add this CSS in Theme Panel:
.td_mod3 .td-social-sharing-buttons {
position: relative;
left: 110px;
width: 33%;
margin: 0px;
}
You can make them look as you like using via CSS.
Thanks
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
#adsanity-random-3 {
text-align: center;
max-width: 100%;
}
Result: http://screencast.com/t/v8oBuMRYwy6
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
.td-post-text-content img .wp-smiley {
display: inline-block !important;
}
Also in order to make turkish letters work with speed booster plugin add this code:
&subset=latin,latin-ext
..in the functions.php file, like this: http://screencast.com/t/R0kmXGB8
Thanks
-
This reply was modified 12 years by
Lucian.
@Gee95 i have to go too work now,they a lot of info on the site that can help you set up correctly…bless
Yes,too get on cloudflare network you need to used they nameservers…
It’s asking me to change my nameservers, is this correct for WordPress? 🙂
there nothing to install you go to cloudflare websit @ https://www.cloudflare.com/ and sign up and then set it up…
Oh, i’ve never heard of ‘Cloudflare’ before. Is it simple to install on WordPress?
Thanks again 🙂
Cloudflare and this plugin..
removed “Leverage browser caching”
You can find that plugin also via wordpress website @ the url http://wordpress.org/plugins/leverage-browser-caching-ninjas/
Is there anyway to fix these main issues, maybe by plugins?
Image:

Thanks 🙂
This is super cache results for my site when it load..
<!– Dynamic page generated in 0.755 seconds. –>
<!– Cached page generated by WP-Super-Cache on 2014-07-18 07:23:37 –>
<!– Compression = gzip –>
I’m using a plugin called “Intense Site Builder” http://codecanyon.net/item/intense-site-builder-wordpress-plugin/5600492
that is not playing nice with the version 4,as much i edit to make the fonts smaller still no change,it’s not just fonts i have issues with some settings is not taking effect like the content changes of post and the sticy menu don’t work either and the css style is flickery all the time and other issues..
Yes it work with super cache because i’m using that as well,you just have to becarefull using a different plugins to “Optimize Your Website” just not many because it can cause issues also only used one cache plugin…
@steven You can bypass this (for the meantime) by editing the css file of the theme.
You can change the font sizes on the .td-post-text-content h1 to h6 on line 2117
@steven Thank you, do you know if it works with Super Cache? As i’ve had to deactivate W3 Cache as it was causing problems displaying my website.
Thanks 🙂
Hey @Gee95 don’t use the “Move scripts to the footer”,Defer parsing of javascript files,or the Lazy load images to improve page load times but all the rest you can used..
And clear all ur cache when you change and save the settings…
‘Speed Booster Options’ has slowed my website down, adding an extra 2-3seconds loading time.
What options would be ticked? At the moment it’s ‘Compression level: 90’ and all the boxes are selected.
Is this correct?
Thanks 🙂
hi,
use this css code here: http://screencast.com/t/iJyc9agybyN4
.td-social-sharing .td-social-twitter {
background-color: #fff000;
}
.td-social-sharing .td-social-facebook {
background-color: #fff000;
}
.td-social-sharing .td-social-google {
background-color: #fff000;
}
.td-social-sharing .td-social-pinterest {
background-color: #fff000;
}
change the color with the one you want. #fff000 means yellow.
Thanks for you message.
Radu A.