Removing the nitropack inscription at the bottom

Kaibuma

Active member
May 24, 2019
267
115
43
The damn thing reappeared on Mobile though it has disappeared on Desktop (How is that even possible?) Anyone experienced this or has my Mobile gone haywire? :(
 

Owners

Active member
Trusted Uploader
Sep 13, 2018
204
133
43
Best option is to add a floating bar in the footer . like a share button or call to action.. :)
 

haxinfo

New member
Banned User
Nov 15, 2020
3
1
1
I'm a new member who try to sell services
 
Last edited by a moderator:

tarshid

New member
Dec 3, 2020
1
0
1
hahaha i don't know about it bro,
i think better you use wp-rocket without quota limit.

*no need to purge your cache if you remove the nitropack badge from pagecache.php
Which code need to remove?
 

solo1990A

New member
Oct 12, 2020
14
2
3
I found something like this:
.npf__message {display: none! important}

or even better:
.npf {display: none! important}

But I am afraid that this second option would hide more than badge if they also add something else to the website.

People wrote that it works, but I haven't tested it myself. I gave up nitropack because it was causing errors on the site.

Good luck ! :D

Its Workkkkkkkkkk
 

dweep

New member
Jan 28, 2021
15
9
3
Try going to plugins -> Plugin Editor -> Select plugin from the list and add the display none !important css inside the plugin css files itself.

This is an English only forum my friend. All posts must be in English
already fixed thanks.I use js
 
  • Like
Reactions: imrantectivo

harrisonsbc

New member
Feb 4, 2021
3
0
1
Does anyone know how to remove the nitropack logo from the footer with css or js? Could you put the code here?
I tried several ways and failed.
 

dweep

New member
Jan 28, 2021
15
9
3
How do I contact you?
can't you put it as shared for everyone here?
edit your wp-content/plugins/nitropack/nitropack-sdk/NitroPack/SDK/Pagecache


--> find
public function readfile()
--> find this code inside readfile function

if ($this->canUseCompression() && (ini_get("zlib.output_compression") === "0" || ini_set("zlib.output_compression", "0") !== false)) {
$filePath .= ".gz";
}
-->changed to
if ($this->canUseCompression() && (ini_get("zlib.output_compression") === "0" || ini_set("zlib.output_compression", "0") !== false)) {
//$filePath .= ".gz";
}

--> after that, find this code inside readfile function
echo $file->content;
---> changed to
//echo $file->content;
echo preg_replace('/<template id="[^>]*">[^>]*<style>.*?nitropack.io.*?<\/script>.+<script>/s', '<script>', $file->content);
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu