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 :)
Topfgartenwelt
tagDiv Member

Thank you for the information!

Greetings Kathrin

Topfgartenwelt
tagDiv Member

Ok, thanks for your information. I think I found a solution with adaptive images 🙂

Greetings Kathrin

Topfgartenwelt
tagDiv Member

Ok, and which font is the smallest?

Greetings Kathrin

Topfgartenwelt
tagDiv Member

I just wanted to know, if I can do something that not so much CSS is loaded with the H1.

Greetings Kathrin

Topfgartenwelt
tagDiv Member

Ok and what should I change here to get the LCP down?

Greetings Kathrin

Topfgartenwelt
tagDiv Member

So what ist you recommendation for the lcp? The Lcp is great with Async Javascript, wouldn’t it be an Option to make it Work with the Theme?

Greetings Kathrin

Topfgartenwelt
tagDiv Member

That was not my question! This one Font is about 123 KB in Initial Kissing – isn’t there a way to reduce it?

Topfgartenwelt
tagDiv Member

@amit I’ve tried your code but it doesn’t work. The code from site I shared works but the menu function is very often delayed. So, what should I do?

Topfgartenwelt
tagDiv Member

@Amit Thank you so much!!! Now everything is working and I have a good score too 🙂

Greetings Kathrin

Topfgartenwelt
tagDiv Member

@Amit Thanks for your help, but the problem is that the theme is using an old JQuery:

ofenkartoffel-raeucherlachs-dillsauce:4387 Uncaught ReferenceError: tdbMenu is not defined
at HTMLDocument.<anonymous> (ofenkartoffel-raeucherlachs-dillsauce:4387)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)

I have now added this code to the function.php (desktop/mobile):

//Modern Jquery

add_action('wp_enqueue_scripts', 'nwd_modern_jquery');

function nwd_modern_jquery() {
global $wp_scripts;
if(is_admin()) return;
$wp_scripts->registered['jquery-core']->src = 'https://code.jquery.com/jquery-3.5.1.min.js';
$wp_scripts->registered['jquery']->deps = ['jquery-core'];
}

and now it works. Unfortunately sometimes there is a little delay. But I’m afraid to download the new jquery directly into the theme like written here:

https://nimblewebdeveloper.com/blog/use-modern-jquery-in-wordpress

Or would that be better?

Topfgartenwelt
tagDiv Member

I know 🙁 This is caused by Async Javascript and I don’t find the wright path to exclude 🙁

Topfgartenwelt
tagDiv Member

Dear Calin, I’m using the mobile plugin and not the responsive version of the theme. I don’t want to change that at all. I want to have a solution that the featured image is provided in an appropriate size also for the mobile theme…

Greetings Kathrin

Topfgartenwelt
tagDiv Member

@amit /wp-content/themes/newspaper(.*).js doesn’t work, if I want to exclude the main javascript…

Topfgartenwelt
tagDiv Member

Dear Vlad, I’m only using one Font (Helvetica), so I can’t do any changes. The font is about 128 kb. So would do you recommend?

Topfgartenwelt
tagDiv Member

@Amit What is the name of the themes main Javascript? The plugin wants concrete name for the exclusion. JQuery I already have excluded from Async.

Here’s a picture of my current settings: https://www.topfgartenwelt.com/svg-logo

The problem with the menu only appears in chrome…

Normally I’m using stop bad bots and my hoster has a protection for the website too, but if the plugin is on all testing tools are blocked, so I have deactivated it for trying to get the LCP down.

I have already tried to reduce the font size on mobile but that leads to a much more higher LCP because the featured image comes into the viewpoint. Than the LCP is really worse.

I have a premium managed wordpress hosting. 🙁 I have already asked them why the server has problems but they only told me that I have worse optimized site…

Greetings Kathrin

Topfgartenwelt
tagDiv Member

@Amit I tried the Plugin Async it helps to get the LCP down but the main menu stops working correctly in Chrome. Do you have any idea?

Greetings Kathrin

Topfgartenwelt
tagDiv Member

The problem appears only when I want to open the menu in the post section and in the mobile theme. On the homepage the menu works. I get the following message in the console:

Uncaught ReferenceError: tdbMenu is not defined
at HTMLDocument.<anonymous> (ofenkartoffel-raeucherlachs-dillsauce:4352)
at i (392819be-1604329671.min.js:2)
at Object.fireWith [as resolveWith] (392819be-1604329671.min.js:2)
at Function.ready (392819be-1604329671.min.js:2)
at HTMLDocument.J (392819be-1604329671.min.js:2)

It only appears in the category recipes on desktop and in the mobile menu. So maybe you can help me.

Greetings Kathrin

Topfgartenwelt
tagDiv Member

I checked the waterfall in GTMetrix and there are a lot of fonts, css and Java Script that is loaded in the headsection of the theme. I have deactivated all Google Fonts. So what can I do to the decrease the LCP. The LCP increased after the last update…

Greetings Kathrin

Topfgartenwelt
tagDiv Member

I’ve done it!

Topfgartenwelt
tagDiv Member

Dear @Amit you always such great tips to get Newspaper Theme faster. I did everything that was possible (Page Speed is now 94/99 without AdSense) but I have a big problem with the Largest Contentful Paint (the new ranking factor). It’s pending between 2,3 and 3,1 seconds since the last Google Core Update. Most of the time the LCP is over 2,5 seconds and I get the information that I have to improve my sites. But should I do? A test with GMetrix has shown that there are a lot of fonts, CSS and JS is loaded. I have disabled all Google Fonts.

Which part of the theme causes the large LCP?

Greetings Kathrin

Topfgartenwelt
tagDiv Member

@larane It seems to be working for the mobile version, when you but pinterest hover code in the custom html section of the mobile theme. It’s a little bit strange but it doesn’t work if you put in the javascript section.

Greetings Kathrin

Topfgartenwelt
tagDiv Member

I didn’t remove Pinterest from the mobile theme, it stopped working after the last update and I don’t know why? I need the Pinterest Hover Buttons for my Blog. So how can I get it work?

Greetings Kathrin

Topfgartenwelt
tagDiv Member

I don’t want to remove all featured images from my site, but it would be nice if they would be provided in proper size when using the mobile theme. This would improve SEO and loading speed.

Greetings

Topfgartenwelt
tagDiv Member

This I have already tried, but I couldn’t find the Social Buttons for mobile when activating the Standard Pack.

Topfgartenwelt
tagDiv Member

@Calin I saw that the pinterest button stopped working again on the mobile version. I had implemented it in the footer –> widget sidebar edited in design-widgets-individuel html. What is causing this problem again and again?

Greetings Kathrin

Viewing 25 posts - 51 through 75 (of 244 total)