kustv
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Problem CheckboxHallo,
also meinst Du über custom css?Forum: Plugins
In reply to: [WooCommerce] Question ajax and page speedActually, even when the page is cashed, I still get
“Remove query strings from static resources” and “Specify a cache validator” for this particulaar ajax.Forum: Plugins
In reply to: [WooCommerce] Question ajax and page speedHi,
but Pingdom&Co show increased page loading with all these in place. Also, I am getting notifications for browser leveraging&static queris for these ajax…Forum: Plugins
In reply to: [WooCommerce] Question ajax and page speedSorry, I am new to WP, what do you mean? My question was if I still need to use the code above or if it does not have any effect now since the new update. I know though that at least the “cart fragments” ajax part does have an effect.
Forum: Fixing WordPress
In reply to: Security in .htaccessHi,
thanks for yur replybut this was not my question. I know forsure that the last code needs to be placed in a separate .htaccess in wp-includes. My question was if this code is the sae or works the same as the “Block include files only” snippet.Forum: Plugins
In reply to: [Autoptimize] Plugin breaks the site and makes it even slowerHello Frank,
I emailed you through your contact form on your website!Thank you!
Forum: Plugins
In reply to: [Autoptimize] Plugin breaks the site and makes it even slowerHi,
thanks for your reply. Even when cached,the pages are slower when they are loading then w/o the plugin. And when not cached, loading speed is something like 8 s or so…whereas I am getting 98/100 from Pingdom. Is there anything I could do to solve the issue of the slow loading when freshly cashed?Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Cachify compatibilty/wp-cronHello David,
thank you for your quick reply.
I read that setting the cron job to 30 minutes is very good for performance and since I am only writing posts 1-2/week which are not time dependend, I thought 30 minutes sounds okay.Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Uploading files in header.phpI just did! Thank you 🙂
Forum: Themes and Templates
In reply to: [Virtue] Color display on mobileOkay, thank you. Will do that then.
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Uploading files in header.phpOkay, I will give the plugin a try. Just a question though: Is the plugin working through hooks or is it actually editing the header-php?
Also, I noticed when creating a favicon on your website, that the favicon was very blurry(even though the image I uploaded was an svg!). Is there a way to prevent this?
Thank you,
kustvForum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Uploading files in header.phpAnd what about the browserconfig and manifest.json files?
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Uploading files in header.phpHello ,
thank you for your reply. Actually, my theme support does not think it is a good idea to edit the head.php( even when using a child theme). They suggested to edit my child theme’s function instead with the following:function kt_addfavicon_custom(){ ?> <link rel="apple-touch-icon" sizes="57×57" href="/apple-touch-icon-57×57.png"> <link rel="apple-touch-icon" sizes="60×60" href="/apple-touch-icon-60×60.png"> <link rel="apple-touch-icon" sizes="72×72" href="/apple-touch-icon-72×72.png"> <link rel="apple-touch-icon" sizes="76×76" href="/apple-touch-icon-76×76.png"> <link rel="apple-touch-icon" sizes="114×114" href="/apple-touch-icon-114×114.png"> <link rel="apple-touch-icon" sizes="120×120" href="/apple-touch-icon-120×120.png"> <link rel="apple-touch-icon" sizes="144×144" href="/apple-touch-icon-144×144.png"> <link rel="apple-touch-icon" sizes="152×152" href="/apple-touch-icon-152×152.png"> <link rel="apple-touch-icon" sizes="180×180" href="/apple-touch-icon-180×180.png"> <link rel="icon" type="image/png" href="/favicon-32×32.png" sizes="32×32"> <link rel="icon" type="image/png" href="/android-chrome-192×192.png" sizes="192×192"> <link rel="icon" type="image/png" href="/favicon-96×96.png" sizes="96×96"> <link rel="icon" type="image/png" href="/favicon-16×16.png" sizes="16×16"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="/mstile-144×144.png"> <meta name="theme-color" content="#ffffff"> <?php } add_action('wp_head', 'kt_addfavicon_custom');I am not sure how and where I would need to upload the images though. Would I need to extract the downloaded zip and upload each image individually? Sorry I am a WP beginner…
Forum: Themes and Templates
In reply to: [Virtue] Color display on mobileThank you very much for the fast reply. So you don’t recommend placing the files in the header.php like the generators tell you to do?
Forum: Themes and Templates
In reply to: [Virtue] Color display on mobileI think it is the screen settings of the devices. I tried your site and the blue looks much brighter too. My desktop is not dark at all but it shows the color much ore ntural and not as bright as the cells and tablets I have tried.
Also, I actually have another question about favicons: I have created different favions(not only ico but also Chrome, IOS, Android etc) and was wondering gow to implement them to the site?
Thanks guys.