td-speed-booster

Posted in: Newspaper
Post count: 16

Hi, I have mofified the td-speed-booster.php file as instructed in your help files.
However, whenever I run a speed test on google developer. I still get the same CSS files I have identified as being the issue. How can I fix this?

1. You can run the test with my url here: http://www.siempreactivo.tv and see what I am talking about.

2. BELOW IS THE CODE I MODIFIED IN THE td-speed-booster.php

* here we move the css

*/

function css_mover() {

if ($this->td_theme_name == ‘Newspaper’) {

// wp 011 – Newspaper 6

//$this->move_style_to_footer_queue(‘bbp-default-bbpress’); //bpress old

//$this->move_style_to_footer_queue(‘bbp-default’); //bpress

$this->move_style_to_footer_queue(‘google_font_open_sans’);

$this->move_style_to_footer_queue(‘google_font_roboto’);

$this->move_style_to_footer_queue(‘contact-form-7’);

$this->move_style_to_footer_queue(‘front-css’);

$this->move_style_to_footer_queue(‘bbp-default’);

$this->move_style_to_footer_queue(‘rs-plugin-settings’);

$this->move_style_to_footer_queue(‘woocommerce-layout’);

$this->move_style_to_footer_queue(‘woocommerce-smallscreen’);

$this->move_style_to_footer_queue(‘woocommerce-general’);

$this->move_style_to_footer_queue(‘js_composer_front ‘);

$this->move_style_to_footer_queue(‘td-theme’);

$this->move_style_to_footer_queue(‘td-theme-woo’);

if ($this->is_ie === false) {

// move style.css theme style

//$this->move_style_to_footer_queue(‘js_composer_front’);

$this->move_style_to_footer_queue(‘td-theme’); //this is the main style of the theme. It’s only moved on Newspaper 6!

$this->move_style_to_footer_queue(‘td-theme-woo’); //this is the main style of the theme. It’s only moved on Newspaper 6!

}

Post count: 22421

Hello,
Please check to see if you have entered the correct id’s for your plugins and fonts. Also make sure that the quotation marks of your added code are identical to the ones in the default code (problem in php)
Please check all the steps again from this topic https://forum.tagdiv.com/how-to-make-the-site-faster/ and if all render blocks are not detected, you can follow this topic to see how to change the priority of speedbooster:
https://forum.tagdiv.com/topic/help-in-using-speedboost/
Thank you!

Post count: 16

Thank you for your reply. But as you can see in the pasted code I provided above… The syntax is correct, and the quotation marks are in the right places. I have gone through the steps a dozen times and still google speed test still see’s the CSS as an issue. Whats the next solution here sir!

Post count: 16

I had to disable all the plugins for speedbooster to finally work. Thats cr.azy!
How can I add these to the allowed plugins list. Becuase some of these plugins I disbabled are really important to the web site functionality.

Thank you!

Post count: 22421

Hi,
I assumed you did a search through the forum to find out about speedbooster’s plugin compatibility and the way to remove it. Sorry for making assumptions. Please follow this topic to see the compatibility function and the way to remove it:
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.