Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Rabattix
tagDiv Member

Hello,

first of all, it´s a great theme, but after installing all we need, and following your constructions for more pagespeed, nothing happens.

Lots of them is because of the pictures bus there are more ponts in loading js and css.

Now we followed your instruction to optimize the pagespeed by putting the files in to the footer, but nothing happens.

When we check the site withe the functions.php of the theme, there is also this:

registered scripts
td-external | http://our-domain.tld/wp-content/themes/Newspaper/js/td_external.js
td-site-min | http://our-domain.tld/wp-content/themes/Newspaper/js/min/site.min.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
registered styles
cptch_stylesheet |
cntctfrm_stylesheet |
google-font-rest |
td-bootstrap |
td-theme |
js_composer_front |

Then we put them to the footer, but this message is also available. What did we do wrong?

The td-speed-booster.php looks like this:

if ($this->is_ie === false and $this->td_theme_name == ‘Newspaper’) {
$this->move_style_to_footer(‘td-bootstrap’);
$this->move_style_to_footer(‘td-theme’); //this is the main style of the theme, it depends on td-bootstrap to load
}

$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘woocommerce_frontend_styles’);
$this->move_style_to_footer(‘cptch_stylesheet’);
$this->move_style_to_footer(‘cntctfrm_stylesheet’);
$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘td-bootstrap’);
$this->move_style_to_footer(‘td-theme’);
$this->move_style_to_footer(‘js_composer_front’);

//jetpack lost styles
$this->move_style_to_footer(‘jetpack-subscriptions’);
$this->move_style_to_footer(‘jetpack-widgets’);

/**
* move javascript to footer
*/
$this->move_js_to_footer(‘themepunchtools’);
$this->move_js_to_footer(‘revmin’);
$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘td-external’);
$this->move_js_to_footer(‘td-site-min’);

Can you help us please?

Thanks

Viewing 1 post (of 1 total)