I understand, no problem. Will sort it out. Thanks for helping me so far.
Issue solved.
Perfect, solved! Thx so much.
Yes, I know that the url should be mysite/author/authornickname. The problem is that webmaster tools, google crawler, complaining about the 404 on mysite/author.
http://wefundex.com/author
http://wefundex.com/author/admin
But when I tried another author on mysite/author/nickname (other than admin) it redirects to mysite???
Great guys, I did that and it works fine but the text formatting is bad. I used code <?php echo "header text"; ?>
Need to set font-size, color, alignment, margins etc?
I basically want it right next to the logo. Vertically centred in the header-box (div.row 1200 x 120px) , aligned to the left with a margin of 30px.
Great that worked but it shows the read-time a line below date and post count. And obviously I want it next to date on the same line.
In the source I find <span class="span-reading-time">Leestijd: 3 minuten</span>
How can i fix this?
Made the change but it doesn’t have any effect. Pagespeed Insight give still the above recommendations.
If the “td-inspect-scripts” in functions.php indicates;
google-font-rest |
td-bootstrap |
td-theme |
Doesn’t it mean that those CSS style are moved to the footer? (the fact that it indicates the ID but after the | no further reference)
I’ve added compression and browser caching to .htaccess I’ve ran another pagespeed test and now it shows “only”;
http://fonts.googleapis.com/…ed:400italic,700italic,400,700?ver=4.6.2
http://<mydomain>.com/…nal/bootstrap/td-bootstrap.css?ver=4.6.2
http://<mydomain>.com/…ent/themes/Newspaper/style.css?ver=4.6.2
So forget my remarks above about JS but how do I get rid of the css’s above the line? Especially that google-font thing is annoying me;-)
Lucian,
The instructions are clear and it works. Thanks for your help.
But still I’m wondering why the following code isn’t moved to the footer. Below a snapshot of what pagespeed insight is saying;
http://ajax.googleapis.com/…s/jquery/1.11.1/jquery.min.js?ver=1.11.1
http://<mydomain>.com/…es/Newspaper/js/td_external.js?ver=4.6.2
http://<mydomain>.com/…s/Newspaper/js/min/site.min.js?ver=4.6.2
http://<mydomain>.com/…cludes/js/comment-reply.min.js?ver=4.1.1
http://fonts.googleapis.com/…ed:400italic,700italic,400,700?ver=4.6.2
http://<mydomain>.com/…nal/bootstrap/td-bootstrap.css?ver=4.6.2
http://<mydomain>.com/…ent/themes/Newspaper/style.css?ver=4.6.2
http://<mydomain>.com/…ssets/css/essb-sidebar.min.css?ver=4.6.2
http://fb.creoworx.com/…lat-retina/easy-social-share-buttons.css
I’ve identified the ID’s added the ID’s to the Speed-Booster “move-to” instruction plugin.
The screenshot after the adaptations in functions.php shows:
registered scripts
admin-bar | /wp-includes/js/admin-bar.min.js
td-external | http://<mydomain>.com/wp-content/themes/Newspaper/js/td_external.js
td-site-min | http://<mydomain>.com/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
admin-bar | /wp-includes/css/admin-bar.min.css
easy-social-share-buttons-sidebar |
boxes | http://<mydomain>.com/wp-content/plugins/wordpress-seo/css/adminbar.min.css
google-font-rest |
td-bootstrap |
td-theme |
But Pagespeed Insight is still complaining about it. To me it seems that the JS code isn’t moved even-though I’ve added it to the speed-booster plugin php. “easy-social-share-buttons-sidebar” and “td-bootstrap” are moved but still pagespeed is mentioning it. What can I do?
Hi Marius,
Please look at wefundex.com
Apparently the CSS was not moved to the footer. If you check Google Pagespeed Insight on my domain, you will notice the remarks about a.) moving css to footer and b.) reduce css, js, html code.
Thx!
Guys,
I’m quite new to all of this but I’m trying to improve site speed. And have 2 blocking css sources. (have read all the relevant posts, have followed Chris ‘s advice)
I’m trying to move the easy-social-share-button css files but it doesn’t seem to work. I’ve inserted below code in td-speed-booster.php
$this->move_style_to_footer('easy-social-share-buttons-css');
$this->move_style_to_footer('easy-social-share-buttons-sidebar-css');
As newspaper footer I’m using a new-made footer menu called “basis-footer”. Does that make any difference?
—
On top of above the pagespeed insight tool is suggesting to reduce CSS, JS and HTML code.
Newspaper/style.css (saving 18%)
Newspaper/td_external.js?ver=4.6.2 (saving 10%)
http://<domain> (saving 18%)
Hope you can help me. Thx in advance